sq_ruby_grep 0.0.5 → 0.0.6

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: ee07ca2a8ea6c564eb94351c577647c19a883b6b
4
- data.tar.gz: c2c4c6b924e58c0d68489a969f4f57f6bb19f64f
3
+ metadata.gz: c6381ed0bfaa53b5aa1f334816ed08a1a5b9910a
4
+ data.tar.gz: 796e1041a86df61eb8bb19adfda0e72af4eedf25
5
5
  SHA512:
6
- metadata.gz: 410073068ea3744513d8bef3e255a80a31cda3783751df8b4318793720ae69f3dd15aa5d9720bf53cd9eb0cb23c86719f2cff19db0bdc84202b671dc596bfece
7
- data.tar.gz: 7b1b3b0897083a5dab126af62268eb7efe63d46cf6c61ffca894e758ace7850dbbe95547231e0e81553a866d78c28c6cae0d8dc158f0cb34742a235223652f52
6
+ metadata.gz: b19d6bab5f06ba60ba7a5ca63a31b3a4530ff2a9e4b7b20f36a8586cb641097ad9f078d5dcb1b4a99918d0d1618f12c978869c1709e35477e16fd51cad2cbb06
7
+ data.tar.gz: 4af451c52beabe0eb772757c8c1825328c3640e7f032a00f0423691405e905654c37c8479963d43ae074e3e68fb9612b2c83a270ac31f2989ef3dcc0ee91a670
data/bin/sq_ruby_grep CHANGED
@@ -3,6 +3,6 @@
3
3
  lib = File.expand_path('../../lib', __FILE__)
4
4
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
5
  require 'sq_ruby_grep'
6
- require 'parser'
6
+ require 'sq_ruby_grep/parser'
7
7
 
8
8
  puts SqRubyGrep.run SqRubyGrep::Parser.parse(ARGV)
@@ -1,3 +1,3 @@
1
1
  module SqRubyGrep
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sq_ruby_grep
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - coolelvis