bullet_train 1.6.16 → 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: 1d96fd2409f0928522da1b82b8a060b156055a8318af4b4bc6f67a3ae96ebb52
4
- data.tar.gz: 8bd4feb0a2c13e94299f613d52ac2bb62e8edc1d1a5c8a3f2f5041e7888f0b04
3
+ metadata.gz: 310c2fd2d806f33ad784bc31521958f8aee653fd75014758d85a5e44e879d9b7
4
+ data.tar.gz: a33103246ad907493da265059c80e17b4d6f195a4193b9d54a0ea4b01905ecdc
5
5
  SHA512:
6
- metadata.gz: b562b4c033b7c1a194d9d8520a93dc68e7d490672c1d8c677da5766539c4dcf569c6b1686854e69586bb206c73c94dd866d462f4439876553d62d4ad473e7aa2
7
- data.tar.gz: 97d63dc0faa2ffb342d2b6ff6a47e709781599e8bc0f94be3161f46be1c4e9531347318951d1a810b323814f17685860dc732a937e799666a70e418f3ef4f617
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.16"
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.16
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-17 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