react-rails 3.0.0.rc.0 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +32 -1
  3. data/lib/react/rails/version.rb +1 -1
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c8d2a4cb3734964b0395e076976f0f518467d0ece8559e6fe46c50db07dbbef0
4
- data.tar.gz: 5219597584239f5624dadd79049d295346017102bf2d28663ba533adc1c7481f
3
+ metadata.gz: 5e2392fd8c147fca4d725dd8e96d49e3515bb0c439c58e7f13c1c283b69d1ea4
4
+ data.tar.gz: 8867c4ada55330af8fd290379b5d6f93611c714558791ab5cc27d80796b71300
5
5
  SHA512:
6
- metadata.gz: cfbb05294e9838ba2044a47c7171e115d8ad27252cc38488f44009ce7e1518bf1cd03138a18f40d6dfb52b2d05f5a2a08e45a891ef27a3eeb2ab539091ddf63f
7
- data.tar.gz: 42dadcb99c93a42584af25c9ab4dcfa09d30c236bec22a59f48be8d78079daf1c12711cbc5e75e7b1e2313ce1b39e3ddf556ea4bc65045d0f7a7bc4f3541c491
6
+ metadata.gz: 8ffac366e8a10b59f386722b280d1407b25607231ff5a42bbf71a374420cf3ff4a2a6a2ae6b0eb49e768b3c161f5407fc7aafb20f317766ffc67eacf0a5b4577
7
+ data.tar.gz: ac63153752bb2b5da0d8f1303d24ac8359ab3751f7ab65e576dc5bcfedd63ac07f1336faeb2ffaff81431f833e06468821f282859513012cea484e4a0571ef1e
data/README.md CHANGED
@@ -855,6 +855,37 @@ With 5 Million+ downloads of the react-rails Gem and another 2 Million+ download
855
855
 
856
856
  By contributing to React-Rails, you agree to abide by the [code of conduct](https://github.com/reactjs/react-rails/blob/master/CODE_OF_CONDUCT.md).
857
857
 
858
- You can always help by submitting patches or triaging issues, even offering reproduction steps to issues is incredibly helpful!
858
+ You can always help by submitting patches or triaging issues. Even offering reproduction steps to issues is incredibly helpful!
859
+
860
+ # Supporters
861
+
862
+ The following companies support the development of this and other open-source projects maintained by ShakaCode by providing licenses to the ShakaCode team. ShakaCode stands by the usefulness of these products!
863
+
864
+ <br />
865
+ <br />
866
+
867
+ <a href="https://www.jetbrains.com">
868
+ <img src="https://user-images.githubusercontent.com/4244251/184881139-42e4076b-024b-4b30-8c60-c3cd0e758c0a.png" alt="JetBrains" height="120px">
869
+ </a>
870
+ <a href="https://scoutapp.com">
871
+ <picture>
872
+ <source media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/4244251/184881147-0d077438-3978-40da-ace9-4f650d2efe2e.png">
873
+ <source media="(prefers-color-scheme: light)" srcset="https://user-images.githubusercontent.com/4244251/184881152-9f2d8fba-88ac-4ba6-873b-22387f8711c5.png">
874
+ <img alt="ScoutAPM" src="https://user-images.githubusercontent.com/4244251/184881152-9f2d8fba-88ac-4ba6-873b-22387f8711c5.png" height="120px">
875
+ </picture>
876
+ </a>
877
+ <a href="https://controlplane.com">
878
+ <picture>
879
+ <img alt="Control Plane" src="https://github.com/shakacode/.github/assets/20628911/90babd87-62c4-4de3-baa4-3d78ef4bec25" height="120px">
880
+ </picture>
881
+ </a>
882
+ <br />
883
+ <a href="https://www.browserstack.com">
884
+ <picture>
885
+ <source media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/4244251/184881122-407dcc29-df78-4b20-a9ad-f597b56f6cdb.png">
886
+ <source media="(prefers-color-scheme: light)" srcset="https://user-images.githubusercontent.com/4244251/184881129-e1edf4b7-3ae1-4ea8-9e6d-3595cf01609e.png">
887
+ <img alt="BrowserStack" src="https://user-images.githubusercontent.com/4244251/184881129-e1edf4b7-3ae1-4ea8-9e6d-3595cf01609e.png" height="55px">
888
+ </picture>
889
+ </a>
859
890
 
860
891
  Please see our [Contribution guide](https://github.com/reactjs/react-rails/blob/master/CONTRIBUTING.md) for more info.
@@ -4,6 +4,6 @@ module React
4
4
  module Rails
5
5
  # If you change this, make sure to update VERSIONS.md
6
6
  # and republish the UJS by updating package.json and `bundle exec rake ujs:publish`
7
- VERSION = "3.0.0.rc.0"
7
+ VERSION = "3.0.0"
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: react-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0.rc.0
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul O’Shannessy
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2023-07-31 00:00:00.000000000 Z
14
+ date: 2023-08-14 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: appraisal
@@ -351,9 +351,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
351
351
  version: '0'
352
352
  required_rubygems_version: !ruby/object:Gem::Requirement
353
353
  requirements:
354
- - - ">"
354
+ - - ">="
355
355
  - !ruby/object:Gem::Version
356
- version: 1.3.1
356
+ version: '0'
357
357
  requirements: []
358
358
  rubygems_version: 3.2.32
359
359
  signing_key: