bullet_train 1.6.17 → 1.6.18

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
  SHA256:
3
- metadata.gz: 46620ca28e3cc084a26f550087d1d665e3e42ba195a3412850bcbf8f0d5c515b
4
- data.tar.gz: 253ba7fd0c2a57496de6289b127270afa6458f552d17fe620024aee0ca80b1b5
3
+ metadata.gz: 310c2fd2d806f33ad784bc31521958f8aee653fd75014758d85a5e44e879d9b7
4
+ data.tar.gz: a33103246ad907493da265059c80e17b4d6f195a4193b9d54a0ea4b01905ecdc
5
5
  SHA512:
6
- metadata.gz: 59d98597238b408a7e2814feb844fcf4db4be88d1ba20c20be05066e8214e05602ece27cb309418e8f6a40c404b7b44075fb4834c7f307002baddaa4881e0fb5
7
- data.tar.gz: 35e3b5c9bdcb31a2d02a02748891b5c75cff38a7877167f6c52ee2e2214b547f7cffa9c42a7dc942578c67114b81d541d6fe96d4e8d905dcb6a2719133949288
6
+ metadata.gz: f2438c738c6013a63d3eb9a3aafcb5acb0853dd92c3f5683c18390489a61add8b6ee774e36b32acdd660e55d3b9d9d898160a9d1380ffb0deaa82ca4b5754e67
7
+ data.tar.gz: 7ecf4599d295559267df2e021bd1cbcc568b18d75f83a8b39038a1e525946b1d788dd27cbe3ace6c73d0ba81c665c1e8afe806dc38a630d85266d8f2c025722b
@@ -34,7 +34,7 @@ Use the following two commands on your shell to copy the required migrations int
34
34
 
35
35
  ```
36
36
  cp `bundle show --paths | grep bullet_train-billing | sort | head -n 1`/db/migrate/* db/migrate
37
- cp `bundle show --paths | grep bullet_train-billing-stripe | sort | head -n 1`/db/migrate/* db/migrate
37
+ cp `bundle show --paths | grep bullet_train-billing-usage | sort | head -n 1`/db/migrate/* db/migrate
38
38
  ```
39
39
 
40
40
  Note this is different than how many Rails engines ask you to install migrations. This is intentional, as we want to maintain the original timestamps associated with these migrations.
@@ -1,3 +1,3 @@
1
1
  module BulletTrain
2
- VERSION = "1.6.17"
2
+ VERSION = "1.6.18"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.17
4
+ version: 1.6.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-20 00:00:00.000000000 Z
11
+ date: 2023-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard