File tree 2 files changed +20
-0
lines changed
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,7 @@ source :rubygems
2
2
3
3
group :development do
4
4
gem 'rspec'
5
+ gem 'jeweler'
6
+ gem 'sdoc-helpers'
7
+ gem 'rdiscount'
5
8
end
Original file line number Diff line number Diff line change 2
2
remote: http://rubygems.org/
3
3
specs:
4
4
diff-lcs (1.1.2 )
5
+ git (1.2.5 )
6
+ jeweler (1.6.0 )
7
+ bundler (~> 1.0.0 )
8
+ git (>= 1.2.5 )
9
+ rake
10
+ json (1.5.1 )
11
+ rake (0.8.7 )
12
+ rdiscount (1.6.8 )
13
+ rdoc (2.4.3 )
5
14
rspec (2.5.0 )
6
15
rspec-core (~> 2.5.0 )
7
16
rspec-expectations (~> 2.5.0 )
10
19
rspec-expectations (2.5.0 )
11
20
diff-lcs (~> 1.1.2 )
12
21
rspec-mocks (2.5.0 )
22
+ sdoc (0.2.20 )
23
+ json (>= 1.1.3 )
24
+ rdoc (= 2.4.3 )
25
+ sdoc-helpers (0.1.4 )
26
+ sdoc (~> 0.2 )
13
27
14
28
PLATFORMS
15
29
ruby
16
30
17
31
DEPENDENCIES
32
+ jeweler
33
+ rdiscount
18
34
rspec
35
+ sdoc-helpers
You can’t perform that action at this time.
0 commit comments