ups_time_in_transit_plus 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OGMxNTA2ZGEwNWFlYWJjZGU4YWQxYmE5NmZmYzU3ZGRhZWNmYzI3OA==
4
+ MTdjMDkyNzQwZGY4OWM2NWViZThlM2NjMGMzOGJkNjM3NjgxNDExYw==
5
5
  data.tar.gz: !binary |-
6
- ZjY5YTczZWUzYmMyOTdhZGJmYzhmNzc4NDk3NTYyNTFlNTAwNTlkZg==
6
+ MGYyZmE3MjBmMGRiNjcxZjU4Y2VkMThkOTU0MTVjZmRmODk4MzhhNQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZjljNWFhNzJjODdhZTU1Y2U1OGNhZDQwYjUwNGNhZTBkM2MxYzUwMWRjMzJj
10
- NmQxZGM3MWI3N2JjNjY2ZTgyY2I5N2VjZDhlN2M5M2UwNmJhNjNlOWFhMjE3
11
- MjYyY2JjZWE5NjQwMmQwZTBmZmQ2MDdkYjgyZWZkNjc2NDNhZWQ=
9
+ ZGU4MDU1ZGM2ZjUyOGEwZjg5MmNlZTAyMTZjM2E5MTk1MTVhOTJhYjRmNjA4
10
+ YzQxMzNmOWY4YmM4ZWM0YjkyYTlmZDRkOWI5YWI0ZTY0MDM5MzRhZWIzYjYx
11
+ NWY2ODBiNjNlYTE2YWEwNGUwNGMwNjY1NTFiMWE4MGViMmJjYzc=
12
12
  data.tar.gz: !binary |-
13
- MjNjYzE1ZjY3ZmNmNTU1Y2UyYWU5N2MzYTc3OTJkNGM2ZWVjMjcyYmQ3YTFk
14
- NzA3MGNmZGY3N2UyYWIzNzFiY2RhODc0MWM0YWQ2OTE5YTZjN2U1MmVkOTQx
15
- ZTI4OTMzZjZjYjNlMDYzNjYyMjJjZDVkMTQ3MGVhMzBhMDhhMDc=
13
+ MzIwYWIxYTM3ZDA5ZDYyMmJmYzhmZTJmOGQ3NGRlYTdhYmFlZDI1MWJiNTA5
14
+ YmZkOWJkZDM1NzlmNmQyZjMyYzYwM2NjZmM5ODk0NmQzZDc2NGI4OGFmMWUx
15
+ ZGYxOTcxYmE4Nzc2ZjIwMDczYjQ5MTIyYzJkNWVkOWI2OGZhZjU=
@@ -7,7 +7,7 @@ require 'active_support'
7
7
 
8
8
  module UPS
9
9
  # Provides a simple api to to ups's time in transit service.
10
- class TimeInTransit
10
+ class TimeInTransitPlus
11
11
  XPCI_VERSION = '1.0002'
12
12
  DEFAULT_CUTOFF_TIME = 18
13
13
  DEFAULT_TIMEOUT = 30
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{ups_time_in_transit_plus}
5
- s.version = "0.1.3"
5
+ s.version = "0.1.4"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Joe Stelmach, Benjamin Crudo"]
@@ -10,8 +10,8 @@ Gem::Specification.new do |s|
10
10
  s.date = %q{2013-10-07}
11
11
  s.description = %q{Provides an easy to use interface to the UPS time in transit API}
12
12
  s.email = %q{gems @nospam@ gmail.com}
13
- s.extra_rdoc_files = ["LICENSE", "README", "lib/ups_time_in_transit.rb"]
14
- s.files = ["LICENSE", "Manifest", "README", "Rakefile", "lib/ups_time_in_transit.rb", "ups_time_in_transit_plus.gemspec"]
13
+ s.extra_rdoc_files = ["LICENSE", "README", "lib/ups_time_in_transit_plus.rb"]
14
+ s.files = ["LICENSE", "Manifest", "README", "Rakefile", "lib/ups_time_in_transit_plus.rb", "ups_time_in_transit_plus.gemspec"]
15
15
  s.homepage = %q{http://github.com/BENGMN/ups_time_in_transit}
16
16
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Ups_time_in_transit", "--main", "README"]
17
17
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ups_time_in_transit_plus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joe Stelmach, Benjamin Crudo
@@ -31,13 +31,13 @@ extensions: []
31
31
  extra_rdoc_files:
32
32
  - LICENSE
33
33
  - README
34
- - lib/ups_time_in_transit.rb
34
+ - lib/ups_time_in_transit_plus.rb
35
35
  files:
36
36
  - LICENSE
37
37
  - Manifest
38
38
  - README
39
39
  - Rakefile
40
- - lib/ups_time_in_transit.rb
40
+ - lib/ups_time_in_transit_plus.rb
41
41
  - ups_time_in_transit_plus.gemspec
42
42
  homepage: http://github.com/BENGMN/ups_time_in_transit
43
43
  licenses: []