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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 56a1d2213a1e73cacd80d1789dfbc7ff1c28ef483b92733dff64c16b1e3bb572
4
- data.tar.gz: 9eae7acba85bd87d8b900cd9bc08ef62c5a29f131d4d0e092bebc4cb4d234bfb
3
+ metadata.gz: a2f0bde3d3e9cf606feab507df6d18cf5796d366e20fd4c2c326bff9baa9f7ea
4
+ data.tar.gz: ef0c87fdd8b008ef513515085f804a77b5304148f142339f1369ad038a78ab8b
5
5
  SHA512:
6
- metadata.gz: 3844ff0121f7c43ad7d44ddaa0b857a96506e76f5ae5063fec994577cca4be734bb3b76b9c8a43d74723316e25fe5bd429000dc53c61077000fb244dac054dd8
7
- data.tar.gz: ea02a7ecb02ba9e4a291fb37064ea121c8249203cbea077f83585fe011a730975568b0156ac5b34c49f35f99c6ae3f66c2153892a28d721131ccc2384f07c334
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
- ![Example chart inside a Bullet Train app showing Click Throughs in the last 30 days](https://user-images.githubusercontent.com/104179/194341008-c8b9f232-4117-4c8a-b93f-e95cf1d5159f.gif)
116
+ ![Example chart inside a Bullet Train app showing Click Throughs in the last 30 days](https://user-images.githubusercontent.com/104179/198366639-cd73eba5-eeb7-4654-bb35-8b0415b964c8.gif)
117
117
 
118
118
  ## Modifying the chart
119
119
 
@@ -1,5 +1,5 @@
1
1
  module BulletTrain
2
2
  module Supercharts
3
- VERSION = "0.1.15"
3
+ VERSION = "1.0.0"
4
4
  end
5
5
  end
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.1.15
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-20 00:00:00.000000000 Z
11
+ date: 2022-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails