devise_phone 0.0.161 → 0.0.162

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8ba4d973bd2631e836e0371a6a06c87706ae608f
4
- data.tar.gz: 57309688fe242c0df7b59b862dc65e4b1fb3cb6b
3
+ metadata.gz: bb6a1d8c1fa4dbfbb3f893ce237da7fbb9a2ee26
4
+ data.tar.gz: 6724c04240658c54863983b51873358a5570d840
5
5
  SHA512:
6
- metadata.gz: eb9ae231ee52611e6bdfa2c87f269b759eb767c5a0c66050ae30221bb23589813654f73ca81fe0a09dfad4089598adf1970f71af230d7c3e64ad69f8863afc3a
7
- data.tar.gz: 3efc7963c038294b4860b831b3dbcba0a6839c8f19284f6888eaac414200a6c333c87725800995af293337e0afaf280eef59b56bdff93b9906baf90a8ada31d9
6
+ metadata.gz: e334317035c70ffa9520f2a6677d1325a07937853d63e218dc4e72e3909729442d148e2d9db84f3be18a472823441f22629086319359e8c67096f765757f8ae6
7
+ data.tar.gz: a7f556e54fb654f5944157fc22cd8112d4b9d1af847524e7b7441a16dc0891777151f82ab96c2945c55d358b80f8879ac80d90f7480b6b3466736f8c4214e5b5
@@ -4,7 +4,7 @@ module ActionDispatch::Routing
4
4
  protected
5
5
  def devise_phone_verification(mapping, controllers)
6
6
  resource :phone_verification, :only => [:new, :create], :path => mapping.path_names[:phone_verification], :controller => controllers[:phone_verifications] do
7
- match :consume, :path => mapping.path_names[:consume], :as => :consume
7
+ post :consume, :path => mapping.path_names[:consume], :as => :consume
8
8
  get :insert, :path => mapping.path_names[:insert], :as => :insert
9
9
  end
10
10
  end
@@ -1,3 +1,3 @@
1
1
  module DevisePhone
2
- VERSION = "0.0.161".freeze
2
+ VERSION = "0.0.162".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise_phone
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.161
4
+ version: 0.0.162
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hubert Theodore