Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jazminschroeder committed Feb 2, 2013
1 parent e911445 commit 86b157f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fedex.gemspec
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|

s.rubyforge_project = "fedex"

s.add_dependency 'httparty', '~> 0.9.0'
s.add_dependency 'httparty', '~> 0.10.0'
s.add_dependency 'nokogiri', '~> 1.5.0'

s.add_development_dependency "rspec", '~> 2.9.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/fedex/version.rb
@@ -1,3 +1,3 @@
module Fedex
VERSION = "2.2.2"
VERSION = "3.0.0"
end
5 changes: 2 additions & 3 deletions spec/lib/fedex/track_spec.rb
Expand Up @@ -16,16 +16,15 @@ module Fedex

it "returns an array of tracking information results" do
results = fedex.track(options)

results.length.should == 9
results.should_not be_empty
end

it "returns events with tracking information" do
options[:uuid] = uuid

tracking_info = fedex.track(options).first

tracking_info.events.count.should == 52
tracking_info.events.should_not be_empty
end

it "fails if using an invalid package type" do
Expand Down

0 comments on commit 86b157f

Please sign in to comment.