rails_charts 0.0.4 → 0.0.5

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: f624c9ad155015b47d5bb2f4e7ede4253c9c56cbcc872cb03279f5be9210b427
4
- data.tar.gz: e1bca3b0812cadf060220514186764188742e6f6d8d87b2ac9db07325c32eb10
3
+ metadata.gz: c53d42b8e9c6d5e80a79cb661c49d9d2e62b9ceb391dbc6ade050ca37991584d
4
+ data.tar.gz: ef96a672ec278a563147a3329a680376825cd289fae535c7abc6be6828d6e05e
5
5
  SHA512:
6
- metadata.gz: c0e5933e814a589621025f45d169417a8aeaa8da44cb2c00bbcde2175f5c24ff38ebc15f5fc464b203c3c13ca0e52e724ca8e7264e26cdc8bc5784981d01d557
7
- data.tar.gz: 18e131a0526afc482ec562a5f283f2b6f81fa93ed6b59320594f7ac6094fd862ca22be2bdb29d0f7f466ba6c9a1581c3bd2b238d9609d8abb08aa709dc089ed6
6
+ metadata.gz: f70838bdbc3be64442826252e373cb37d3851d7a7782b3b157aa2923170651ba363cd6462f0194b0dab5d4b4753c63340b26c4e6ff893bc076a36ec51b984618
7
+ data.tar.gz: 1e8729d5c90e81236d3be3f0f5832767782865f50d6ac962a5c06c5a5a309424ebdeb03c9e4b617892e44eacedbc881ba4d85ebd49429488e3e24a02f7e16d57
data/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # Rails Charts
2
2
 
3
3
  [![RailsJazz](https://github.com/igorkasyanchuk/rails_time_travel/blob/main/docs/my_other.svg?raw=true)](https://www.railsjazz.com)
4
+ [![Listed on OpenSource-Heroes.com](https://opensource-heroes.com/badge-v1.svg)](https://opensource-heroes.com/r/railsjazz/rails_charts)
5
+
4
6
 
5
7
  ![Charts](docs/all.jpg)
6
8
 
@@ -1,6 +1,6 @@
1
1
  module RailsCharts
2
2
  class BaseChart
3
- CHART_JS_PATTERN = /"RAILS_CHART_JS:(.*):RAILS_CHART_JS_END"/
3
+ CHART_JS_PATTERN = /"RAILS_CHART_JS:((?!RAILS_CHART_JS:).*?):RAILS_CHART_JS_END"/
4
4
 
5
5
  using RubyExt
6
6
 
@@ -1,3 +1,3 @@
1
1
  module RailsCharts
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_charts
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Kasyanchuk
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-10-19 00:00:00.000000000 Z
12
+ date: 2023-04-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -269,7 +269,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
269
269
  - !ruby/object:Gem::Version
270
270
  version: '0'
271
271
  requirements: []
272
- rubygems_version: 3.2.3
272
+ rubygems_version: 3.4.8
273
273
  signing_key:
274
274
  specification_version: 4
275
275
  summary: One more solution to create charts in Ruby on Rails application