totter 0.3.7 → 0.3.8

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.
@@ -31,7 +31,7 @@ module Totter
31
31
  # @example
32
32
  # Totter.clone_decision(1, 2)
33
33
  def clone_decision(user_id, decision_id, question = nil)
34
- post("users/#{user_id}/decisions/#{decision_id}/clone", question: question).body
34
+ post("users/#{user_id}/decisions/#{decision_id}/clone", :question => question).body
35
35
  end
36
36
 
37
37
  # Publish a decision
@@ -1,4 +1,4 @@
1
1
  module Totter
2
2
  # Verion of the Totter gem
3
- VERSION = '0.3.7'
3
+ VERSION = '0.3.8'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: totter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.7
4
+ version: 0.3.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: