stash-client 0.0.1 → 0.0.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: 4f5d893da5b3af5c6329b34b3f085ca6209a04d6
4
- data.tar.gz: ab13f2e467f079a67a4e9c1669fcdf5c74ccb392
3
+ metadata.gz: 2045515f4a912466c8b45dfaa7677d1069f229e1
4
+ data.tar.gz: 72c160480f4add8f65f85f5a51fc6db48655e585
5
5
  SHA512:
6
- metadata.gz: a677f8cb989bd133359b311c123166c3248cf5f8c96241a42a6550aa0d5fcd97f5276f94e70eff7e29f304785a5df6c6620b36681a82dc056c916a6544038eaf
7
- data.tar.gz: ecf05691ce5667374e7ac7b35d4c4f3b794a368c4a610e9096244dffb2a3e7bdf25dce023cb7823d08f31b7718d8ab7ad388e6a5390c7ff31d71cc7836af2ac2
6
+ metadata.gz: 1894a1445ccdbecb1cc3bd6559610291c4c391745f8431717aa70dbb17b8fa45c8a159001f8e6eab5a73693476a1d616356f46835afc3b556642b15df95df372
7
+ data.tar.gz: c6d1d1537b8f0449c9f2445934433a7ec51e47199f8cd1fda14baf72ddac83b778f59953e9d64bf190381adb74cf9cd3e37646dcb8d7bf73e7ee2518472b6db5
@@ -1,5 +1,5 @@
1
1
  module Stash
2
2
  class Client
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
data/lib/stash/client.rb CHANGED
@@ -2,7 +2,6 @@ require "stash/client/version"
2
2
  require "restclient"
3
3
  require 'addressable/uri'
4
4
  require 'json'
5
- require 'pry'
6
5
 
7
6
  module Stash
8
7
  class Client
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stash-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jari Bakken