cshaml-sprockets 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- YTI2ZjNhNTFlMTY1OGJhYTVjZDdmMzRmNDBiN2NiYzgzOTQzNjc3Ng==
5
- data.tar.gz: !binary |-
6
- YTZkODljYWRjOTI3ZjcyMjg5OGI2OTE4Yzk1OTlmNDVlZmMwZTdmMw==
2
+ SHA1:
3
+ metadata.gz: a2fc9eda04fcb5fdb5223b16b6eff6eb40a4c6e0
4
+ data.tar.gz: bc5d420c4385b7e63a6282b75456b444a72de346
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- MGU3YzFmMzhiNmE0ZDRmMTZhMmNhMmEwMzgxMjk5YWQ4ZGY1NWJkYjg0MWI1
10
- NTVjMzdjZWMzMmI4ZWVjNzk3NDUzMzViODdiMjUwZDYwNDA5OTI5YTI1Mjdm
11
- Y2M5MjZiYzc3ZWQ0N2U5ZWQ1YjJlZmZlM2VhZWE2OTZmNWNjYmE=
12
- data.tar.gz: !binary |-
13
- NDVkMDk3ODI3YzI0N2FiNDU3Y2I4NGYxODVlNjBhNDA3ODU5ZjNlMDQ0MGEw
14
- YjBiMjM0NTg5Njk3NjBmNGI4NmZhN2ZiZTI0ZWJjMGExZDIyYjMzZWMxNzM5
15
- NjI4YjIyNjI0NzBkNTIwMzRkYWE1NmQwOGUxMGFjMTE4MTAyNDE=
6
+ metadata.gz: 9a55595c9c56cd47e152ba542db0a13604835dc570c2a1aab245fd262208e20ebe46940a848146dd66918490086d1c9ef93c219b5f18f6c1c02c0fcaabc50952
7
+ data.tar.gz: 049723abe60cbbfbd45dbdecba8cc61ae858db5943db33f5d28db68097f379f43451c25b6760a3ea78c42b81775e579e0e02fa6a837e1f84ec06a6fdeeac3085
data/README.md CHANGED
@@ -46,7 +46,7 @@ This is distributed under the MIT license.
46
46
 
47
47
 
48
48
  [HAML]: http://haml-lang.com/
49
- [clientside-haml-js]: https://github.com/creationix/haml-js
49
+ [clientside-haml-js]: https://github.com/uglyog/clientside-haml-js
50
50
  [haml-sprockets]: https://github.com/dharanasoft/haml-sprockets
51
51
  [underscore]: http://documentcloud.github.com/underscore/
52
52
  [underscore.string]: http://epeli.github.com/underscore.string/
@@ -20,8 +20,8 @@ Gem::Specification.new do |s|
20
20
 
21
21
  # specify any dependencies here; for example:
22
22
  # s.add_development_dependency "rspec"
23
- s.add_runtime_dependency "tilt", "~> 1.3"
24
- s.add_runtime_dependency "sprockets", "~> 2.11"
23
+ s.add_runtime_dependency "tilt"
24
+ s.add_runtime_dependency "sprockets"
25
25
 
26
26
  s.add_development_dependency 'rspec'
27
27
  end
@@ -1,5 +1,5 @@
1
1
  module Cshaml
2
2
  module Sprockets
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,55 +1,55 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cshaml-sprockets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Boris Nadion
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-06 00:00:00.000000000 Z
11
+ date: 2016-02-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tilt
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '1.3'
19
+ version: '0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: '1.3'
26
+ version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: sprockets
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ~>
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: '2.11'
33
+ version: '0'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ~>
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: '2.11'
40
+ version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rspec
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ! '>='
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ! '>='
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  description: Use the JST processor and have haml code read in and appended to application.js
@@ -59,7 +59,7 @@ executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
- - .gitignore
62
+ - ".gitignore"
63
63
  - Gemfile
64
64
  - LICENSE
65
65
  - README.md
@@ -83,17 +83,17 @@ require_paths:
83
83
  - lib
84
84
  required_ruby_version: !ruby/object:Gem::Requirement
85
85
  requirements:
86
- - - ! '>='
86
+ - - ">="
87
87
  - !ruby/object:Gem::Version
88
88
  version: '0'
89
89
  required_rubygems_version: !ruby/object:Gem::Requirement
90
90
  requirements:
91
- - - ! '>='
91
+ - - ">="
92
92
  - !ruby/object:Gem::Version
93
93
  version: '0'
94
94
  requirements: []
95
95
  rubyforge_project: cshaml-sprockets
96
- rubygems_version: 2.1.11
96
+ rubygems_version: 2.4.3
97
97
  signing_key:
98
98
  specification_version: 4
99
99
  summary: Use the awesome https://github.com/uglyog/clientside-haml-js javascript templating
@@ -101,3 +101,4 @@ summary: Use the awesome https://github.com/uglyog/clientside-haml-js javascript
101
101
  test_files:
102
102
  - spec/lib/cshaml-sprockets_spec.rb
103
103
  - spec/spec_helper.rb
104
+ has_rdoc: