Skip to content

Commit

Permalink
Remove Jeweler dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Sep 10, 2010
1 parent deaef84 commit 8442616
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 18 deletions.
5 changes: 2 additions & 3 deletions Gemfile
Expand Up @@ -9,8 +9,7 @@ gem 'devise'
# and rake tasks are available in development mode:
group :development, :test do
gem 'dummy_data'
gem 'jeweler'
gem "rspec-rails", ">= 2.0.0.beta.20"
gem 'rspec-rails', '>= 2.0.0.beta.20'
gem 'sqlite3-ruby', :require => 'sqlite3'
gem "webrat", :git => "git://github.com/kalv/webrat.git"
gem 'webrat', :git => 'git://github.com/kalv/webrat.git'
end
10 changes: 0 additions & 10 deletions Gemfile.lock
Expand Up @@ -51,14 +51,7 @@ GEM
rails (>= 3.0.0.beta)
erubis (2.6.6)
abstract (>= 1.0.0)
gemcutter (0.6.1)
git (1.2.5)
i18n (0.4.1)
jeweler (1.4.0)
gemcutter (>= 0.1.0)
git (>= 1.2.5)
rubyforge (>= 2.0.0)
json_pure (1.4.6)
mail (2.2.5)
activesupport (>= 2.3.6)
mime-types
Expand Down Expand Up @@ -95,8 +88,6 @@ GEM
rspec-mocks (2.0.0.beta.20)
rspec-rails (2.0.0.beta.20)
rspec (= 2.0.0.beta.20)
rubyforge (2.0.4)
json_pure (>= 1.1.7)
sqlite3-ruby (1.3.1)
thor (0.14.0)
treetop (1.4.8)
Expand All @@ -112,7 +103,6 @@ DEPENDENCIES
builder
devise
dummy_data
jeweler
rails (= 3.0.0)
rspec-rails (>= 2.0.0.beta.20)
sqlite3-ruby
Expand Down
6 changes: 3 additions & 3 deletions spec/dummy_app/Gemfile
Expand Up @@ -8,8 +8,8 @@ gem 'devise'
# put test-only gems in this group so their generators
# and rake tasks are available in development mode:
group :development, :test do
gem "dummy_data"
gem "rspec-rails", ">= 2.0.0.beta.20"
gem 'dummy_data'
gem 'rspec-rails', '>= 2.0.0.beta.20'
gem 'sqlite3-ruby', :require => 'sqlite3'
gem "webrat", :git => "git://github.com/kalv/webrat.git"
gem 'webrat', :git => 'git://github.com/kalv/webrat.git'
end
4 changes: 2 additions & 2 deletions spec/dummy_app/Gemfile.lock
@@ -1,6 +1,6 @@
GIT
remote: git://github.com/kalv/webrat.git
revision: 66130e4
revision: 66130e4b9e903e07cfa86286655bde439c7b376e
specs:
webrat (0.7.2.pre)
nokogiri (>= 1.2.0)
Expand Down Expand Up @@ -60,7 +60,7 @@ GEM
nokogiri (1.4.3.1)
polyglot (0.3.1)
rack (1.2.1)
rack-mount (0.6.12)
rack-mount (0.6.13)
rack (>= 1.0.0)
rack-test (0.5.4)
rack (>= 1.0)
Expand Down

0 comments on commit 8442616

Please sign in to comment.