phcdevworks_accounts 3.0.7 → 3.1.0

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: 99643fe9310a7a543b75d5e5ea88dd18a58dac131b7e2a23ccab8f30077c6e8d
4
- data.tar.gz: e8ffd2c9290081f9c5c332c59338ebdc11bcac01a8feeae6071e2c4026449ada
3
+ metadata.gz: 8a142c0aaf0e4e1fc0f097bf81a8afcb3a5654f88f80e2b8f74094668428b0a6
4
+ data.tar.gz: bdde23435054b4a9574ce5b3fba5efcce15399549f66065d0abe0eff62e311aa
5
5
  SHA512:
6
- metadata.gz: 014deca324ca37ba3306b33c4955efac5e015b5efff6a2976559b3fd8023a9268a144a66a833c008e48288bba1ba36cb1d4ff6d7d944f6df9a55fc618fb12be0
7
- data.tar.gz: bb04893e885b73d027c9a2a15a22befdd17923aa7614f8fe2f6a6965ca66e20274733cf843611932716d1196cd38813a28ec4eff95e511fb6fc3e3479906e6fc
6
+ metadata.gz: 25c7d235bd5a608bb6fd33705eeed169b49680257d00dbb66cc5183d2f0bd13673e78f7d53bf7a1151602c1780ece55f077bf0c43b3c0d0907c811a328a0fe3f
7
+ data.tar.gz: 905636dfd8eff5e83df1e76fea7214c3f8c3d3e285a7d33042bfb9c1ffbd957877618dd71c65aef40062cf9c55d26b17d94c4db3fe69b27b88335348c8465f0b
@@ -1,3 +1,3 @@
1
1
  module PhcdevworksAccounts
2
- VERSION = "3.0.7"
2
+ VERSION = "3.1.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcdevworks_accounts
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.7
4
+ version: 3.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - PHCDevworks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-04-04 00:00:00.000000000 Z
11
+ date: 2021-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -413,7 +413,6 @@ files:
413
413
  - db/migrate/20191012060241_add_userinfo_to_users.rb
414
414
  - db/migrate/20191012060308_add_role_to_users.rb
415
415
  - db/migrate/20191012060324_add_tos_to_users.rb
416
- - db/migrate/20210402042717_add_stripe_id_to_users.rb
417
416
  - lib/phcdevworks_accounts.rb
418
417
  - lib/phcdevworks_accounts/engine.rb
419
418
  - lib/phcdevworks_accounts/version.rb
@@ -1,7 +0,0 @@
1
- class AddStripeIdToUsers < ActiveRecord::Migration[6.1]
2
- def change
3
-
4
- add_column :phcdevworks_accounts_users, :stripe_customer_id, :string
5
-
6
- end
7
- end