supercharts-bullet_train 0.1.15 → 1.0.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 +4 -4
- data/README.md +1 -1
- data/lib/bullet_train/supercharts/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: a2f0bde3d3e9cf606feab507df6d18cf5796d366e20fd4c2c326bff9baa9f7ea
|
|
4
|
+
data.tar.gz: ef0c87fdd8b008ef513515085f804a77b5304148f142339f1369ad038a78ab8b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c8e6dc53dbf3bb5ee9c927e87f11c05d53725e970da5129d8334924cec2a25c162f4ab914f7b425287be6aa797ed56ab41a11576d0cbd6ad18be3c1e5ce45fb1
|
|
7
|
+
data.tar.gz: 90122ff8e4e5672f9c16a5d0779fbf887082353d8a9ebb9e52f18a3080f37bb80aee6d50ada5e14b38fd530fd5842a00610919157003af8e4729fa8cc13fc8dd
|
data/README.md
CHANGED
|
@@ -113,7 +113,7 @@ FactoryBot.create_list(:click_through, 450, :created_last_2_months, team_id: 1)
|
|
|
113
113
|
|
|
114
114
|
Visit your app in `localhost:3000` and you should see your new chart.
|
|
115
115
|
|
|
116
|
-

|
|
117
117
|
|
|
118
118
|
## Modifying the chart
|
|
119
119
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: supercharts-bullet_train
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pascal Laliberté
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-10-
|
|
11
|
+
date: 2022-10-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|