kartograph 0.2.1 → 0.2.2
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.
- checksums.yaml +4 -4
- data/kartograph.gemspec +1 -1
- data/lib/kartograph/version.rb +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: 058669bff932d817f5f55ba0db31eae00a6176c8
|
|
4
|
+
data.tar.gz: 13ce3561911df10ec3bcbf972e929cf4171b7a42
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea8f25bb8ab823fe9c2206cab7afb3f2626f1ad233d7fcdcfd6eb9781d5e7e521fd65d5e2d7b056297f129bc863f0ad3fdc054a06410aabd18d434038bd0b422
|
|
7
|
+
data.tar.gz: 547d95b3446781a52e56b3e75e8ff56dfa932a4aad52effdaa76fdf4d9f290f65aa966c8ebe5b35c8281dbf3fb5db53eeaf3c2c592b9f18809fcbcd34f2c6409
|
data/kartograph.gemspec
CHANGED
|
@@ -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"
|
data/lib/kartograph/version.rb
CHANGED
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.
|
|
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-
|
|
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: []
|