fellowshipone 1.1.2 → 1.1.3

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: 8958f5538fc17c7791f7ba5c9b837aab20ce59fe
4
- data.tar.gz: b0d92175ec1440afc54e14ba44820fe236aa6407
3
+ metadata.gz: bb4895f3fc547361f542f21855fe86d5df9bc5e8
4
+ data.tar.gz: c986c5aae08c66dbdf8b5c4229458a13c635b4b6
5
5
  SHA512:
6
- metadata.gz: d18e43eb5dc91cab3963817e911e29306454b3a3f8e9d794bb0d95905399a248662f78b777f06fbf0268b25366e93409c5838855498c39b94cbaa46b62ba0695
7
- data.tar.gz: bf60840e063990ef517120f7b1a93f0c5b91fa71c1be19f6eae79940ba6cd2b3dd3f1cf31a8512bd2e03e4faabf341d7705f7a9aa975f770feb2f3d9346d4c8a
6
+ metadata.gz: f8b4eaaa5e01a1407e16f41d2754f532a8faa36908bd97ca2ea2d27ef17a3beb123e29abaa8ec7e85a86a0e871b97f9e1afd1deb13e270fca39a3a903b066828
7
+ data.tar.gz: 45570165a999d423b11711dc639a60cc21f24424db7418a56900d6e5d5a0a16fafb4a182e165f458ab4a2b00d0400298feecfc98c2a25b6520d77b857282ac29
@@ -2,7 +2,7 @@ $:.push File.expand_path("../lib", __FILE__)
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'fellowshipone'
5
- s.version = '1.1.2'
5
+ s.version = '1.1.3'
6
6
  s.authors = ['Taylor Brooks']
7
7
  s.email = ['tbrooks@gmail.com']
8
8
  s.homepage = 'https://github.com/taylorbrooks/fellowshipone'
@@ -36,13 +36,13 @@ module Fellowshipone
36
36
  end.body
37
37
  end
38
38
 
39
- def put(url, options = {})
39
+ def put(path, options = {})
40
40
  connection.put do |req|
41
41
  req.url path
42
42
  end.body
43
43
  end
44
44
 
45
- def delete(url, options = {})
45
+ def delete(path, options = {})
46
46
  connection.delete do |req|
47
47
  req.url path
48
48
  end.body
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fellowshipone
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taylor Brooks