Skip to content

Commit

Permalink
actually have gem dependencies again
Browse files Browse the repository at this point in the history
  • Loading branch information
atmos committed Jun 10, 2011
1 parent 168254e commit 685412c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
14 changes: 2 additions & 12 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
source 'http://rubygems.org'

group :runtime do
gem "rvm", "~>0.1.47"
gem "lunchy", "~>0.4.0"
gem "chef", "~>0.9.10"
gem "json", "~>1.4.6"
gem "rest-client", "~>1.6.1"
end

group :test do
gem "rake"
gem "bundler", "~>1.0"
end
# Specify your gem's dependencies in sinatra_auth_github.gemspec
gemspec

# vim:ft=ruby
6 changes: 6 additions & 0 deletions cinderella.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ Gem::Specification.new do |s|

s.rubyforge_project = "cinderella"

s.add_dependency "rvm", "~>0.1.47"
s.add_dependency "lunchy", "~>0.4.0"
s.add_dependency "chef", "~>0.9.10"
s.add_dependency "json", "~>1.4.6"
s.add_dependency "rest-client", "~>1.6.1"

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
Expand Down

0 comments on commit 685412c

Please sign in to comment.