devise_sms_confirmable 0.1.3 → 0.1.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '049bae282e2af2b808e51365d2477664439dc89e7847b92f3242c8b6334843fe'
4
- data.tar.gz: d0b596cfe10169aaa6cd38aaf9009600d102990519c25b24baaa22c5a11a139c
3
+ metadata.gz: 0ed1b1d84820ba4f4cdb1a9c654ae5a9420a71f486bb150fb9a118ae5935dcc8
4
+ data.tar.gz: 41d64e4ec1ddab0a9becf1f8b48c81a41c784a1c8c5c5c578c88cc2f0da26216
5
5
  SHA512:
6
- metadata.gz: a35a12708450aa0d22d91a220487964df17219393ceac24110819d9bbffa2657cb4f8a562ea0854b4fcdc3461492d04bae947de3defbd252a26c7b32f4f2d46c
7
- data.tar.gz: 6734e8771b51f17a7763af0fe16d8f28fb792d4ad00829e90f9db8b562ae1c59ca120e3c69199a671c2976540aebeab407c03273a199f1034978f9b77eda43f5
6
+ metadata.gz: b48667557da7c169222d6bb8ddcb63daf4368dd3f8aa722a4d41950a697fd591e92e168bfeb00d32089aaebc95137deb9ac8594deef057fb7d18c7bb1d676845
7
+ data.tar.gz: 90accc5cefec94b1ac6e213b6a9296fc7c9a98bc287220dc4b515a08bf98049602341ed616eb79dbc79089fe79460f24c5868ae3deaf609eecacef93ac6bd542
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- devise_sms_confirmable (0.1.3)
4
+ devise_sms_confirmable (0.1.4)
5
5
  devise (>= 4.6.2)
6
6
  rails (~> 5.1.4)
7
7
  textris (~> 0.7)
@@ -1,4 +1,4 @@
1
1
  Welcome <%= @phone %>!
2
2
 
3
3
  You can confirm your account phone number through the link below:
4
- <%= session_url(@resource, confirmation_token: @token) %>
4
+ <%= sms_confirmation_url(@resource, confirmation_token: @token) %>
@@ -1,3 +1,3 @@
1
1
  module DeviseSmsConfirmable
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise_sms_confirmable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - uuushiro