bullet_train 1.6.17 → 1.6.18
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/docs/billing/usage.md +1 -1
- data/lib/bullet_train/version.rb +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: 310c2fd2d806f33ad784bc31521958f8aee653fd75014758d85a5e44e879d9b7
|
|
4
|
+
data.tar.gz: a33103246ad907493da265059c80e17b4d6f195a4193b9d54a0ea4b01905ecdc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f2438c738c6013a63d3eb9a3aafcb5acb0853dd92c3f5683c18390489a61add8b6ee774e36b32acdd660e55d3b9d9d898160a9d1380ffb0deaa82ca4b5754e67
|
|
7
|
+
data.tar.gz: 7ecf4599d295559267df2e021bd1cbcc568b18d75f83a8b39038a1e525946b1d788dd27cbe3ace6c73d0ba81c665c1e8afe806dc38a630d85266d8f2c025722b
|
data/docs/billing/usage.md
CHANGED
|
@@ -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-
|
|
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.
|
data/lib/bullet_train/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2023-11-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: standard
|