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
|
-
|
|
4
|
+
MTdjMDkyNzQwZGY4OWM2NWViZThlM2NjMGMzOGJkNjM3NjgxNDExYw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MGYyZmE3MjBmMGRiNjcxZjU4Y2VkMThkOTU0MTVjZmRmODk4MzhhNQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZGU4MDU1ZGM2ZjUyOGEwZjg5MmNlZTAyMTZjM2E5MTk1MTVhOTJhYjRmNjA4
|
|
10
|
+
YzQxMzNmOWY4YmM4ZWM0YjkyYTlmZDRkOWI5YWI0ZTY0MDM5MzRhZWIzYjYx
|
|
11
|
+
NWY2ODBiNjNlYTE2YWEwNGUwNGMwNjY1NTFiMWE4MGViMmJjYzc=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MzIwYWIxYTM3ZDA5ZDYyMmJmYzhmZTJmOGQ3NGRlYTdhYmFlZDI1MWJiNTA5
|
|
14
|
+
YmZkOWJkZDM1NzlmNmQyZjMyYzYwM2NjZmM5ODk0NmQzZDc2NGI4OGFmMWUx
|
|
15
|
+
ZGYxOTcxYmE4Nzc2ZjIwMDczYjQ5MTIyYzJkNWVkOWI2OGZhZjU=
|
|
@@ -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.
|
|
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/
|
|
14
|
-
s.files = ["LICENSE", "Manifest", "README", "Rakefile", "lib/
|
|
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.
|
|
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/
|
|
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/
|
|
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: []
|