gl_lint 0.2.0 → 0.2.1

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/bin/lint +1 -1
  4. data/lib/gl_lint/version.rb +1 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a9b4c54c29c096edc14e659efc9445bf856717998e0bf93fec6969df71c1c6d5
4
- data.tar.gz: c37cb07e8c6b9e8a22194c5cbd73da7ce702eba2906140411591d1f0cfe3f3fe
3
+ metadata.gz: 29ba9f97248e034bfecc67d5fdc9fd0499abf4f1643ca3bed324429d3822dea5
4
+ data.tar.gz: 37ca5350b17ab1efe805792b593c17a214eb3431b9c2e21ce9ab597434eb35b8
5
5
  SHA512:
6
- metadata.gz: 181796ecbe688bb4990bbea0a66ba5a698dca0087506a8afff90563e1aba92c5dfc22354b15dfd7c9b5a6c62d14c4efc9d5ff98a3558726063d5032c267851d9
7
- data.tar.gz: c5a05050d93397fb7fdb4f04a10ddcd13e3de3daf75ed195be4dba42b064a619c632b2239cb2397159a91e57a981a07d09510d0e89e77147146fa7953b5af878
6
+ metadata.gz: dc50f8bedbd5c87cf364b2af96fbf977bdb0ce454cb74fec6f29818f60d0b4baf8aa4d5168dda72656c20d83c743d8292b35224bf7ed802edf31e6379a16e4c8
7
+ data.tar.gz: e18e12bb3ed9eb52787966ddba7099a580bc57116cef209e360a742df3a55b706758681fd24c9b7f95a0d84a5ef803321e704a29834df7571653b951178aa243
data/README.md CHANGED
@@ -28,7 +28,7 @@ Then add this to the file:
28
28
 
29
29
  ```ruby
30
30
  #!/usr/bin/env ruby
31
- require 'bundler/setup'
31
+ require 'rubygems'
32
32
  require 'gl_lint'
33
33
 
34
34
  GlLint.run_cli(app_root: File.expand_path('..', __dir__))
data/bin/lint CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
- require 'bundler/setup'
2
+ require 'bundler/setup' # don't use rubygems, keep references internal
3
3
  require 'gl_lint'
4
4
 
5
5
  GlLint.run_cli(app_root: File.expand_path('..', __dir__),
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GlLint
4
- VERSION = '0.2.0'
4
+ VERSION = '0.2.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gl_lint
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Give Lively