There was an error while loading. Please reload this page.
1 parent 3878554 commit b12cf62Copy full SHA for b12cf62
Gemfile
@@ -0,0 +1,2 @@
1
+gem 'jeweler'
2
+gem 'rspec'
Gemfile.lock
@@ -0,0 +1,24 @@
+GEM
+ specs:
3
+ diff-lcs (1.1.3)
4
+ git (1.2.5)
5
+ jeweler (1.6.4)
6
+ bundler (~> 1.0)
7
+ git (>= 1.2.5)
8
+ rake
9
+ rake (0.9.2.2)
10
+ rspec (2.7.0)
11
+ rspec-core (~> 2.7.0)
12
+ rspec-expectations (~> 2.7.0)
13
+ rspec-mocks (~> 2.7.0)
14
+ rspec-core (2.7.1)
15
+ rspec-expectations (2.7.0)
16
+ diff-lcs (~> 1.1.2)
17
+ rspec-mocks (2.7.0)
18
+
19
+PLATFORMS
20
+ ruby
21
22
+DEPENDENCIES
23
+ jeweler
24
+ rspec
0 commit comments