itfollowsclient 0.1.9 → 0.1.10

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: a3015c1772804d2f52c6ab6746d74617907f0636
4
- data.tar.gz: 1614d7973818352867d74b7ffe92521bc17de408
3
+ metadata.gz: e9471c856eb9516c679a3d7949dca878d49b1a38
4
+ data.tar.gz: b3bee4dc63fe9dcc9df8b02c839fd27926b38ff3
5
5
  SHA512:
6
- metadata.gz: 4878aae26a29e6ffb225f738195c6bba574a848a872737e1ff4784be1353cc545c7592059fb8dbf0c6e0df1f73d896b48501aeddc4948eb9c8c28e5ffc143668
7
- data.tar.gz: bec0a041cfeb70734aa9fa86113c18b450bd7e793aec211bd4fa6192db77fcfcc4fcca312dc47ce74deb077fd71010b7ecc633bf962e77bf4e9a58e64bfccc81
6
+ metadata.gz: 0fc7f2e7736126dcc3be844f674bbc4c0b4e08372639d3aa048a6b914b6b431ecc0a5d78a2d7ba8eb90e49992cf179506ca750dbb9681d58a45a337696f49023
7
+ data.tar.gz: 6943068fd36b903d859dcd41060be3c3dfa6a109b42dbf4d18b3ea93de690066f2227cf9e0a343df685cd8852afa4bad6fe21dbf9412113f7b387b365076a0cd
@@ -55,7 +55,7 @@ module Itfollows
55
55
  end
56
56
 
57
57
  def uri_for_update(name, id)
58
- URI.parse("#{host}/#{name}/#{id}.json")
58
+ URI.parse("#{it_follows_host}/#{name}/#{id}.json")
59
59
  end
60
60
 
61
61
  def build_http(name, uri)
@@ -1,3 +1,3 @@
1
1
  module Itfollows
2
- VERSION = "0.1.9"
2
+ VERSION = "0.1.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itfollowsclient
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maria Velandia
@@ -80,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
80
  version: '0'
81
81
  requirements: []
82
82
  rubyforge_project:
83
- rubygems_version: 2.4.5.1
83
+ rubygems_version: 2.5.1
84
84
  signing_key:
85
85
  specification_version: 4
86
86
  summary: y, because Rubygems requires one.