youroom_api 0.1.0 → 0.1.1

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.
@@ -52,18 +52,6 @@ module Youroom
52
52
  MarkUnread.new(access_token, ids, url).post
53
53
  end
54
54
 
55
- def get
56
- JSON.parse(access_token.get(path).body)
57
- end
58
-
59
- def post
60
- JSON.parse(access_token.post(path, params).body)
61
- end
62
-
63
- def delete
64
- JSON.parse(access_token.delete(path).body)
65
- end
66
-
67
55
  # enterprise api
68
56
  def create_room(billing_id, name)
69
57
  AddRoom.new(access_token, billing_id, name, url).post
data/youroom_api.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'youroom_api'
3
- s.version = '0.1.0'
3
+ s.version = '0.1.1'
4
4
 
5
5
  s.authors = ['pochi']
6
6
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - pochi