unparser-cli_wrapper 0.1.0 → 0.1.1

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: 67597135b91032bef9eeca6abbb4d73dedb5e5e4
4
- data.tar.gz: a080633094d44e0f1f0fc24fa991b7b4464ce6ce
3
+ metadata.gz: 1b3cb2d378dba2e3653aa0068561dc1ffebc6d78
4
+ data.tar.gz: 4e4d8eac075693c9f297112be86284ad6c688a39
5
5
  SHA512:
6
- metadata.gz: 88da6a70c5501a7b76d8e8bee2afa35febc4aafade72f2ecb3374b36093efea0bbe5b94682a0e7af78b69e6214c0970e86e8490e37c669e6d20d0364169fa533
7
- data.tar.gz: fb291a717df11064b692890509187146508d55cacdf40f7810df1649bf82087d2512f639b67c77ed3e34d46cf51244a22396816542489d85381238f78147f183
6
+ metadata.gz: b0b6a9ad510f170d22599e7bc22d404c7c93f5af23a6000eb317f8f2bf036f852b3984d9a181ed6f07364a6da207791b9ddfe9b1376cef5da9dffe20fc852836
7
+ data.tar.gz: d447f418ae099870e8e139b351b36144f1ceadedd6ad803081edd96e0594b50e4b592e84b66753a362f16b2ba16d8c822b5e3cf93c4c8d033d5296fc95b74877
data/README.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # Unparser::CliWrapper
2
2
 
3
- Unparser::CliWrapper provides `ruby-unparse-wrapped` command.
3
+ Unparser::CliWrapper provides `ruby-unparse-utility-wrapped` command.
4
4
  `Unparser` gem provides `unparser`, but this don't accept _STDIN_.
5
5
 
6
6
  This gem replaces '-' with _STDIN_ like unix option, the example below:
7
7
 
8
8
  ```
9
- $ cat Gemfile | ruby-unparse-wrapped - -v
9
+ $ cat Gemfile | ruby-unparse-utility-wrapped - -v
10
10
  Original-Source:
11
11
  source 'https://rubygems.org'
12
12
 
@@ -32,7 +32,7 @@ Success: (/var/folders/zk/y7bt0p5x67gg39k56bc7ykx00000gn/T/temp20141125-31638-1t
32
32
  `*-wrapped` command accepts all existing options.
33
33
 
34
34
  ```
35
- $ ruby-unparse-wrapped Gemfile -v
35
+ $ ruby-unparse-utility-wrapped Gemfile -v
36
36
  Original-Source:
37
37
  source 'https://rubygems.org'
38
38
 
@@ -1,5 +1,5 @@
1
1
  module Unparser
2
2
  module CliWrapper
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unparser-cli_wrapper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - sanemat
@@ -70,7 +70,7 @@ description: Replace "-" with STDIN like unix option.
70
70
  email:
71
71
  - o.gata.ken@gmail.com
72
72
  executables:
73
- - ruby-unparse-wrapped
73
+ - ruby-unparse-utility-wrapped
74
74
  extensions: []
75
75
  extra_rdoc_files: []
76
76
  files:
@@ -80,7 +80,7 @@ files:
80
80
  - LICENSE.txt
81
81
  - README.md
82
82
  - Rakefile
83
- - bin/ruby-unparse-wrapped
83
+ - bin/ruby-unparse-utility-wrapped
84
84
  - lib/unparser/cli_wrapper.rb
85
85
  - lib/unparser/cli_wrapper/version.rb
86
86
  - rubocop-todo.yml