kartograph 0.0.4 → 0.0.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8fd632485d17da22b0e4d02656914d1a150d4cbf
4
- data.tar.gz: 33045537b5961949bd128b12b51d61266b9532fb
3
+ metadata.gz: 8deae11e80c043936e10a361a4f0d0e17a888eb6
4
+ data.tar.gz: 59728e086ed887a4f7a0bdbaab255a4a4f8b1401
5
5
  SHA512:
6
- metadata.gz: 86471a3fc7372a2bde1038c9aeb97310a6190e66e150f6c0c27528db369fcb27cfde4e19dbe9605f9fb44c2e7459f1f33c919b2afb8265a3aa1fa4392d430ab9
7
- data.tar.gz: 9b5beb0e77705f6ce61b87a6755f17cb90342c0e56c36dfabe04c733520dadbdf4526da5057081db0ca3c61cbc6f52239f4b8970d103149e40950f0319e4d13e
6
+ metadata.gz: e487d8c6c2acc836634e18b151475f7282ed6df4db70982a794cedaa5f00b9f06147f05b8dc7adf6065d14fac3d6aa57f98ee011eb75db2e6779970c2684e420
7
+ data.tar.gz: 13680e2ccdc4d64cc9345d4b1dc21deccb4c9d90aca9b7b6583e9477697754d611e2c5a19197a62b93ce7e2d68dc63c084757b8e835fe9331e6a9dd43cb8219c
data/kartograph.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["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
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/digitaloceancloud/kartograph"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,4 +1,4 @@
1
1
  module Kartograph
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kartograph
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Ross
@@ -104,7 +104,7 @@ files:
104
104
  - spec/support/dsl_contexts.rb
105
105
  - spec/support/dummy_comment.rb
106
106
  - spec/support/dummy_user.rb
107
- homepage: ''
107
+ homepage: https://github.com/digitaloceancloud/kartograph
108
108
  licenses:
109
109
  - MIT
110
110
  metadata: {}