ruby-myjson 0.1.1 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3144ef64aeb7e71641288e4401e844c835db5262
4
- data.tar.gz: 4a89e55aa0bb1b0d16a4329f92b5a2be8588f465
3
+ metadata.gz: c3c8de3deddbd4087ae27e7e070143bb67a96ef5
4
+ data.tar.gz: 3261b5d7999e79fc6a681c050884b9e39044e6c2
5
5
  SHA512:
6
- metadata.gz: 396bbb3044bab5985a372219325c6167f0f414ecb25c1494599e36bf2d763d106924675fe3b5c159f4f403f3b71b7c76b5282791312cb9ec81d359e827a12986
7
- data.tar.gz: 0f9788cc4c95145a4a6c61d2930d5f819e1431dedf02874e3be5073f7193b0340862296bec662d29ca15dc41dd58731a206fae6c2c2edf3aa28ad9703ba62604
6
+ metadata.gz: 7cce255cb6de0d0157951711f029511a1c18d5d0732e61066de1628aad58ac5da42b25ee43e709f1adf8145aafc94b08d7ec0edcbfaa69fa45af3f5379003300
7
+ data.tar.gz: 946d35d2c2c26523f21cfcc0e71c14efa09d86278659b218f0f26d2acbe3b1990eb96fe812e44d0ea731ae8626bc9e55d6a0bb6ac694f21834896449b920812a
@@ -1,3 +1,3 @@
1
1
  module Myjson
2
- VERSION = '0.1.1'.freeze
2
+ VERSION = '0.1.2'.freeze
3
3
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = 'Myjson Ruby Client'
13
13
  spec.description = 'Ruby client for Myjson http://myjson.com'
14
- spec.homepage = 'https://github.com/nikitachernov/ruby-plino'
14
+ spec.homepage = 'https://github.com/nikitachernov/ruby-myjson'
15
15
  spec.license = 'MIT'
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-myjson
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nikita Chernov
@@ -87,7 +87,7 @@ files:
87
87
  - lib/myjson/resource.rb
88
88
  - lib/myjson/version.rb
89
89
  - ruby-myjson.gemspec
90
- homepage: https://github.com/nikitachernov/ruby-plino
90
+ homepage: https://github.com/nikitachernov/ruby-myjson
91
91
  licenses:
92
92
  - MIT
93
93
  metadata: {}