compass-rails 1.0.3 → 1.1.0.pre
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +1 -0
- data/.travis.yml +1 -2
- data/Appraisals +6 -5
- data/Gemfile +4 -3
- data/README.md +4 -31
- data/changelog.markdown +11 -0
- data/compass-rails.gemspec +3 -3
- data/gemfiles/rails3.gemfile +3 -2
- data/gemfiles/rails31.gemfile +3 -2
- data/gemfiles/rails32.gemfile +3 -2
- data/gemfiles/{rails2.gemfile → rails40.gemfile} +5 -3
- data/lib/compass-rails.rb +24 -9
- data/lib/compass-rails/configuration/3_1.rb +4 -0
- data/lib/compass-rails/patches.rb +4 -4
- data/lib/compass-rails/patches/3_1.rb +6 -1
- data/lib/compass-rails/patches/4_0.rb +30 -0
- data/lib/compass-rails/patches/sass_importer.rb +31 -0
- data/lib/compass-rails/patches/sprite_importer.rb +15 -23
- data/lib/compass-rails/patches/static_compiler.rb +1 -1
- data/lib/compass-rails/railties.rb +4 -4
- data/lib/compass-rails/railties/3_1.rb +10 -6
- data/lib/compass-rails/railties/4_0.rb +102 -0
- data/lib/compass-rails/version.rb +1 -1
- data/test/helpers/file_helper.rb +1 -1
- data/test/helpers/rails_helper.rb +15 -16
- data/test/helpers/rails_project.rb +10 -64
- data/test/integrations/rails3_test.rb +4 -4
- data/test/integrations/rails_32_without_pipeline_test.rb +37 -0
- data/test/integrations/{rails_23_test.rb → rails_40_test.rb} +21 -3
- metadata +33 -27
- data/gemfiles/rails2.gemfile.lock +0 -81
- data/gemfiles/rails3.gemfile.lock +0 -128
- data/gemfiles/rails31.gemfile.lock +0 -145
- data/gemfiles/rails32.gemfile.lock +0 -142
@@ -1,142 +0,0 @@
|
|
1
|
-
GIT
|
2
|
-
remote: git://github.com/scottdavis/appraisal.git
|
3
|
-
revision: b39ce49f69e330ccd5a1cb48e690f00e800a45d3
|
4
|
-
specs:
|
5
|
-
appraisal (0.4.0)
|
6
|
-
bundler
|
7
|
-
rake
|
8
|
-
|
9
|
-
PATH
|
10
|
-
remote: /Users/sdavis/Work/compass-rails
|
11
|
-
specs:
|
12
|
-
compass-rails (1.0.2)
|
13
|
-
compass (>= 0.12.2, < 0.14)
|
14
|
-
|
15
|
-
GEM
|
16
|
-
remote: https://rubygems.org/
|
17
|
-
specs:
|
18
|
-
actionmailer (3.2.6)
|
19
|
-
actionpack (= 3.2.6)
|
20
|
-
mail (~> 2.4.4)
|
21
|
-
actionpack (3.2.6)
|
22
|
-
activemodel (= 3.2.6)
|
23
|
-
activesupport (= 3.2.6)
|
24
|
-
builder (~> 3.0.0)
|
25
|
-
erubis (~> 2.7.0)
|
26
|
-
journey (~> 1.0.1)
|
27
|
-
rack (~> 1.4.0)
|
28
|
-
rack-cache (~> 1.2)
|
29
|
-
rack-test (~> 0.6.1)
|
30
|
-
sprockets (~> 2.1.3)
|
31
|
-
activemodel (3.2.6)
|
32
|
-
activesupport (= 3.2.6)
|
33
|
-
builder (~> 3.0.0)
|
34
|
-
activerecord (3.2.6)
|
35
|
-
activemodel (= 3.2.6)
|
36
|
-
activesupport (= 3.2.6)
|
37
|
-
arel (~> 3.0.2)
|
38
|
-
tzinfo (~> 0.3.29)
|
39
|
-
activeresource (3.2.6)
|
40
|
-
activemodel (= 3.2.6)
|
41
|
-
activesupport (= 3.2.6)
|
42
|
-
activesupport (3.2.6)
|
43
|
-
i18n (~> 0.6)
|
44
|
-
multi_json (~> 1.0)
|
45
|
-
arel (3.0.2)
|
46
|
-
builder (3.0.0)
|
47
|
-
chunky_png (1.2.5)
|
48
|
-
compass (0.12.2)
|
49
|
-
chunky_png (~> 1.2)
|
50
|
-
fssm (>= 0.2.7)
|
51
|
-
sass (~> 3.1)
|
52
|
-
erubis (2.7.0)
|
53
|
-
ffi (1.0.11)
|
54
|
-
fssm (0.2.9)
|
55
|
-
guard (1.2.1)
|
56
|
-
listen (>= 0.4.2)
|
57
|
-
thor (>= 0.14.6)
|
58
|
-
guard-test (0.5.0)
|
59
|
-
guard (>= 1.1.0)
|
60
|
-
test-unit (~> 2.2)
|
61
|
-
hike (1.2.1)
|
62
|
-
i18n (0.6.0)
|
63
|
-
journey (1.0.4)
|
64
|
-
json (1.7.3)
|
65
|
-
listen (0.4.6)
|
66
|
-
rb-fchange (~> 0.0.5)
|
67
|
-
rb-fsevent (~> 0.9.1)
|
68
|
-
rb-inotify (~> 0.8.8)
|
69
|
-
mail (2.4.4)
|
70
|
-
i18n (>= 0.4.0)
|
71
|
-
mime-types (~> 1.16)
|
72
|
-
treetop (~> 1.4.8)
|
73
|
-
metaclass (0.0.1)
|
74
|
-
mime-types (1.19)
|
75
|
-
mocha (0.11.4)
|
76
|
-
metaclass (~> 0.0.1)
|
77
|
-
multi_json (1.3.6)
|
78
|
-
polyglot (0.3.3)
|
79
|
-
rack (1.4.1)
|
80
|
-
rack-cache (1.2)
|
81
|
-
rack (>= 0.4)
|
82
|
-
rack-ssl (1.3.2)
|
83
|
-
rack
|
84
|
-
rack-test (0.6.1)
|
85
|
-
rack (>= 1.0)
|
86
|
-
rails (3.2.6)
|
87
|
-
actionmailer (= 3.2.6)
|
88
|
-
actionpack (= 3.2.6)
|
89
|
-
activerecord (= 3.2.6)
|
90
|
-
activeresource (= 3.2.6)
|
91
|
-
activesupport (= 3.2.6)
|
92
|
-
bundler (~> 1.0)
|
93
|
-
railties (= 3.2.6)
|
94
|
-
railties (3.2.6)
|
95
|
-
actionpack (= 3.2.6)
|
96
|
-
activesupport (= 3.2.6)
|
97
|
-
rack-ssl (~> 1.3.2)
|
98
|
-
rake (>= 0.8.7)
|
99
|
-
rdoc (~> 3.4)
|
100
|
-
thor (>= 0.14.6, < 2.0)
|
101
|
-
rainbow (1.1.4)
|
102
|
-
rake (0.9.2.2)
|
103
|
-
rb-fchange (0.0.5)
|
104
|
-
ffi
|
105
|
-
rb-fsevent (0.9.1)
|
106
|
-
rb-inotify (0.8.8)
|
107
|
-
ffi (>= 0.5.0)
|
108
|
-
rdoc (3.12)
|
109
|
-
json (~> 1.4)
|
110
|
-
ruby_gntp (0.3.4)
|
111
|
-
sass (3.1.19)
|
112
|
-
sass-rails (3.2.5)
|
113
|
-
railties (~> 3.2.0)
|
114
|
-
sass (>= 3.1.10)
|
115
|
-
tilt (~> 1.3)
|
116
|
-
sprockets (2.1.3)
|
117
|
-
hike (~> 1.2)
|
118
|
-
rack (~> 1.0)
|
119
|
-
tilt (~> 1.1, != 1.3.0)
|
120
|
-
test-unit (2.5.0)
|
121
|
-
thor (0.15.3)
|
122
|
-
tilt (1.3.3)
|
123
|
-
treetop (1.4.10)
|
124
|
-
polyglot
|
125
|
-
polyglot (>= 0.3.1)
|
126
|
-
tzinfo (0.3.33)
|
127
|
-
|
128
|
-
PLATFORMS
|
129
|
-
ruby
|
130
|
-
|
131
|
-
DEPENDENCIES
|
132
|
-
appraisal!
|
133
|
-
compass
|
134
|
-
compass-rails!
|
135
|
-
guard
|
136
|
-
guard-test
|
137
|
-
mocha
|
138
|
-
rails (~> 3.2)
|
139
|
-
rainbow
|
140
|
-
rb-fsevent
|
141
|
-
ruby_gntp
|
142
|
-
sass-rails
|