sass-rails 3.1.0 → 3.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/MIT-LICENSE +21 -0
- data/lib/sass/rails/version.rb +1 -1
- data/sass-rails.gemspec +1 -0
- metadata +16 -30
data/MIT-LICENSE
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
Copyright (c) 2011 Christopher Eppstein
|
2
|
+
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
4
|
+
a copy of this software and associated documentation files (the
|
5
|
+
"Software"), to deal in the Software without restriction, including
|
6
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
7
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
8
|
+
permit persons to whom the Software is furnished to do so, subject to
|
9
|
+
the following conditions:
|
10
|
+
|
11
|
+
The above copyright notice and this permission notice shall be
|
12
|
+
included in all copies or substantial portions of the Software.
|
13
|
+
|
14
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
15
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
16
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
17
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
18
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
19
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
20
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
21
|
+
|
data/lib/sass/rails/version.rb
CHANGED
data/sass-rails.gemspec
CHANGED
@@ -17,6 +17,7 @@ Gem::Specification.new do |s|
|
|
17
17
|
s.add_runtime_dependency 'sass', '>= 3.1.4'
|
18
18
|
s.add_runtime_dependency 'railties', '~> 3.1.0'
|
19
19
|
s.add_runtime_dependency 'actionpack', '~> 3.1.0'
|
20
|
+
s.add_runtime_dependency 'tilt', '~> 1.3.2'
|
20
21
|
|
21
22
|
s.files = `git ls-files`.split("\n")
|
22
23
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
metadata
CHANGED
@@ -1,13 +1,8 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sass-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
|
6
|
-
segments:
|
7
|
-
- 3
|
8
|
-
- 1
|
9
|
-
- 0
|
10
|
-
version: 3.1.0
|
4
|
+
prerelease:
|
5
|
+
version: 3.1.1
|
11
6
|
platform: ruby
|
12
7
|
authors:
|
13
8
|
- wycats
|
@@ -16,7 +11,7 @@ autorequire:
|
|
16
11
|
bindir: bin
|
17
12
|
cert_chain: []
|
18
13
|
|
19
|
-
date: 2011-
|
14
|
+
date: 2011-09-13 00:00:00 -07:00
|
20
15
|
default_executable:
|
21
16
|
dependencies:
|
22
17
|
- !ruby/object:Gem::Dependency
|
@@ -27,11 +22,6 @@ dependencies:
|
|
27
22
|
requirements:
|
28
23
|
- - ">="
|
29
24
|
- !ruby/object:Gem::Version
|
30
|
-
hash: 11
|
31
|
-
segments:
|
32
|
-
- 3
|
33
|
-
- 1
|
34
|
-
- 4
|
35
25
|
version: 3.1.4
|
36
26
|
type: :runtime
|
37
27
|
version_requirements: *id001
|
@@ -43,11 +33,6 @@ dependencies:
|
|
43
33
|
requirements:
|
44
34
|
- - ~>
|
45
35
|
- !ruby/object:Gem::Version
|
46
|
-
hash: 3
|
47
|
-
segments:
|
48
|
-
- 3
|
49
|
-
- 1
|
50
|
-
- 0
|
51
36
|
version: 3.1.0
|
52
37
|
type: :runtime
|
53
38
|
version_requirements: *id002
|
@@ -59,14 +44,20 @@ dependencies:
|
|
59
44
|
requirements:
|
60
45
|
- - ~>
|
61
46
|
- !ruby/object:Gem::Version
|
62
|
-
hash: 3
|
63
|
-
segments:
|
64
|
-
- 3
|
65
|
-
- 1
|
66
|
-
- 0
|
67
47
|
version: 3.1.0
|
68
48
|
type: :runtime
|
69
49
|
version_requirements: *id003
|
50
|
+
- !ruby/object:Gem::Dependency
|
51
|
+
name: tilt
|
52
|
+
prerelease: false
|
53
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
54
|
+
none: false
|
55
|
+
requirements:
|
56
|
+
- - ~>
|
57
|
+
- !ruby/object:Gem::Version
|
58
|
+
version: 1.3.2
|
59
|
+
type: :runtime
|
60
|
+
version_requirements: *id004
|
70
61
|
description: Sass adapter for the Rails asset pipeline.
|
71
62
|
email:
|
72
63
|
- wycats@gmail.com
|
@@ -80,6 +71,7 @@ extra_rdoc_files: []
|
|
80
71
|
files:
|
81
72
|
- .gitignore
|
82
73
|
- Gemfile
|
74
|
+
- MIT-LICENSE
|
83
75
|
- README.markdown
|
84
76
|
- Rakefile
|
85
77
|
- lib/rails/generators/sass/assets/assets_generator.rb
|
@@ -259,23 +251,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
259
251
|
requirements:
|
260
252
|
- - ">="
|
261
253
|
- !ruby/object:Gem::Version
|
262
|
-
hash: 3
|
263
|
-
segments:
|
264
|
-
- 0
|
265
254
|
version: "0"
|
266
255
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
267
256
|
none: false
|
268
257
|
requirements:
|
269
258
|
- - ">="
|
270
259
|
- !ruby/object:Gem::Version
|
271
|
-
hash: 3
|
272
|
-
segments:
|
273
|
-
- 0
|
274
260
|
version: "0"
|
275
261
|
requirements: []
|
276
262
|
|
277
263
|
rubyforge_project: sass-rails
|
278
|
-
rubygems_version: 1.3
|
264
|
+
rubygems_version: 1.5.3
|
279
265
|
signing_key:
|
280
266
|
specification_version: 3
|
281
267
|
summary: Sass adapter for the Rails asset pipeline.
|