pagantis-rails 0.0.3 → 0.0.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
  SHA1:
3
- metadata.gz: bde987ab914429daa48c8f51c291b57f844559e1
4
- data.tar.gz: c5073e464c08dad8cc7a1b8fa28da5d848cf059c
3
+ metadata.gz: 2ef3383b579e8ee4937d41e90548b9985ccf6cb6
4
+ data.tar.gz: aedee26557630ec4d23bd70a28a3f438c8bcbe5b
5
5
  SHA512:
6
- metadata.gz: 46e929535b1c2124f29ba83205583a2c19d5386a898b3af032670f74b4ab5e2f4a57122d56121b813ef29d8b571937723825f55e2f51cb01f9574329a611e835
7
- data.tar.gz: 06223f2d398baf3099d4d13b11f84ca07d93b2b5d2e8b18412c58a461a61ce1243fb80a5dda7e3ab930932eaa4d25186756cd37f99a75a1790aecd39d626c3df
6
+ metadata.gz: 8f672594a0457318fbeade8690c7b2306739882cb5daad678f045e3b68074f38dc26a44e729dfd5ef977d2a445dd34780b5e646e142c5a812616925fc907c55b
7
+ data.tar.gz: a15846f395f0b280f6a6d1872e8b7c027bc3254081b8b1d48c8b4cb5ae34e1abe026821c863a0a2a30e0c0551aa7af840587ce980cd2c04c0bf7e568cc525ddf
data/Gemfile.lock CHANGED
@@ -8,7 +8,7 @@ GIT
8
8
  PATH
9
9
  remote: .
10
10
  specs:
11
- pagantis-rails (0.0.3)
11
+ pagantis-rails (0.0.4)
12
12
 
13
13
  GEM
14
14
  remote: https://rubygems.org/
@@ -41,8 +41,8 @@ module Pagantis
41
41
  if subscription?
42
42
  @plan_id = args.fetch(:plan_id)
43
43
  @user_id = args.fetch(:user_id)
44
- @user_email = args.fetch(:user_email)
45
- @user_name = args.fetch(:user_name)
44
+ @user_email = args.fetch(:user_email) {}
45
+ @user_name = args.fetch(:user_name) {}
46
46
  end
47
47
  end
48
48
 
@@ -1,5 +1,5 @@
1
1
  module Pagantis
2
2
  module Rails
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pagantis-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Gil