console_runner 0.1.12 → 0.1.13

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
2
  SHA1:
3
- metadata.gz: cf95786cd7da0e67f1ef633967401b1ea0ecf8f8
4
- data.tar.gz: 8e9cc73d1ace3eb7dea9a429f3294b2f42dc980c
3
+ metadata.gz: 1e60a3b7f4eac3e952a5d3e75fccd3e257253721
4
+ data.tar.gz: 10098a2cdeb54901b0f3b191b9ad0fadf9d0868c
5
5
  SHA512:
6
- metadata.gz: e0bc81c753d11db1db340251753430b91f716fdd74f8d1cb9fcfae2fd73f599b7181d6655240c37bf07532a36ecb18f4ddcf3f97e1d86fe716a2a2bbc22a5a4d
7
- data.tar.gz: e2fadc00ef977913d1ba6cbeb944da5ecb1fe18e66d55a01ba5f083e1ca99d173f9f5e837201f04a00d9046f57cf5bfd3fa41c764f3f0f75c2c854776460fa2e
6
+ metadata.gz: 3c14f4e5dd3c23510073f83e5afc77293e6136d62586c40d9d96e67ddb06ebcb6b2c7dd69837a62872b1b97345f618704012ef3bc591c5146a7e93f39acbeace
7
+ data.tar.gz: 5c523a463ef96312d304e7b1d98886545ed1a83aaed01a58eb18436e94c910c5c32eacb49b0531c5c43a011514a39827e32f517ac9691ae271091b186a7b767b
data/README.md CHANGED
@@ -21,7 +21,7 @@ One thing you need to do is to add an [YARD](http://yardoc.org/) tag annotation
21
21
  Usage instructions are as simple as one, two, three:
22
22
  1. Add `@runnable` tag
23
23
  2. Now you can run your tool from terminal by `c_run /path/to/class.rb_file` command
24
- 3. PROFIT! (:
24
+ 3. PROFIT!
25
25
 
26
26
  ### Example
27
27
  1. Install `console_runner` gem
@@ -1,3 +1,3 @@
1
1
  module ConsoleRunner
2
- VERSION = '0.1.12'
2
+ VERSION = '0.1.13'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: console_runner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.12
4
+ version: 0.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yury Karpovich