wrench 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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.2.gem```
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.2.gem```
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
@@ -1,3 +1,3 @@
1
1
  module Wrench
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wrench
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: