lapse 0.0.6 → 0.0.7

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.
@@ -18,11 +18,11 @@ module Lapse
18
18
  post('clips').body
19
19
  end
20
20
 
21
- def accept_frames(clip_id, frame_ids)
21
+ def submit_frames(clip_id, frame_ids)
22
22
  params = {
23
23
  :frame_ids => frame_ids
24
24
  }
25
- post("clips/#{clip_id}/accept_frames", params).body
25
+ post("clips/#{clip_id}/submit_frames", params).body
26
26
  end
27
27
 
28
28
  def publish_clip(clip_id, title)
data/lib/lapse/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Lapse
2
2
  # Verion of the Lapse gem
3
- VERSION = '0.0.6'
3
+ VERSION = '0.0.7'
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.6
4
+ version: 0.0.7
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: -2174910619815060393
111
+ hash: 4586885763299117881
112
112
  requirements: []
113
113
  rubyforge_project:
114
114
  rubygems_version: 1.8.23