chopshop-logreader 0.1.1 → 0.1.2

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
  SHA256:
3
- metadata.gz: 28bcb17ede2f64475a1358925a992e3a1752aa4f8570ef3f556648cb806c2533
4
- data.tar.gz: b9e4d97fb42bd7c7a833e274d7fa00147ead346de19e078003e9853c2c15aa33
3
+ metadata.gz: d6832e1640a4f8c99cfbdc2a010d39aac2510891a8505445e7ea5ce7e0f8d981
4
+ data.tar.gz: 50d99bafbfa934f38a0a5e4bd7cf730863be08f83af926813beea6ed652b5581
5
5
  SHA512:
6
- metadata.gz: 4076be9cf0e715d52f13f8d54beb3c6331b3f3779b9b34e7f84cddb2178745bf48e95852e794e50e9f020b14d2449a0dc3ca57eb3b9caafb51c891e91d1ca726
7
- data.tar.gz: 692c27baf71477ca943f25a96fdf8286774cbd5eff49de1531162bc01a5dd7d38e667ec5c88a6936fa54c284a8a3007620f3eb30d274b9a2173a97521a28ba96
6
+ metadata.gz: 02bb0cc3fd4371687cf0a90fc8b6e0b2d60b44e883da50b7b1b659a177fef8079044ef44f7fcfed316f7802fb40ec86763f764bdba5259e8ac73b5d0567756c9
7
+ data.tar.gz: 3cdea25e30bc8f814ec426a3a39cd4a561a459679d01a651c70d8da98acb2c0c2d4d9b5b7493dd3229548ee67eb9973c3d9899e2e524c274e84d74c8c7b78ed7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- chopshop-logreader (0.1.0)
4
+ chopshop-logreader (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -1,8 +1,5 @@
1
1
  # Chopshop::Logreader
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/chopshop/logreader`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
6
3
 
7
4
  ## Installation
8
5
 
@@ -22,7 +19,12 @@ Or install it yourself as:
22
19
 
23
20
  ## Usage
24
21
 
25
- TODO: Write usage instructions here
22
+ `chopshop-logreader -h` to get help
23
+ example use:
24
+ `chopshop-logreader SERVICE_NAME_HERE -n connect -s Running -l 10 -f false`
25
+ default use:
26
+ `chopshop-logreader profile-reader` expands to `chopshop-logreader profile-reader -n connect -s Running -l -1 -f true`
27
+
26
28
 
27
29
  ## Development
28
30
 
@@ -32,7 +34,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
32
34
 
33
35
  ## Contributing
34
36
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/chopshop-logreader. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
37
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[tperdue321]/chopshop-logreader. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
38
 
37
39
  ## License
38
40
 
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "chopshop/logreader"
5
+
6
+ Chopshop::Logreader::Executor.execute!
@@ -1,5 +1,5 @@
1
1
  module Chopshop
2
2
  module Logreader
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chopshop-logreader
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Travis Perdue
@@ -56,6 +56,7 @@ description:
56
56
  email:
57
57
  - travis.perdue@rallyhealth.com
58
58
  executables:
59
+ - chopshop-logreader
59
60
  - chopshop_logreader
60
61
  - console
61
62
  - setup
@@ -70,6 +71,7 @@ files:
70
71
  - LICENSE.txt
71
72
  - README.md
72
73
  - Rakefile
74
+ - bin/chopshop-logreader
73
75
  - bin/chopshop_logreader
74
76
  - bin/console
75
77
  - bin/setup