canada_post 0.1.0 → 0.1.1
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.
- data/canada_post.gemspec +1 -1
- data/lib/canada_post.rb +2 -2
- metadata +3 -3
data/canada_post.gemspec
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.platform = Gem::Platform::RUBY
|
|
5
5
|
s.name = 'canada_post'
|
|
6
|
-
s.version = '0.1.
|
|
6
|
+
s.version = '0.1.1'
|
|
7
7
|
s.author = 'Alex Tsokurov'
|
|
8
8
|
s.email = 'me@ximik.net'
|
|
9
9
|
s.summary = 'A Simple Ruby Class that communicates with Canada Post Server and provides a shipping estimate.'
|
data/lib/canada_post.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: canada_post
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.1.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Alex Tsokurov
|