rails_sandbox_jasmine 0.0.3 → 0.1.0

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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 069209395540f4093a15af7c2eaf305a84f27cc3
4
+ data.tar.gz: 3be0f5dfc00cf04d890cf2e0f9f62985d919c3c1
5
+ SHA512:
6
+ metadata.gz: f019cf0a39ff2bc2f76a5929b2a668043667f54dcad1c42bd572f9c1e2af65d2e8649c20bac6c887636f355a5aa49192571e44e4c199d05863823c96c06342bd
7
+ data.tar.gz: 9c73f2fd1bfb983f2deb6e9866304bac7174c592da395ed22963baf22a6910a91a9e1158693c25954e39aef51e4ff930f4d2ace07eafe6ef77d5ede01ca3ef1c
data/README.md CHANGED
@@ -41,3 +41,7 @@ For more details on settings please take a look at the
41
41
  3. Commit your changes (`git commit -am 'Add some feature'`)
42
42
  4. Push to the branch (`git push origin my-new-feature`)
43
43
  5. Create new Pull Request
44
+
45
+
46
+ [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/rosenfeld/rails_sandbox_jasmine/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
47
+
@@ -3,7 +3,7 @@ require "rails-sandbox-assets"
3
3
 
4
4
  module RailsSandboxJasmine
5
5
  class JasmineFilter
6
- def self.filter(controller)
6
+ def self.before(controller)
7
7
  controller.template = 'jasmine/runner' if controller.params[:path].try :start_with?, 'jasmine'
8
8
  end
9
9
  end
@@ -1,3 +1,3 @@
1
1
  module RailsSandboxJasmine
2
- VERSION = "0.0.3"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -1,30 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_sandbox_jasmine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
5
- prerelease:
4
+ version: 0.1.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - Rodrigo Rosenfeld Rosas
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-05-24 00:00:00.000000000 Z
11
+ date: 2014-09-17 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: rails-sandbox-assets
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - ">="
20
18
  - !ruby/object:Gem::Version
21
19
  version: 0.0.4
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - ">="
28
25
  - !ruby/object:Gem::Version
29
26
  version: 0.0.4
30
27
  description: Add Jasmine spec runner to Rails
@@ -34,7 +31,7 @@ executables: []
34
31
  extensions: []
35
32
  extra_rdoc_files: []
36
33
  files:
37
- - .gitignore
34
+ - ".gitignore"
38
35
  - Gemfile
39
36
  - LICENSE
40
37
  - README.md
@@ -49,32 +46,25 @@ files:
49
46
  - vendor/assets/stylesheets/jasmine.css
50
47
  homepage: http://github.com/rosenfeld/rails_sandbox_jasmine
51
48
  licenses: []
49
+ metadata: {}
52
50
  post_install_message:
53
51
  rdoc_options: []
54
52
  require_paths:
55
53
  - lib
56
54
  required_ruby_version: !ruby/object:Gem::Requirement
57
- none: false
58
55
  requirements:
59
- - - ! '>='
56
+ - - ">="
60
57
  - !ruby/object:Gem::Version
61
58
  version: '0'
62
- segments:
63
- - 0
64
- hash: -2634546481365089556
65
59
  required_rubygems_version: !ruby/object:Gem::Requirement
66
- none: false
67
60
  requirements:
68
- - - ! '>='
61
+ - - ">="
69
62
  - !ruby/object:Gem::Version
70
63
  version: '0'
71
- segments:
72
- - 0
73
- hash: -2634546481365089556
74
64
  requirements: []
75
65
  rubyforge_project:
76
- rubygems_version: 1.8.21
66
+ rubygems_version: 2.2.2
77
67
  signing_key:
78
- specification_version: 3
68
+ specification_version: 4
79
69
  summary: Use rails-sandbox-assets to serve the assets
80
70
  test_files: []