triton-internal 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4b93f09a9ba8fe9f2356cd506c08dcc37195781c
4
- data.tar.gz: 6a0a7664fbbfcbfce694722ca47f09603444f49e
3
+ metadata.gz: 09d4eaf1f2000e78096108a63aaf97e81adc2e99
4
+ data.tar.gz: 5b67fa60083fbb80be94bd7d2a5622ba386d503d
5
5
  SHA512:
6
- metadata.gz: 19539963e4447514c4c8777634dfcfbbe2276be0ce999176b14107dd9fbc48167547b7fbcb66330847f99d5b269f0decf6c8b9d7fdbc5808944f3db55534a478
7
- data.tar.gz: 0ad33a967873f7e48b302870721ddeacf9038b5e8fcd9e6cb6184c19465aa17de41bd362008f9337b4bc566b2fc38918c887fed6451ed158c2ec021350834582
6
+ metadata.gz: e8a6029d0c4866651966b69f3550a6ea66ac9648be020549a9d3a2a500186397e9656fa34c9b5d14e0b27c60fda317af010faa2e15a446fb785a335b62e82a26
7
+ data.tar.gz: 91a646e5e0e506bd6c5623f57ed9d71114a8f95986f6426088a64b3e456f5b780d59547d8cd2b7d8e468025fb621c38fc0fcfd027cb22402f77c381db28c6397
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- triton-internal (0.1.0)
4
+ triton-internal (0.1.1)
5
5
  rest-client (~> 1.8)
6
6
  socksify (~> 1.7)
7
7
 
@@ -1,3 +1,3 @@
1
1
  module Triton
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
 
13
13
  spec.summary = %q{Library to wrap the Triton internal APIs}
14
14
  spec.description = %q{Library that wraps all of the Joyent Triton Internal APIs in a consistent ruby interface allowing easier calling and mocking.}
15
- spec.homepage = "http://thomas.haggett.org/"
15
+ spec.homepage = "https://github.com/joshado/triton-internal-gem"
16
16
 
17
17
  spec.files = Dir.glob(File.expand_path("../**/*", __FILE__)).reject do |f|
18
18
  f.match(%r{^(test|spec|features)/})
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: triton-internal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Haggett
@@ -111,7 +111,7 @@ files:
111
111
  - "/Users/thomas/tdh/triton/spec/spec_helper.rb"
112
112
  - "/Users/thomas/tdh/triton/spec/triton_spec.rb"
113
113
  - "/Users/thomas/tdh/triton/triton-internal.gemspec"
114
- homepage: http://thomas.haggett.org/
114
+ homepage: https://github.com/joshado/triton-internal-gem
115
115
  licenses:
116
116
  - MIT
117
117
  metadata: {}