yarii-editor 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
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.1
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