Skip to content

Commit

Permalink
Gem version 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Soleone committed Jan 10, 2011
1 parent 85a51e5 commit 44a8611
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
* Add fix for updated USPS API to strip any encoded html and trailing asterisks from rate names [dennis]
* Add carrier CanadaPost [william]
* Update FedEx rates and added ability to auto-generate rate name from code that gets returned by FedEx [dennis]
* Assume test_helper is in load path when running tests [cody]
Expand Down
2 changes: 1 addition & 1 deletion active_shipping.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.authors = ["James MacAulay", "Tobi Lutke", "Cody Fauser", "Jimmy Baker"]
s.email = ["[email protected]"]
s.version = '0.9.4'
s.version = '0.9.5'
s.homepage = "http://github.com/shopify/active_shipping"
s.summary = "Shipping API extension for Active Merchant"
s.description = "Get rates and tracking info from various shipping carriers."
Expand Down
2 changes: 1 addition & 1 deletion lib/active_shipping/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveShipping
VERSION = "0.9.4"
VERSION = "0.9.5"
end

0 comments on commit 44a8611

Please sign in to comment.