reactive-ruby 0.7.7 → 0.7.8
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 +4 -4
- data/README.md +1 -1
- data/example/rails-tutorial/Gemfile.lock +1 -1
- data/example/rails-tutorial/app/controllers/home_controller.rb +1 -1
- data/example/rails-tutorial/app/views/components/home/show.rb +23 -0
- data/lib/rails-helpers/top_level_rails_component.rb +59 -0
- data/lib/reactive-ruby/component.rb +5 -0
- data/lib/reactive-ruby/validator.rb +5 -1
- data/lib/reactive-ruby/version.rb +1 -1
- data/lib/sources/react.js-v12 +19801 -0
- metadata +4 -1
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: reactive-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Chang
|
|
@@ -127,6 +127,7 @@ files:
|
|
|
127
127
|
- example/rails-tutorial/app/models/.keep
|
|
128
128
|
- example/rails-tutorial/app/models/concerns/.keep
|
|
129
129
|
- example/rails-tutorial/app/views/components.rb
|
|
130
|
+
- example/rails-tutorial/app/views/components/home/show.rb
|
|
130
131
|
- example/rails-tutorial/app/views/layouts/application.html.erb
|
|
131
132
|
- example/rails-tutorial/bin/bundle
|
|
132
133
|
- example/rails-tutorial/bin/rails
|
|
@@ -196,6 +197,7 @@ files:
|
|
|
196
197
|
- example/todos/vendor/bg.png
|
|
197
198
|
- example/todos/vendor/jquery.js
|
|
198
199
|
- lib/rails-helpers/react_component.rb
|
|
200
|
+
- lib/rails-helpers/top_level_rails_component.rb
|
|
199
201
|
- lib/reactive-ruby.rb
|
|
200
202
|
- lib/reactive-ruby/api.rb
|
|
201
203
|
- lib/reactive-ruby/callbacks.rb
|
|
@@ -213,6 +215,7 @@ files:
|
|
|
213
215
|
- lib/reactive-ruby/validator.rb
|
|
214
216
|
- lib/reactive-ruby/version.rb
|
|
215
217
|
- lib/sources/react.js
|
|
218
|
+
- lib/sources/react.js-v12
|
|
216
219
|
- logo1.png
|
|
217
220
|
- logo2.png
|
|
218
221
|
- logo3.png
|