tango-client 1.0.0 → 1.0.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/.travis.yml ADDED
@@ -0,0 +1,12 @@
1
+ language: ruby
2
+ rvm:
3
+ - 1.9.3
4
+ - 1.9.2
5
+ - jruby-18mode
6
+ - jruby-19mode
7
+ - rbx-18mode
8
+ - rbx-19mode
9
+ - ruby-head
10
+ - jruby-head
11
+ - 1.8.7
12
+ - ree
data/lib/tango/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Tango
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
data/tango-client.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |gem|
9
9
  gem.email = ["ian@intridea.com"]
10
10
  gem.description = %q{HTTP client to ease using Tango API}
11
11
  gem.summary = %q{HTTP client to ease using Tango API}
12
- gem.homepage = ""
12
+ gem.homepage = "http://github.com/doitian/tango-client"
13
13
 
14
14
  gem.files = `git ls-files`.split($/)
15
15
  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: tango-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -148,6 +148,7 @@ extra_rdoc_files: []
148
148
  files:
149
149
  - .gitignore
150
150
  - .rspec
151
+ - .travis.yml
151
152
  - .yardopts
152
153
  - Gemfile
153
154
  - README.md
@@ -170,7 +171,7 @@ files:
170
171
  - spec/tango/response/parse_json_spec.rb
171
172
  - spec/tango/response/raise_error_spec.rb
172
173
  - tango-client.gemspec
173
- homepage: ''
174
+ homepage: http://github.com/doitian/tango-client
174
175
  licenses: []
175
176
  post_install_message:
176
177
  rdoc_options: []
@@ -184,7 +185,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
184
185
  version: '0'
185
186
  segments:
186
187
  - 0
187
- hash: 4124602399217005182
188
+ hash: 4272153616363105077
188
189
  required_rubygems_version: !ruby/object:Gem::Requirement
189
190
  none: false
190
191
  requirements:
@@ -193,7 +194,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
193
194
  version: '0'
194
195
  segments:
195
196
  - 0
196
- hash: 4124602399217005182
197
+ hash: 4272153616363105077
197
198
  requirements: []
198
199
  rubyforge_project:
199
200
  rubygems_version: 1.8.23