kartograph 0.2.1 → 0.2.2

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: 3a573a744b7b213bb2721c5309cdeec2ea3fce35
4
- data.tar.gz: 029172328c658996de6163c4473e6894e5a1f698
3
+ metadata.gz: 058669bff932d817f5f55ba0db31eae00a6176c8
4
+ data.tar.gz: 13ce3561911df10ec3bcbf972e929cf4171b7a42
5
5
  SHA512:
6
- metadata.gz: ed413d7e3ce8cfc5506f427dd1dd6193e63eacedd492b02749bb4702603d7fd03b2ce57b07e2044fc77eb6d58d1e87c49af62b628ea6b942b4557a2b55bc80dc
7
- data.tar.gz: bbdb12c55b428908117b1c03d19b0b74e408d682f40f72757a5a8982765039ac2c828ebca6f02554874adf7c68379aff57b81f9592a4b63a1b607b0b518e08d3
6
+ metadata.gz: ea8f25bb8ab823fe9c2206cab7afb3f2626f1ad233d7fcdcfd6eb9781d5e7e521fd65d5e2d7b056297f129bc863f0ad3fdc054a06410aabd18d434038bd0b422
7
+ data.tar.gz: 547d95b3446781a52e56b3e75e8ff56dfa932a4aad52effdaa76fdf4d9f290f65aa966c8ebe5b35c8281dbf3fb5db53eeaf3c2c592b9f18809fcbcd34f2c6409
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
7
7
  spec.name = "kartograph"
8
8
  spec.version = Kartograph::VERSION
9
9
  spec.authors = ["Robert Ross"]
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{Kartograph makes it easy to generate and convert JSON. It's intention is to be used for API clients.}
12
12
  spec.description = %q{Kartograph makes it easy to generate and convert JSON. It's intention is to be used for API clients.}
13
13
  spec.homepage = "https://github.com/digitaloceancloud/kartograph"
@@ -1,4 +1,4 @@
1
1
  module Kartograph
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kartograph
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Ross
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-06 00:00:00.000000000 Z
11
+ date: 2015-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -69,6 +69,7 @@ dependencies:
69
69
  description: Kartograph makes it easy to generate and convert JSON. It's intention
70
70
  is to be used for API clients.
71
71
  email:
72
+ - engineering@digitalocean.com
72
73
  - rross@digitalocean.com
73
74
  - ivan@digitalocean.com
74
75
  executables: []