eslint-rails-ee 1.0.2 → 1.0.3

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
- SHA1:
3
- metadata.gz: 991608c141e190c5d21ce6f39bc28cdd3dc7c002
4
- data.tar.gz: 5bbdeeb6c8a77b740369149ca41d227dadca4592
2
+ SHA256:
3
+ metadata.gz: 504b24ada9f6bdd3b6e30439933cb7fa7f1f0511c6b8df7e22d74482122d971b
4
+ data.tar.gz: e1a904bf122452dd33f9cbed32fba82377aa20104c971c1a9e5479ea003da7df
5
5
  SHA512:
6
- metadata.gz: 409c6b033cbc7be5ba751caefe6468d07734467825bafe2f39d74f2a1d5818dd10ae440e56b047e1f586a901590dd0bdea2dfbefd2746423218562987786d9c6
7
- data.tar.gz: 5e21f6bd07219b1f82afcf12f958a79fa1c70b4661505d429c7ac5ee246c82994e9c62c930a204b3b0c07babbd74d5e4662dfd67c45c61496708349d48c153c8
6
+ metadata.gz: ce4c10b1d44a4a34a9682a9416219c95cbb95cefad35d829d77da5f49bd0181ba04e54c5ce2f41313ace545f64c5760ee743ccdd12817495f4c673742154f4a6
7
+ data.tar.gz: 10e7ab5ede1b00369b4ddeb3a5830d0f972325c91b78f259e0433d40ea04a2747d165f3d661f910026dd8b3f7403540aa87f47ba2e5d61d8d62ec889867ba6bf
data/.gitignore CHANGED
@@ -13,5 +13,3 @@
13
13
  *.a
14
14
  mkmf.log
15
15
  .idea
16
- rebuild.sh
17
- *.gem
data/README.md CHANGED
@@ -1,3 +1,6 @@
1
+ [![Gem Version](https://badge.fury.io/rb/eslint-rails-ee.svg)](https://badge.fury.io/rb/eslint-rails-ee)
2
+ [![RamenBless](https://cdn.rawgit.com/LunaGao/BlessYourCodeTag/master/tags/ramen.svg)](https://github.com/LunaGao/BlessYourCodeTag)
3
+
1
4
  # eslint-rails-ee: the more active fork of [eslint-rails](https://github.com/appfolio/eslint-rails)
2
5
 
3
6
  #### Big shoutout to the original authors of this gem, for their awesome contribution to the more JS-leaning Rails devs of the world!
@@ -116,7 +119,7 @@ ESLINT_RAILS=~/src/eslint-rails-ee
116
119
  ## Cloning the repository
117
120
 
118
121
  ```sh
119
- git clone https://github.com/appfolio/eslint-rails-ee $ESLINT_RAILS
122
+ git clone https://github.com/DLvalentine/eslint-rails-ee $ESLINT_RAILS
120
123
  ```
121
124
 
122
125
  ## Updating ESLint version
@@ -211,7 +214,8 @@ This repo was orignially written by the following people:
211
214
  [ESLint repository]: https://github.com/eslint/eslint
212
215
  [justin.force@appfolio.com]: mailto:justin.force@appfolio.com
213
216
  [jon.kessler@appfolio.com]: mailto:jon.kessler@appfolio.com
214
- [MIT License]: http://www.opensource.org/licenses/MIT)
217
+ [MIT License]: http://www.opensource.org/licenses/MIT
218
+ [davidlewisrogers3@gmail.com]: mailto:davidlewisrogers3@gmail.com
215
219
 
216
220
  [rake-eslint-rails-run]: https://cloud.githubusercontent.com/assets/324632/6672146/9d1f278e-cbc7-11e4-9f56-5a4511d35921.png
217
221
  [eslint-rails-web-source]: https://cloud.githubusercontent.com/assets/324632/6671965/33d6819c-cbc6-11e4-9a64-30be84f20b96.png
File without changes
@@ -23,9 +23,9 @@ Gem::Specification.new do |spec|
23
23
 
24
24
  spec.add_dependency 'railties', '>= 3.2'
25
25
  spec.add_dependency 'execjs'
26
+ spec.add_dependency 'therubyracer'
26
27
  spec.add_dependency 'colorize'
27
28
 
28
29
  spec.add_development_dependency 'bundler', '~> 1.7'
29
30
  spec.add_development_dependency 'rake', '~> 10.0'
30
- spec.add_development_dependency 'therubyracer'
31
31
  end
@@ -1,3 +1,5 @@
1
+ require 'rails/engine'
2
+
1
3
  module ESLintRails
2
4
  class Engine < Rails::Engine
3
5
  end
@@ -1,3 +1,4 @@
1
+ require 'action_view'
1
2
  require 'colorize'
2
3
 
3
4
  module ESLintRails
@@ -1,3 +1,3 @@
1
1
  module ESLintRails
2
- VERSION = '1.0.2'.freeze
2
+ VERSION = '1.0.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eslint-rails-ee
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Valentine
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2018-04-17 00:00:00.000000000 Z
13
+ date: 2020-01-15 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: railties
@@ -40,6 +40,20 @@ dependencies:
40
40
  - - ">="
41
41
  - !ruby/object:Gem::Version
42
42
  version: '0'
43
+ - !ruby/object:Gem::Dependency
44
+ name: therubyracer
45
+ requirement: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - ">="
48
+ - !ruby/object:Gem::Version
49
+ version: '0'
50
+ type: :runtime
51
+ prerelease: false
52
+ version_requirements: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ version: '0'
43
57
  - !ruby/object:Gem::Dependency
44
58
  name: colorize
45
59
  requirement: !ruby/object:Gem::Requirement
@@ -82,20 +96,6 @@ dependencies:
82
96
  - - "~>"
83
97
  - !ruby/object:Gem::Version
84
98
  version: '10.0'
85
- - !ruby/object:Gem::Dependency
86
- name: therubyracer
87
- requirement: !ruby/object:Gem::Requirement
88
- requirements:
89
- - - ">="
90
- - !ruby/object:Gem::Version
91
- version: '0'
92
- type: :development
93
- prerelease: false
94
- version_requirements: !ruby/object:Gem::Requirement
95
- requirements:
96
- - - ">="
97
- - !ruby/object:Gem::Version
98
- version: '0'
99
99
  description: A Rails wrapper for ESLint
100
100
  email:
101
101
  - davidlewisrogers3@gmail.com
@@ -146,8 +146,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
146
146
  - !ruby/object:Gem::Version
147
147
  version: '0'
148
148
  requirements: []
149
- rubyforge_project:
150
- rubygems_version: 2.6.13
149
+ rubygems_version: 3.0.3
151
150
  signing_key:
152
151
  specification_version: 4
153
152
  summary: A Rails wrapper for ESLint