wrench 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +2 -2
- data/conf/config.yaml +2 -0
- data/lib/wrench/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
@@ -23,7 +23,7 @@ a tool for ruby web development
|
|
23
23
|
### gem package
|
24
24
|
|
25
25
|
1. install gem from rubygems
|
26
|
-
```gem install wrench-0.0.
|
26
|
+
```gem install wrench-0.0.4.gem```
|
27
27
|
|
28
28
|
### from source
|
29
29
|
|
@@ -34,7 +34,7 @@ a tool for ruby web development
|
|
34
34
|
3. build the gem
|
35
35
|
```gem build wrench.gemspec # from the wrench directory```
|
36
36
|
4. install the local gem
|
37
|
-
```gem install wrench-0.0.
|
37
|
+
```gem install wrench-0.0.4.gem```
|
38
38
|
|
39
39
|
## testing
|
40
40
|
|
data/conf/config.yaml
CHANGED
@@ -7,6 +7,8 @@ assets:
|
|
7
7
|
url: http://glyphicons.com/files/glyphicons_free.zip
|
8
8
|
- name: json2
|
9
9
|
url: https://raw.github.com/douglascrockford/JSON-js/master/json2.js
|
10
|
+
- name: twitter-text-js
|
11
|
+
url: https://raw.github.com/twitter/twitter-text-js/master/twitter-text.js
|
10
12
|
directories:
|
11
13
|
- conf
|
12
14
|
- docs
|
data/lib/wrench/version.rb
CHANGED