temando 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.
Files changed (3) hide show
  1. data/lib/temando/version.rb +1 -1
  2. data/temando.gemspec +1 -1
  3. metadata +2 -2
@@ -1,3 +1,3 @@
1
1
  module Temando
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -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-open/temando"
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.0
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-open/temando
155
+ homepage: http://github.com/reInteractive/temando
156
156
  licenses: []
157
157
  post_install_message:
158
158
  rdoc_options: []