image-inspector-client 0.1.0 → 1.0.0

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: 4da0318dd9b810deb0ddd7f19b91f4127f7864cc
4
- data.tar.gz: b244d90435141d4c77526550c6580a77597de6cf
3
+ metadata.gz: e2c308168b8abcfcfc62f1d645910a5b5f62c9c3
4
+ data.tar.gz: e21e96eba083e0eaf360138a0542c5e6fcb801fd
5
5
  SHA512:
6
- metadata.gz: 93e4ff76ac2adb2318267a037b018065ce9114037b4c4cda7d88e5795adcf4ab158e6d55b3ac21ab4bbdd12cb58988df0c619509c6344a7381f28bf251176a75
7
- data.tar.gz: 6ce7a139bfb1c62d0490b376be2a4b1ea6e726ad903e297f88adec21bfcf11904df4e891618080a37240b5e8365ae5c85af6569eaaa6e49368ca3cc70bce98ec
6
+ metadata.gz: dad78bf0359fcebf88d1856c85287a762c9dfb9e62b1a7519f47a4e061fa78c7ba2ff7cfff70e17898801a1b1e64a596e5b2c0978e5680ce6991126400a7e315
7
+ data.tar.gz: b6e04288bf0dc287ac8a5bd263db0302c4af68c3f96bafeed4f7145b1d62e5111feb2331a1d3e48663ae6d89395550580f41ec6e6241be3885be4981793f89fe
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
  a ruby client for [image-inspector](https://github.com/simon3z/image-inspector)
3
3
 
4
4
  ## installing gem
5
- TBD
5
+ gem install image-inspector-client
6
6
 
7
7
  ## usage
8
8
  ```ruby
@@ -1,4 +1,4 @@
1
1
  # Client for image inspector: https://github.com/simon3z/image-inspector
2
2
  module ImageInspectorClient
3
- VERSION = '0.1.0'
3
+ VERSION = '1.0.0'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: image-inspector-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mooli Tayer