sprockets-browserify 0.1.0 → 0.1.2

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.
Files changed (3) hide show
  1. checksums.yaml +6 -14
  2. data/lib/sprockets/browserify.rb +1 -1
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- N2FmNDUxOWI4MmVjMGM2MTRmMzA0ODRhOGE3ZDVhNWM5MWUxMTlhZQ==
5
- data.tar.gz: !binary |-
6
- YTc3MGVlNGY5NzBhYTc1ZjYwMDE3MTUzZDZhOWM4ZWMzMDMyMWZmYQ==
7
- !binary "U0hBNTEy":
8
- metadata.gz: !binary |-
9
- NTcwMjY1M2E0NTQzOWJkOGRiYzgzMTJhZGY0NWY1ZmMzYjYwYTNiYzhkOWJk
10
- ODhiMWNkNDIwYjEwYWMyNTFhZjM4YmRiNGU4NzdhNmViYzk5MjRjMjc4Yjc2
11
- OGRkNmRiYWU0NzBkNjljZTViNzY5MGY0OTJkZDIyY2Y4OGU3NjQ=
12
- data.tar.gz: !binary |-
13
- NDhiZjg0NmU4ZWY2NGVmMzhkYzg5MGEzNzFiMGU3NDBlYjRkZTc2YzViNjk0
14
- ZTgxOWU0ZDA3Njc0MjhmMWNmMTljMTY3YTRmMWI0ZjRhODFiMmJkZDYyNGM2
15
- NzVhMGJkNGZjZGMyYmNhZTQ5NjUxYjNmNjBhZmExNjcyZTE0NDU=
2
+ SHA1:
3
+ metadata.gz: 728558ec4268c2d77e5181572318e6ffc904577b
4
+ data.tar.gz: 03b001ef4ce3f002a398a750b3fe55cabb52f01d
5
+ SHA512:
6
+ metadata.gz: ec679e56eaf20605badd92fbbf442795d35f96daa9e1795df415f7c2a1ab237015e880431af2422175bf53d829c2d9ceab4e00712f091fcbeac51f150976097a
7
+ data.tar.gz: 9864dd74f5d7fc2cc0d49ac1ffa828023514a8781cad5367dd6352a1977404ab84a5d64e45baa76a1453a2ebc57da5d57e02721f7964db70a018fd69884e5848
@@ -30,7 +30,7 @@ module Sprockets
30
30
  end
31
31
 
32
32
  def browserify_executable
33
- @browserify_executable ||= gem_dir + 'node_modules/.bin/browserify'
33
+ @browserify_executable ||= gem_dir + 'node_modules/browserify/bin/cmd.js'
34
34
  end
35
35
 
36
36
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sprockets-browserify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Varwig
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-04-05 00:00:00.000000000 Z
11
+ date: 2013-04-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sprockets
@@ -829,12 +829,12 @@ require_paths:
829
829
  - lib
830
830
  required_ruby_version: !ruby/object:Gem::Requirement
831
831
  requirements:
832
- - - ! '>='
832
+ - - '>='
833
833
  - !ruby/object:Gem::Version
834
834
  version: '0'
835
835
  required_rubygems_version: !ruby/object:Gem::Requirement
836
836
  requirements:
837
- - - ! '>='
837
+ - - '>='
838
838
  - !ruby/object:Gem::Version
839
839
  version: '0'
840
840
  requirements: []