browserify-rails 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 623e7a2a5606d4caf7ed537333605418220c6aaf
4
- data.tar.gz: 27eb2ed4a2e1629359cc8fddc59ea64abc19005a
3
+ metadata.gz: 27611d2c160415a37383794f01ed36c92f241286
4
+ data.tar.gz: ba9b76f34c3dc8874d82abf2254a1d06ee62f272
5
5
  SHA512:
6
- metadata.gz: fe7673ac57ccd0033ec6603b1f5c2344fa99bfee49552fd0be32d7c9ba0dbeabc28488bae07bd6aefd69dae72649520400ec128f3fa40fe299479754380739f2
7
- data.tar.gz: 1d78365a8d271977c131679e422bf995e1ed38310a7c0d3a9e418fc543bbf83812c8a74051ec654347ad34a61d49cc28874ff6429af85b6bc5bccf9eff8b1abf
6
+ metadata.gz: 228c0de4f7b264ff493ec23ab0fadac71a02951639d639f42d11ebc50548a7348a890b7b55650280c6ad144f9c0378c16d1ce81787c76cc0e673742db2f4782c
7
+ data.tar.gz: 14b91c44cc4b6fc8de540e7840115c1d2b27d029074ad3d6bce508e2ac38fb8f37589185e97abd912ad1c14df695bb4f2d29104e32a0f119216ed3ea51ca242b
@@ -1,6 +1,9 @@
1
1
  # Change Log
2
2
  All notable changes to this project will be documented in this file going forward.
3
3
 
4
+ ## [1.0.2] - 2015-06-29
5
+ - updates to README for versions
6
+
4
7
  ## [1.0.1] - 2015-06-08
5
8
  - fix bug with exorcist and config.root being unset
6
9
 
data/README.md CHANGED
@@ -19,7 +19,7 @@ It lets you mix and match `//= require` directives and `require()` calls for in
19
19
 
20
20
  Add this line to your application's Gemfile:
21
21
 
22
- gem "browserify-rails", "~> 0.7"
22
+ gem "browserify-rails", "~> 1.0.1"
23
23
 
24
24
  Create `package.json` in your Rails root:
25
25
 
@@ -27,8 +27,8 @@ Create `package.json` in your Rails root:
27
27
  {
28
28
  "name": "something",
29
29
  "dependencies" : {
30
- "browserify": "~> 6.3",
31
- "browserify-incremental": "^1.4.0"
30
+ "browserify": "~> 10.2.4",
31
+ "browserify-incremental": "^3.0.1"
32
32
  },
33
33
  "license": "MIT",
34
34
  "engines": {
@@ -1,3 +1,3 @@
1
1
  module BrowserifyRails
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: browserify-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Henry Hsu, Cymen Vig
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-08 00:00:00.000000000 Z
11
+ date: 2015-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties