react_on_rails 15.0.0.rc.2 → 15.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: 50ca168413057bb25fbd6ca60307bb48baceabcef86cbbd4a8141bb5913e9ca5
4
- data.tar.gz: 6cf924cd26ae04b10d303e0c761daf19af7bd3d15417421e56c6492b6e4264ee
3
+ metadata.gz: 8a148dbd9a5f302cd1b322afb809af1a469ffd7b91cc65993728abb687bfad4d
4
+ data.tar.gz: 9568fc0ef1c097ea1570a442bc24abcb6d8f5b55884294cb21307c5e2fbf1a6b
5
5
  SHA512:
6
- metadata.gz: 3485bf92e659aa921d0352ee43e3cd56b836818c17a6d643332a5e5fecaac0da696e2ab1723215d069d25201cf1da41bfadea2546bf435bfea01924ba4010096
7
- data.tar.gz: a7e120190894dd8b34637274a6fb8407c8ab6b7a7e6608b744244868d661ba8e11e3d1925a7eaa86d27905cc2db2c870453f6a7af8c795c504d1dd988f0d7130
6
+ metadata.gz: 36dfc2ed9f0fa423053f75cbc04fb9f88567fb5a0d1217640f2ac7d3ba24e43da02ebbfc9456ccdffb25fe13f9a811e54fd85fac02458a3db3e31b88a952be00
7
+ data.tar.gz: 1b47397d3ac2165491bfa21584e98fd1cfec4346774ddd325c03ba396568b939f086a4112d8b202be618b082137170f7d9bbe03c5801e194cb26b155febbff4f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- react_on_rails (15.0.0.rc.1)
4
+ react_on_rails (15.0.0.rc.2)
5
5
  addressable
6
6
  connection_pool
7
7
  execjs (~> 2.5)
data/README.md CHANGED
@@ -120,8 +120,8 @@ The following companies support our open-source projects, and ShakaCode uses the
120
120
  <br />
121
121
  <br />
122
122
 
123
- <a href="https://www.jetbrains.com">
124
- <img src="https://user-images.githubusercontent.com/4244251/184881139-42e4076b-024b-4b30-8c60-c3cd0e758c0a.png" alt="JetBrains" height="120px">
123
+ <a href="https://jb.gg/OpenSource" style="margin-right: 20px;">
124
+ <img src="https://resources.jetbrains.com/storage/products/company/brand/logos/jetbrains.png" alt="JetBrains" height="120px">
125
125
  </a>
126
126
  <a href="https://scoutapp.com">
127
127
  <picture>
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ReactOnRails
4
- VERSION = "15.0.0.rc.2"
4
+ VERSION = "15.0.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: react_on_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 15.0.0.rc.2
4
+ version: 15.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Gordon