Skip to content

Commit

Permalink
Including activeshipping in the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly authored and radar committed Feb 17, 2013
1 parent 4500193 commit 99a5de4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -12,7 +12,6 @@ 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"
```

Expand Down Expand Up @@ -78,9 +77,6 @@ Installation

```ruby
gem 'spree_active_shipping'

#only required until gem 0.9.13 is released
gem 'active_shipping', :git => 'git://github.com/Shopify/active_shipping.git'
```

2. Run bundler
Expand Down
1 change: 1 addition & 0 deletions spree_active_shipping.gemspec
Expand Up @@ -18,4 +18,5 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

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

0 comments on commit 99a5de4

Please sign in to comment.