vertpig 0.0.7 → 0.0.8

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: c9b9dcd5be44cbe0da2e2fc42eb053d64d607407
4
- data.tar.gz: afb06697cd022326be550e0cec565e9f8df0a7c1
3
+ metadata.gz: 551d46218165f1c2338970d3ab635a813dcf8338
4
+ data.tar.gz: 9f70e5a69eaefb7343322bde091d7ccd3d6e4a00
5
5
  SHA512:
6
- metadata.gz: 8cc789a75d87cd48be0493f7c08e13d7b81942971bed665623b914b0cdbf5170e749f04b912d609b3195965fe73eac5e87bb0a2a5a2d571562deaf26a0cfa1de
7
- data.tar.gz: c3ea8c9e2fcff0c2af64e24b2591688f984ef3a1d9af7d28f59c4f9297c455c6cac9907de796066f5b9c5309c8362826af97e1512f317fc3f79f2b4fa1ded268
6
+ metadata.gz: 1e7cf35713dafa37549aac3b2ec406e0ec7546b5447e1b533a4ac8484b359f4f0168ab83e145bc8893a896bf3e3caf329f8ae9df1a6c789903d9c6f2d871a357
7
+ data.tar.gz: cfba5c4640b4ec4ad2d1ef327ce869b719851ebede436090628393f1c69cc7f121132824d99aa0b83017e1f366851f44b91d07f76b179ce4d46aafb2aa44cabd
@@ -4,7 +4,7 @@ require 'json'
4
4
 
5
5
  module Vertpig
6
6
  class Client
7
- HOST = 'https://www.vertpig.com/api/v1.1/'
7
+ HOST = 'https://www.vertpig.com/api/v1.1'
8
8
 
9
9
  attr_reader :key, :secret
10
10
 
@@ -1,3 +1,3 @@
1
1
  module Vertpig
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vertpig
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vertbase