Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mvasilkov committed Aug 30, 2013
1 parent dddb09f commit 856201b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rssi",
"version": "0.0.3",
"version": "0.0.4",
"main": "rssi.js",
"ignore": ["Makefile", "package.json", "test{_client,}", "usage"],
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rssi",
"version": "0.0.3",
"version": "0.0.4",
"description": "Ruby-like simple string interpolation",
"keywords": ["interpolation", "string", "template"],
"author": "Mark Vasilkov <[email protected]>",
Expand Down
3 changes: 3 additions & 0 deletions rssi.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* Ruby-like simple string interpolation for Node.js
* Copyright (c) 2013 Mark Vasilkov (https://github.com/mvasilkov)
* License: MIT */
(function () {
function rewrite(foo, bar) {
return '"+(typeof obj["' + bar + '"]!="undefined"?obj["' + bar + '"]:"' + foo + '")+"'
Expand Down

0 comments on commit 856201b

Please sign in to comment.