Skip to content

Commit

Permalink
Update Gemfile, gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
djsun committed Dec 18, 2010
1 parent 938e5e4 commit 2510c3f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 22 deletions.
6 changes: 0 additions & 6 deletions Gemfile
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1 @@
source :rubygems

group :development do
gem 'jeweler', '~> 1.5.1'
end

gemspec gemspec
22 changes: 7 additions & 15 deletions Gemfile.lock
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,28 +4,20 @@ PATH
kronos (0.1.9) kronos (0.1.9)


GEM GEM
remote: http://rubygems.org/
specs: specs:
diff-lcs (1.1.2) diff-lcs (1.1.2)
git (1.2.5) rspec (2.3.0)
jeweler (1.5.1) rspec-core (~> 2.3.0)
bundler (~> 1.0.0) rspec-expectations (~> 2.3.0)
git (>= 1.2.5) rspec-mocks (~> 2.3.0)
rake rspec-core (2.3.1)
rake (0.8.7) rspec-expectations (2.3.0)
rspec (2.2.0)
rspec-core (~> 2.2)
rspec-expectations (~> 2.2)
rspec-mocks (~> 2.2)
rspec-core (2.2.1)
rspec-expectations (2.2.0)
diff-lcs (~> 1.1.2) diff-lcs (~> 1.1.2)
rspec-mocks (2.2.0) rspec-mocks (2.3.0)


PLATFORMS PLATFORMS
ruby ruby


DEPENDENCIES DEPENDENCIES
jeweler (~> 1.5.1)
kronos! kronos!
rspec (~> 2.2) rspec (~> 2.2)
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Jeweler::Tasks.new do |gem|
gem.email = "djames@sunlightfoundation.com" gem.email = "djames@sunlightfoundation.com"
gem.homepage = "http://github.com/djsun/kronos" gem.homepage = "http://github.com/djsun/kronos"
gem.authors = ["David James"] gem.authors = ["David James"]
gem.add_development_dependency "rspec", "~> 2.2" gem.add_development_dependency "rspec", "~> 2.3"
gem.add_development_dependency "jeweler", "~> 1.5"
gem.rubyforge_project = 'kronos' gem.rubyforge_project = 'kronos'
# gem is a Gem::Specification # gem is a Gem::Specification
# see http://www.rubygems.org/read/chapter/20 for additional settings # see http://www.rubygems.org/read/chapter/20 for additional settings
Expand Down

0 comments on commit 2510c3f

Please sign in to comment.