Skip to content

Commit 129b557

Browse files
add dev dependencies: jeweler, sdoc-helpers, rdiscount
1 parent c2d7f46 commit 129b557

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

Gemfile

+3
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@ source :rubygems
22

33
group :development do
44
gem 'rspec'
5+
gem 'jeweler'
6+
gem 'sdoc-helpers'
7+
gem 'rdiscount'
58
end

Gemfile.lock

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ GEM
22
remote: http://rubygems.org/
33
specs:
44
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)
514
rspec (2.5.0)
615
rspec-core (~> 2.5.0)
716
rspec-expectations (~> 2.5.0)
@@ -10,9 +19,17 @@ GEM
1019
rspec-expectations (2.5.0)
1120
diff-lcs (~> 1.1.2)
1221
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)
1327

1428
PLATFORMS
1529
ruby
1630

1731
DEPENDENCIES
32+
jeweler
33+
rdiscount
1834
rspec
35+
sdoc-helpers

0 commit comments

Comments
 (0)