eslint-rails 1.1.0 → 1.2.0

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: eslint-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Force
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-09-06 00:00:00.000000000 Z
12
+ date: 2016-10-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
@@ -111,6 +111,7 @@ files:
111
111
  - app/controllers/eslint_controller.rb
112
112
  - app/views/eslint/show.html.erb
113
113
  - app/views/eslint/source.html.erb
114
+ - build-plugins.sh
114
115
  - config/eslint.json
115
116
  - config/routes.rb
116
117
  - eslint-rails.gemspec
@@ -123,6 +124,7 @@ files:
123
124
  - lib/eslint-rails/warning.rb
124
125
  - lib/tasks/eslint.rake
125
126
  - vendor/assets/javascripts/eslint.js
127
+ - vendor/assets/javascripts/plugins/eslint-plugin-react.js
126
128
  homepage: https://github.com/appfolio/eslint-rails
127
129
  licenses:
128
130
  - MIT
@@ -143,7 +145,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
143
145
  version: '0'
144
146
  requirements: []
145
147
  rubyforge_project:
146
- rubygems_version: 2.4.5.1
148
+ rubygems_version: 2.6.7
147
149
  signing_key:
148
150
  specification_version: 4
149
151
  summary: A Rails wrapper for ESLint.