totter 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,7 +16,7 @@ module Totter
16
16
  params = { choice_id: choice_id, unique_id: unique_id }
17
17
 
18
18
  slug = options[:invitation_slug]
19
- params[:invitation] = { slug: slug } if slug and slug[0] == 'i'
19
+ params[:invitation] = { slug: slug } if slug
20
20
 
21
21
  post path, params
22
22
  end
@@ -1,4 +1,4 @@
1
1
  module Totter
2
2
  # Verion of the Totter gem
3
- VERSION = '0.2.6'
3
+ VERSION = '0.2.7'
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.2.6
4
+ version: 0.2.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-02-06 00:00:00.000000000 Z
13
+ date: 2013-02-07 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: multi_json