core_merchant 0.2.0 → 0.2.1
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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/core_merchant/version.rb +1 -1
- data/lib/generators/core_merchant/install_generator.rb +1 -2
- data/lib/generators/core_merchant/templates/{create_core_merchant_subscription_plans.rb → create_core_merchant_subscription_plans.erb} +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 186950538bdef9e0bebf514212e20953f34f2eb2a3d2513d97a616b66744c3f3
|
|
4
|
+
data.tar.gz: 3509ceb3b0d12b66ab0cbe5715ca7e8852be461319694075ea9976e1fb5b1d4f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ff86052965a4ae8d5e535bae668176888879de0080a5fe5cbf0e753323aab071d64912085fd52a360b9b6db8e1eb9380d44bc4ab89b751ab531803ddbe2a38e1
|
|
7
|
+
data.tar.gz: 289f60e89c495762fa2d547cc6abc8cf1f600d6b4b8ee221449bd7e80ed52f21f794841c57d84d96c340cc53065e2ef2de003f16c5a3c388b463d13fda207ec2
|
data/Gemfile.lock
CHANGED
|
@@ -19,8 +19,7 @@ module CoreMerchant
|
|
|
19
19
|
end
|
|
20
20
|
|
|
21
21
|
def create_migration_file
|
|
22
|
-
|
|
23
|
-
migration_template "create_core_merchant_subscription_plans.rb",
|
|
22
|
+
migration_template "create_core_merchant_subscription_plans.erb",
|
|
24
23
|
"db/migrate/create_core_merchant_subscription_plans.rb"
|
|
25
24
|
end
|
|
26
25
|
end
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Created by: rails generate core_merchant:install
|
|
2
|
-
class CreateCoreMerchantSubscriptionPlans < ActiveRecord::Migration
|
|
2
|
+
class CreateCoreMerchantSubscriptionPlans < ActiveRecord::Migration[<%= ActiveRecord::Migration.current_version %>]
|
|
3
3
|
def change
|
|
4
4
|
create_table :core_merchant_subscription_plans do |t|
|
|
5
5
|
t.string :name_key, null: false
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: core_merchant
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Seyithan Teymur
|
|
@@ -135,7 +135,7 @@ files:
|
|
|
135
135
|
- lib/core_merchant/version.rb
|
|
136
136
|
- lib/generators/core_merchant/install_generator.rb
|
|
137
137
|
- lib/generators/core_merchant/templates/core_merchant.rb
|
|
138
|
-
- lib/generators/core_merchant/templates/create_core_merchant_subscription_plans.
|
|
138
|
+
- lib/generators/core_merchant/templates/create_core_merchant_subscription_plans.erb
|
|
139
139
|
- sig/core_merchant.rbs
|
|
140
140
|
homepage: https://github.com/theseyithan/core_merchant
|
|
141
141
|
licenses:
|