File tree 2 files changed +48
-0
lines changed
2 files changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ bourbon (1.4.0 )
5
+ sass (>= 3.1 )
6
+
7
+ GEM
8
+ remote: http://rubygems.org/
9
+ specs:
10
+ aruba (0.4.11 )
11
+ childprocess (>= 0.2.3 )
12
+ cucumber (>= 1.1.1 )
13
+ ffi (>= 1.0.11 )
14
+ rspec (>= 2.7.0 )
15
+ builder (3.0.0 )
16
+ childprocess (0.3.1 )
17
+ ffi (~> 1.0.6 )
18
+ cucumber (1.1.9 )
19
+ builder (>= 2.1.2 )
20
+ diff-lcs (>= 1.1.2 )
21
+ gherkin (~> 2.9.0 )
22
+ json (>= 1.4.6 )
23
+ term-ansicolor (>= 1.0.6 )
24
+ diff-lcs (1.1.3 )
25
+ ffi (1.0.11 )
26
+ gherkin (2.9.0 )
27
+ json (>= 1.4.6 )
28
+ json (1.6.5 )
29
+ rake (0.9.2.2 )
30
+ rspec (2.8.0 )
31
+ rspec-core (~> 2.8.0 )
32
+ rspec-expectations (~> 2.8.0 )
33
+ rspec-mocks (~> 2.8.0 )
34
+ rspec-core (2.8.0 )
35
+ rspec-expectations (2.8.0 )
36
+ diff-lcs (~> 1.1.2 )
37
+ rspec-mocks (2.8.0 )
38
+ sass (3.1.15 )
39
+ term-ansicolor (1.0.7 )
40
+
41
+ PLATFORMS
42
+ ruby
43
+
44
+ DEPENDENCIES
45
+ aruba (~> 0.4 )
46
+ bourbon !
47
+ rake
Original file line number Diff line number Diff line change @@ -29,4 +29,5 @@ that support only CSS3 prefixed properties.
29
29
s . add_dependency ( 'sass' , '>= 3.1' )
30
30
31
31
s . add_development_dependency ( 'aruba' , '~> 0.4' )
32
+ s . add_development_dependency ( 'rake' )
32
33
end
You can’t perform that action at this time.
0 commit comments