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 +12 -0
- data/lib/tango/version.rb +1 -1
- data/tango-client.gemspec +1 -1
- metadata +5 -4
data/.travis.yml
ADDED
data/lib/tango/version.rb
CHANGED
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.
|
|
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:
|
|
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:
|
|
197
|
+
hash: 4272153616363105077
|
|
197
198
|
requirements: []
|
|
198
199
|
rubyforge_project:
|
|
199
200
|
rubygems_version: 1.8.23
|