snowball 0.1.8 → 0.1.9

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
@@ -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
@@ -1,3 +1,3 @@
1
1
  module Snowball
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
@@ -3,7 +3,7 @@
3
3
  "version": "0.0.0",
4
4
  "dependencies": {
5
5
  "browserify": {
6
- "version": "1.16.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.3",
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.4"
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.3"
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.2",
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.1.1"
61
+ "version": "0.2.1"
65
62
  }
66
63
  }
67
64
  },
@@ -2,7 +2,7 @@
2
2
  "name": "snowball",
3
3
  "version": "0.0.0",
4
4
  "dependencies": {
5
- "browserify": "latest",
5
+ "browserify": "~1.17.2",
6
6
  "jade": "latest",
7
7
  "jade-runtime": "git://github.com/bjoerge/jade-runtime",
8
8
  "optimist": "latest",
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.8
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-01-23 00:00:00.000000000 Z
12
+ date: 2013-03-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sinatra