Skip to content

Commit

Permalink
Remove dependency on ancient version of active_shipping
Browse files Browse the repository at this point in the history
Direct users to manually point to Git release of active_shipping inside their application
  • Loading branch information
radar committed Apr 17, 2012
1 parent 80387e4 commit 94dedd1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ Status](https://secure.travis-ci.org/spree/spree_active_shipping.png)](http://tr

This is a Spree extension that wraps the popular [active_shipping](http://github.com/Shopify/active_shipping/tree/master) plugin.

Installation
------------

To install this extension, place these two lines inside your application's Gemfile:

```ruby
gem 'active_shipping', :git => "git://github.com/Shopify/active_shipping"
gem 'spree_active_shipping', :git => "git://github.com/spree/spree_active_shipping"
```

UPS
---

Expand Down
1 change: 0 additions & 1 deletion spree_active_shipping.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_dependency('spree_core', '~> 1.0')
s.add_dependency('active_shipping', '0.9.13')

This comment has been minimized.

Copy link
@jsqu99

jsqu99 Apr 26, 2012

Contributor

Does this need to be replaced with something else?

bundle exec rake test_app

fails now with

rake aborted!
cannot load such file -- active_shipping

I'm submitting an issue on this now.

end

0 comments on commit 94dedd1

Please sign in to comment.