rails-react-views 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b023ad6f9bf11a32bac03938ad40d5799b1b547765533797f2d14d725efd4950
4
- data.tar.gz: 38d49a56d77f70d888069b0f414f6e8aff79a48eed689704432fa6285dd5d094
3
+ metadata.gz: 2a7ac05bf80cec2829fa8e6fc98c31919844a9a2daaaf5e36631b219d2d48fd0
4
+ data.tar.gz: d442e398115c05441883fb873ef73d43b1841348ca198288377e1297347079ee
5
5
  SHA512:
6
- metadata.gz: 3f234735d6ab4fb12dc6ef3303bbbe04d64a153002cf9983e1a1ddf4af99ff6bf0c78fd56d74928e274919cd5b0b279ce4fd6175d74d940e8f5fc7b3e652b8c3
7
- data.tar.gz: 8df9deb60085b227388fa595689e59b711a441c46b85187c8ff2c308d87df226b672f5968f0ff8f0fbdd511df8d1eb44d4f5df2ca8638d05af943b00060b7daa
6
+ metadata.gz: 8821fb6c3c987078c23ba2b9d44f76358bf9fabeaead3dec41313e1e01a50222901f8128753dda657f297598d572d1841818fb3344d5415e39d172f90186d533
7
+ data.tar.gz: d72ba94b7b765c13a42fe77f8942fa4da4dbcad477ee1f16a650084d8016e90b06e5e937624c756b67b2a042cfdbffba56e46888c35aeeb4d88add2d1981474c
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2021 Nick Geerts
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # Rails React Views
2
+
3
+ A library for full integration of React.js views in Ruby on Rails.
@@ -1,3 +1,3 @@
1
1
  module RailsReactViews
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-react-views
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Geerts
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-26 00:00:00.000000000 Z
11
+ date: 2022-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -53,7 +53,7 @@ dependencies:
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  description: A library for full integration of React.js views in Ruby on Rails.
56
- email:
56
+ email:
57
57
  executables: []
58
58
  extensions: []
59
59
  extra_rdoc_files: []
@@ -75,7 +75,7 @@ metadata:
75
75
  homepage_uri: https://rubygems.org/gems/rails-react-views
76
76
  source_code_uri: https://github.com/njjkgeerts/rails-react-views
77
77
  changelog_uri: https://github.com/njjkgeerts/rails-react-views/releases
78
- post_install_message:
78
+ post_install_message:
79
79
  rdoc_options: []
80
80
  require_paths:
81
81
  - lib
@@ -90,8 +90,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
90
90
  - !ruby/object:Gem::Version
91
91
  version: '0'
92
92
  requirements: []
93
- rubygems_version: 3.1.6
94
- signing_key:
93
+ rubygems_version: 3.2.33
94
+ signing_key:
95
95
  specification_version: 4
96
96
  summary: React.js views for Ruby on Rails
97
97
  test_files: []
data/LICENSE DELETED
@@ -1 +0,0 @@
1
- ../LICENSE
data/README.md DELETED
@@ -1 +0,0 @@
1
- ../README.md