Skip to content

Commit

Permalink
Adding httparty to gemspec, manually requiring it
Browse files Browse the repository at this point in the history
  • Loading branch information
winton committed Jul 13, 2010
1 parent ede64fd commit 35aa551
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Expand Up @@ -13,14 +13,15 @@ v = {

group :gemspec do
gem 'bundler', v[:bundler]
gem 'httparty', v[:httparty]
end

group :gemspec_dev do
gem 'rspec', v[:rspec]
end

group :lib do
gem 'httparty', v[:httparty], :require => %w(httparty)
gem 'httparty', v[:httparty]
end

group :rake do
Expand Down
2 changes: 2 additions & 0 deletions lib/a_b_plugin.rb
Expand Up @@ -4,6 +4,8 @@

Bundler.require(:lib)

require 'httparty'

$:.unshift File.dirname(__FILE__) + '/a_b_plugin'

require 'version'
Expand Down

0 comments on commit 35aa551

Please sign in to comment.