resource_kit 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/resource_kit/version.rb +1 -1
- data/resource_kit.gemspec +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d1fbf3e7458b612c30cd511d55bb8e1a955af95e
|
4
|
+
data.tar.gz: 11e6b6d02eec3cfa3f102a9e5c90be3a52337971
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d2bdc0ce0a2fe87a6693d0732cf5739601d257ef97495467928f870c32d01e7aa73a4df679f6dfc3e941d6d173621b8a083e29503557d916634f0b43fc675977
|
7
|
+
data.tar.gz: 527e7cab5b8952e726270548d932895135cc5e376aad795fe3ef6e5a577f1614e7d660559b501361874170750539a75e55b9d6c19ae4a4b7382b97df9e2fe9c7
|
data/lib/resource_kit/version.rb
CHANGED
data/resource_kit.gemspec
CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "resource_kit"
|
8
8
|
spec.version = ResourceKit::VERSION
|
9
9
|
spec.authors = ["Robert Ross", "Ivan Vanderbyl"]
|
10
|
-
spec.email = ["rross@digitalocean.com", "ivan@digitalocean.com"]
|
10
|
+
spec.email = ["engineering@digitalocean.com", "rross@digitalocean.com", "ivan@digitalocean.com"]
|
11
11
|
spec.summary = %q{Resource Kit provides tools to aid in making API Clients. Such as URL resolving, Request / Response layer, and more.}
|
12
12
|
spec.description = ''
|
13
13
|
spec.homepage = "https://github.com/digitaloceancloud/resource_kit"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: resource_kit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Robert Ross
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-
|
12
|
+
date: 2015-03-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: addressable
|
@@ -125,6 +125,7 @@ dependencies:
|
|
125
125
|
version: 0.10.1
|
126
126
|
description: ''
|
127
127
|
email:
|
128
|
+
- engineering@digitalocean.com
|
128
129
|
- rross@digitalocean.com
|
129
130
|
- ivan@digitalocean.com
|
130
131
|
executables: []
|