yarii-editor 0.4.1 → 0.4.2
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/.gitignore +15 -0
- data/.ruby-version +1 -0
- data/Gemfile +15 -0
- data/Procfile.dev +1 -0
- data/app/assets/images/yarii_editor/.keep +0 -0
- data/babel.config.js +72 -0
- data/lib/yarii-editor/version.rb +1 -1
- data/package.json +21 -0
- data/postcss.config.js +12 -0
- data/yarii-editor.gemspec +22 -0
- data/yarn.lock +7492 -0
- metadata +11 -1
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: yarii-editor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jared White
|
@@ -60,9 +60,14 @@ executables: []
|
|
60
60
|
extensions: []
|
61
61
|
extra_rdoc_files: []
|
62
62
|
files:
|
63
|
+
- ".gitignore"
|
64
|
+
- ".ruby-version"
|
65
|
+
- Gemfile
|
63
66
|
- LICENSE
|
67
|
+
- Procfile.dev
|
64
68
|
- README.md
|
65
69
|
- Rakefile
|
70
|
+
- app/assets/images/yarii_editor/.keep
|
66
71
|
- app/assets/images/yarii_editor/butterfly-small.png
|
67
72
|
- app/controllers/concerns/yarii_editor/controller_authorization.rb
|
68
73
|
- app/controllers/concerns/yarii_editor/repository_pullable.rb
|
@@ -128,6 +133,7 @@ files:
|
|
128
133
|
- app/views/yarii_editor/publish/commit.html.erb
|
129
134
|
- app/views/yarii_editor/shared/_navbar.html.erb
|
130
135
|
- app/views/yarii_editor/shared/_publishing_menu.html.erb
|
136
|
+
- babel.config.js
|
131
137
|
- bin/rails
|
132
138
|
- bin/webpack
|
133
139
|
- config/initializers/assets.rb
|
@@ -147,6 +153,10 @@ files:
|
|
147
153
|
- lib/yarii-editor/setup_current_site.rb
|
148
154
|
- lib/yarii-editor/setup_current_user.rb
|
149
155
|
- lib/yarii-editor/version.rb
|
156
|
+
- package.json
|
157
|
+
- postcss.config.js
|
158
|
+
- yarii-editor.gemspec
|
159
|
+
- yarn.lock
|
150
160
|
homepage: https://whitefusion.io
|
151
161
|
licenses:
|
152
162
|
- MIT
|