snowball 0.1.8 → 0.1.9
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +3 -1
- data/lib/snowball/version.rb +1 -1
- data/npm-shrinkwrap.json +6 -9
- data/package.json +1 -1
- metadata +2 -2
data/README.md
CHANGED
@@ -8,6 +8,8 @@ _(__ )_ / / / /_/ /_ |/ |/ /_ /_/ / /_/ /_ / _ /
|
|
8
8
|
Makes your front-end code roll
|
9
9
|
```
|
10
10
|
|
11
|
+
[![Build Status](https://travis-ci.org/bengler/snowball.png?branch=master)](https://travis-ci.org/bengler/snowball)
|
12
|
+
|
11
13
|
# What?
|
12
14
|
Snowball enables you to:
|
13
15
|
|
@@ -139,4 +141,4 @@ end
|
|
139
141
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
140
142
|
3. Commit your changes (`git commit -am 'Added some feature'`)
|
141
143
|
4. Push to the branch (`git push origin my-new-feature`)
|
142
|
-
5. Create new Pull Request
|
144
|
+
5. Create new Pull Request
|
data/lib/snowball/version.rb
CHANGED
data/npm-shrinkwrap.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"version": "0.0.0",
|
4
4
|
"dependencies": {
|
5
5
|
"browserify": {
|
6
|
-
"version": "1.
|
6
|
+
"version": "1.17.2",
|
7
7
|
"dependencies": {
|
8
8
|
"detective": {
|
9
9
|
"version": "0.2.1",
|
@@ -14,7 +14,7 @@
|
|
14
14
|
}
|
15
15
|
},
|
16
16
|
"buffer-browserify": {
|
17
|
-
"version": "0.0.
|
17
|
+
"version": "0.0.5",
|
18
18
|
"dependencies": {
|
19
19
|
"base64-js": {
|
20
20
|
"version": "0.0.2"
|
@@ -25,7 +25,7 @@
|
|
25
25
|
"version": "0.0.4",
|
26
26
|
"dependencies": {
|
27
27
|
"mkdirp": {
|
28
|
-
"version": "0.3.
|
28
|
+
"version": "0.3.5"
|
29
29
|
}
|
30
30
|
}
|
31
31
|
},
|
@@ -38,7 +38,7 @@
|
|
38
38
|
}
|
39
39
|
},
|
40
40
|
"resolve": {
|
41
|
-
"version": "0.2.
|
41
|
+
"version": "0.2.8"
|
42
42
|
},
|
43
43
|
"nub": {
|
44
44
|
"version": "0.0.0"
|
@@ -46,11 +46,8 @@
|
|
46
46
|
"commondir": {
|
47
47
|
"version": "0.0.1"
|
48
48
|
},
|
49
|
-
"coffee-script": {
|
50
|
-
"version": "1.3.3"
|
51
|
-
},
|
52
49
|
"http-browserify": {
|
53
|
-
"version": "0.1.
|
50
|
+
"version": "0.1.8",
|
54
51
|
"dependencies": {
|
55
52
|
"concat-stream": {
|
56
53
|
"version": "0.0.8"
|
@@ -61,7 +58,7 @@
|
|
61
58
|
"version": "0.0.1"
|
62
59
|
},
|
63
60
|
"crypto-browserify": {
|
64
|
-
"version": "0.
|
61
|
+
"version": "0.2.1"
|
65
62
|
}
|
66
63
|
}
|
67
64
|
},
|
data/package.json
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: snowball
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.9
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-03-06 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: sinatra
|