feathr 0.1.3 → 0.1.4

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: de4b9ed1ee843deb45e3220398d8cc9231998019
4
- data.tar.gz: 5b4d4d358e3e79cd2a431aa4dafeebeec570202c
3
+ metadata.gz: f5dcdf88d7294bc178600361d6fa7651ea4633a2
4
+ data.tar.gz: 76d3b60691a23859862be1fae5a00dd4c646885f
5
5
  SHA512:
6
- metadata.gz: 4e7c77ab244716743b1ed3d7e018f4b7b4a0160f828d421a50578f83a1b619418464cf25a8e50eb995e9838dff718fc8b6cf94ec1b204a01903963c5e53b786a
7
- data.tar.gz: 57170f8f43f1b06a7260728c5a1306f8df65a34f2dd4d1b5eb64e7ea5ebce64c954537123ab3ea1e1fc7c74d418fc29a7ee43b6751b3fb9e1ddaa65a61ebf3b1
6
+ metadata.gz: a22205d90f9fe0eedccb8d7a3f783c7cf2db7d4340b8cffe5366242660145623cb3e8ca121970929daf3af3c8c972dc2d2ba7509035db08cc67573bdded91482
7
+ data.tar.gz: 9595207056730f30fd77c6368b73a7d63cbefc11b054adc27524ec1361990777f013b989a57cf0b31b5c01def8a1a9659bc50709ef08905035f9c699e29eff6e
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- feathr (0.1.2)
4
+ feathr (0.1.3)
5
5
  httparty
6
6
 
7
7
  GEM
@@ -4,7 +4,7 @@ module Feathr
4
4
  class Users < Feathr::Api::FeathrEndpoint
5
5
  api_path 'users'
6
6
  feathr_object Feathr::Api::User
7
- feathr_endpoints :all, :find, :update
7
+ feathr_endpoints :all, :find, :update, :create
8
8
 
9
9
  def me
10
10
  path = api_path + 'me'
@@ -1,3 +1,3 @@
1
1
  module Feathr
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: feathr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brad Herman
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-01-21 00:00:00.000000000 Z
11
+ date: 2017-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty