temando 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/temando/version.rb +1 -1
- data/temando.gemspec +1 -1
- metadata +2 -2
data/lib/temando/version.rb
CHANGED
data/temando.gemspec
CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
|
|
6
6
|
gem.email = ["jason@reinteractive.net"]
|
7
7
|
gem.description = %q{Ruby API to Temando - an Australian transport fulfilment broker}
|
8
8
|
gem.summary = %q{Ruby API to Temando - an Australian transport fulfilment broker}
|
9
|
-
gem.homepage = "http://github.com/reInteractive
|
9
|
+
gem.homepage = "http://github.com/reInteractive/temando"
|
10
10
|
|
11
11
|
gem.files = `git ls-files`.split($\)
|
12
12
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: temando
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -152,7 +152,7 @@ files:
|
|
152
152
|
- spec/units/item/general_goods_spec.rb
|
153
153
|
- spec/units/request_spec.rb
|
154
154
|
- temando.gemspec
|
155
|
-
homepage: http://github.com/reInteractive
|
155
|
+
homepage: http://github.com/reInteractive/temando
|
156
156
|
licenses: []
|
157
157
|
post_install_message:
|
158
158
|
rdoc_options: []
|