wrench 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/conf/config.yaml +2 -0
- data/lib/wrench/version.rb +1 -1
- metadata +1 -1
data/conf/config.yaml
CHANGED
@@ -9,6 +9,8 @@ assets:
|
|
9
9
|
url: https://raw.github.com/douglascrockford/JSON-js/master/json2.js
|
10
10
|
- name: twitter-text-js
|
11
11
|
url: https://raw.github.com/twitter/twitter-text-js/master/twitter-text.js
|
12
|
+
- name: jqueryui-themes
|
13
|
+
url: http://jqueryui.com/resources/download/jquery-ui-themes-1.10.2.zip
|
12
14
|
directories:
|
13
15
|
- conf
|
14
16
|
- docs
|
data/lib/wrench/version.rb
CHANGED