File tree 2 files changed +26
-30
lines changed
2 files changed +26
-30
lines changed Original file line number Diff line number Diff line change 1
1
2
- GEMS = [ 'core' , 'cli' , 'import-once' ]
2
+ GEMS = [ 'core' , 'cli' , 'import-once' , 'sprites' ]
3
3
4
4
5
5
task :default => %w[ test ]
Original file line number Diff line number Diff line change 5
5
chunky_png (~> 1.2.9 )
6
6
7
7
PATH
8
- remote: /Volumes/SSD/oss/compass /cli
8
+ remote: .. /cli
9
9
specs:
10
- compass (1.0.0.alpha.17 )
10
+ compass (1.0.0.rc.0 )
11
11
chunky_png (~> 1.2 )
12
- compass-core (~> 1.0.0.alpha.16 )
13
- compass-import-once (~> 1.0.1 )
14
- json
15
- listen ( ~> 1.1.0 )
16
- sass (~> 3.3.0.rc.1 )
12
+ compass-core (~> 1.0.0.rc.0 )
13
+ compass-import-once (~> 1.0.4 )
14
+ rb-fsevent ( >= 0.9.3 )
15
+ rb-inotify ( >= 0.9 )
16
+ sass (>= 3.3.13 , < 3.5 )
17
17
18
18
PATH
19
- remote: /Volumes/SSD/oss/compass /core
19
+ remote: .. /core
20
20
specs:
21
- compass-core (1.0.0.alpha.16 )
21
+ compass-core (1.0.0.rc.0 )
22
22
multi_json (~> 1.0 )
23
- sass (>= 3.3.rc.1 )
23
+ sass (>= 3.3.0 , < 3.5 )
24
24
25
25
PATH
26
- remote: /Volumes/SSD/oss/compass /import-once
26
+ remote: .. /import-once
27
27
specs:
28
- compass-import-once (1.0.1 )
28
+ compass-import-once (1.0.4 )
29
+ sass (>= 3.2 , < 3.5 )
29
30
30
31
GEM
31
32
remote: https://rubygems.org/
32
33
specs:
33
34
chunky_png (1.2.9 )
34
- diff-lcs (1.1.3 )
35
+ diff-lcs (1.2.5 )
35
36
ffi (1.9.3 )
36
- json (1.8.1 )
37
- listen (1.1.6 )
38
- rb-fsevent (>= 0.9.3 )
39
- rb-inotify (>= 0.9 )
40
- rb-kqueue (>= 0.2 )
41
- metaclass (0.0.1 )
37
+ metaclass (0.0.4 )
42
38
mocha (0.14.0 )
43
39
metaclass (~> 0.0.1 )
44
- multi_json (1.8.4 )
40
+ multi_json (1.10.1 )
45
41
oily_png (1.1.0 )
46
42
chunky_png (~> 1.2.7 )
47
- rake (10.1.1 )
43
+ rake (10.3.2 )
48
44
rb-fsevent (0.9.4 )
49
- rb-inotify (0.9.3 )
50
- ffi (>= 0.5.0 )
51
- rb-kqueue (0.2.0 )
45
+ rb-inotify (0.9.5 )
52
46
ffi (>= 0.5.0 )
53
- sass (3.3.0.rc.2 )
54
- listen (~> 1.1.0 )
55
- true (0.2.0.rc.4 )
56
- sass (~> 3.3.0.rc.1 )
47
+ sass (3.3.14 )
48
+ sass-globbing (1.1.1 )
49
+ sass (>= 3.1 )
50
+ true (0.2.3 )
51
+ sass (>= 3.3.0 , < 3.5 )
57
52
58
53
PLATFORMS
59
54
ruby
@@ -64,8 +59,9 @@ DEPENDENCIES
64
59
compass-core !
65
60
compass-import-once !
66
61
compass-sprites !
67
- diff-lcs ( ~> 1.1.2 )
62
+ diff-lcs
68
63
mocha (~> 0.14.0 )
69
64
oily_png (~> 1.1.0 )
70
65
rake
66
+ sass-globbing
71
67
true (>= 0.2.0.rc.3 )
You can’t perform that action at this time.
0 commit comments