Skip to content

Commit 9aa5706

Browse files
committed
meta info
1 parent 0b78dd9 commit 9aa5706

File tree

2 files changed

+26
-30
lines changed

2 files changed

+26
-30
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
GEMS = ['core', 'cli', 'import-once']
2+
GEMS = ['core', 'cli', 'import-once', 'sprites']
33

44

55
task :default => %w[test]

sprites/Gemfile.lock

+25-29
Original file line numberDiff line numberDiff line change
@@ -5,55 +5,50 @@ PATH
55
chunky_png (~> 1.2.9)
66

77
PATH
8-
remote: /Volumes/SSD/oss/compass/cli
8+
remote: ../cli
99
specs:
10-
compass (1.0.0.alpha.17)
10+
compass (1.0.0.rc.0)
1111
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)
1717

1818
PATH
19-
remote: /Volumes/SSD/oss/compass/core
19+
remote: ../core
2020
specs:
21-
compass-core (1.0.0.alpha.16)
21+
compass-core (1.0.0.rc.0)
2222
multi_json (~> 1.0)
23-
sass (>= 3.3.rc.1)
23+
sass (>= 3.3.0, < 3.5)
2424

2525
PATH
26-
remote: /Volumes/SSD/oss/compass/import-once
26+
remote: ../import-once
2727
specs:
28-
compass-import-once (1.0.1)
28+
compass-import-once (1.0.4)
29+
sass (>= 3.2, < 3.5)
2930

3031
GEM
3132
remote: https://rubygems.org/
3233
specs:
3334
chunky_png (1.2.9)
34-
diff-lcs (1.1.3)
35+
diff-lcs (1.2.5)
3536
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)
4238
mocha (0.14.0)
4339
metaclass (~> 0.0.1)
44-
multi_json (1.8.4)
40+
multi_json (1.10.1)
4541
oily_png (1.1.0)
4642
chunky_png (~> 1.2.7)
47-
rake (10.1.1)
43+
rake (10.3.2)
4844
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)
5246
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)
5752

5853
PLATFORMS
5954
ruby
@@ -64,8 +59,9 @@ DEPENDENCIES
6459
compass-core!
6560
compass-import-once!
6661
compass-sprites!
67-
diff-lcs (~> 1.1.2)
62+
diff-lcs
6863
mocha (~> 0.14.0)
6964
oily_png (~> 1.1.0)
7065
rake
66+
sass-globbing
7167
true (>= 0.2.0.rc.3)

0 commit comments

Comments
 (0)