lapse 0.0.16 → 0.0.17

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.
@@ -37,6 +37,12 @@ module Lapse
37
37
  get('me').body
38
38
  end
39
39
 
40
+ def update_me(options = {})
41
+ params = {
42
+ user: options
43
+ }
44
+ patch('me', params).body
45
+
40
46
  def user(user_id, params = {})
41
47
  get("users/#{user_id}", params).body
42
48
  end
@@ -1,4 +1,4 @@
1
1
  module Lapse
2
2
  # Verion of the Lapse gem
3
- VERSION = '0.0.16'
3
+ VERSION = '0.0.17'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lapse
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.16
4
+ version: 0.0.17
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -108,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
108
  version: '0'
109
109
  segments:
110
110
  - 0
111
- hash: 1740037832579702578
111
+ hash: -578402452049546923
112
112
  requirements: []
113
113
  rubyforge_project:
114
114
  rubygems_version: 1.8.23