Skip to content

Commit

Permalink
Downgrade jeweler so we have the release command
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvarga committed Mar 30, 2011
1 parent 670cb9d commit 98d7379
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -10,7 +10,7 @@ gem 'rspec-rails', '~>1.3.2', :require => 'spec/rails'

# Simplify these dependencies
gem 'git', '1.2.5'
gem 'jeweler', '~>1.5.2'
gem 'jeweler', '=1.4.0'
gem 'github', '0.4.5'
gem 'gemcutter', '0.6.1'

Expand All @@ -21,4 +21,4 @@ gem 'sqlite3-ruby', '1.3.1', :require => 'sqlite3'
group :test do
gem 'ruby-debug', '0.10.3'
gem 'ruby-debug-base', '0.10.3'
end
end
11 changes: 7 additions & 4 deletions Gemfile.lock
Expand Up @@ -24,11 +24,12 @@ GEM
json (>= 1.2.0)
text-format (>= 1.0.0)
highline (1.5.2)
jeweler (1.5.2)
bundler (~> 1.0.0)
jeweler (1.4.0)
gemcutter (>= 0.1.0)
git (>= 1.2.5)
rake
rubyforge (>= 2.0.0)
json (1.5.1)
json_pure (1.4.6)
linecache (0.43)
mocha (0.9.10)
rake
Expand All @@ -51,6 +52,8 @@ GEM
ruby-debug-base (~> 0.10.3.0)
ruby-debug-base (0.10.3)
linecache (>= 0.3)
rubyforge (2.0.4)
json_pure (>= 1.1.7)
sqlite3-ruby (1.3.1)
text-format (1.0.0)
text-hyphen (~> 1.0.0)
Expand All @@ -63,7 +66,7 @@ DEPENDENCIES
gemcutter (= 0.6.1)
git (= 1.2.5)
github (= 0.4.5)
jeweler (~> 1.5.2)
jeweler (= 1.4.0)
mocha (= 0.9.10)
nokogiri (= 1.4.4)
rails (= 2.3.8)
Expand Down

0 comments on commit 98d7379

Please sign in to comment.