add dev dependencies: jeweler, sdoc-helpers, rdiscount

This commit is contained in:
Scott Taylor 2011-05-02 21:59:18 -04:00
parent c2d7f46bcb
commit 129b557160
2 changed files with 20 additions and 0 deletions

View File

@ -2,4 +2,7 @@ source :rubygems
group :development do group :development do
gem 'rspec' gem 'rspec'
gem 'jeweler'
gem 'sdoc-helpers'
gem 'rdiscount'
end end

View File

@ -2,6 +2,15 @@ GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
diff-lcs (1.1.2) diff-lcs (1.1.2)
git (1.2.5)
jeweler (1.6.0)
bundler (~> 1.0.0)
git (>= 1.2.5)
rake
json (1.5.1)
rake (0.8.7)
rdiscount (1.6.8)
rdoc (2.4.3)
rspec (2.5.0) rspec (2.5.0)
rspec-core (~> 2.5.0) rspec-core (~> 2.5.0)
rspec-expectations (~> 2.5.0) rspec-expectations (~> 2.5.0)
@ -10,9 +19,17 @@ GEM
rspec-expectations (2.5.0) rspec-expectations (2.5.0)
diff-lcs (~> 1.1.2) diff-lcs (~> 1.1.2)
rspec-mocks (2.5.0) rspec-mocks (2.5.0)
sdoc (0.2.20)
json (>= 1.1.3)
rdoc (= 2.4.3)
sdoc-helpers (0.1.4)
sdoc (~> 0.2)
PLATFORMS PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
jeweler
rdiscount
rspec rspec
sdoc-helpers