iugusdk 1.0.7 → 1.0.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.
@@ -21,6 +21,7 @@ class Iugu::RegistrationsController < Devise::RegistrationsController
21
21
  invite = UserInvitation.find_by_invitation_token(params[:user][:user_invitation])
22
22
  return invalid_invitation if !invite or invite.try(:used)
23
23
  end
24
+ cookies[:signup] = 1
24
25
  params[:user][:locale] = @matched_locale_from_browser unless params[:user][:locale]
25
26
  super
26
27
  end
@@ -1,3 +1,3 @@
1
1
  module IuguSDK
2
- VERSION = "1.0.7"
2
+ VERSION = "1.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iugusdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2014-01-07 00:00:00.000000000 Z
14
+ date: 2014-04-03 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rails
@@ -941,7 +941,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
941
941
  version: '0'
942
942
  segments:
943
943
  - 0
944
- hash: -807371436801294693
944
+ hash: -1432780325137564726
945
945
  required_rubygems_version: !ruby/object:Gem::Requirement
946
946
  none: false
947
947
  requirements:
@@ -950,7 +950,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
950
950
  version: '0'
951
951
  segments:
952
952
  - 0
953
- hash: -807371436801294693
953
+ hash: -1432780325137564726
954
954
  requirements: []
955
955
  rubyforge_project:
956
956
  rubygems_version: 1.8.24