eslint-rails 0.2.0 → 1.0.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5057e6808b03497f9982db1296f40fe1891b3432
4
- data.tar.gz: 43889c97c8f87607720a09d9ac9ea8ca2a4db3df
3
+ metadata.gz: 4fffa5227d8cfded44e7ea8c2bc12408c0e0d2fe
4
+ data.tar.gz: ab07fb2cdc87f78e5e69e6715cbcd5731f4ae20e
5
5
  SHA512:
6
- metadata.gz: 8cd31029eb442a6288b2d0cc3297081df016233151cc9156016ceb9f59e824855d9c3660d7b550c0ee18e5f5a42612b44c30c1b71cbfe74a8d46fb0535fd0e2d
7
- data.tar.gz: a2ff12b11c44057aeea1be147896291ce07ef5c7788aa2f3df1f6b6627e863ada115c820a68c8dd7df01c7de4affa5fdd92493cd97114f274bb9ad5d6bdb86ed
6
+ metadata.gz: 7556fb8fb74134b10c82e24013388b3257da7c2394ba1688384000d592aabc31769d1190688ba11ab9a4b22dfa770d26354464c94bef337bd5cc11236b994a80
7
+ data.tar.gz: f1e4c46270113ea614c05a260a8df91cc4d749785d60d6ce777a2cf00ecd5cc750f7cff31949e4ca030b8ee17d4be3f8d0f16b1907b12620723bce152d73a065
data/README.md CHANGED
@@ -95,8 +95,7 @@ git clone https://github.com/appfolio/eslint-rails $ESLINT_RAILS
95
95
 
96
96
  ### Step-by-step instructions
97
97
 
98
- First, let's assign some variables that we'll reuse. Just set these to match
99
- your local environment.
98
+ First, make sure you set the environment variables [as suggested above](#contributing).
100
99
 
101
100
  #### Clone the [ESLint repository][]
102
101
 
@@ -1,3 +1,3 @@
1
1
  module ESLintRails
2
- VERSION = '0.2.0'
2
+ VERSION = '1.0.0'.freeze
3
3
  end