pipe_chain 1.0.3 → 1.0.4

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: 132d787b15d36b1e58126cba2eebfd1ae0c6339f
4
- data.tar.gz: db7a019f976542a106de07981540cbaccb01e27e
3
+ metadata.gz: e78dd47c01e63219e0e2f6d4c46bc5d72b736fe6
4
+ data.tar.gz: 4afe537b9b4278aff84bb905e7c43a2a721a5228
5
5
  SHA512:
6
- metadata.gz: f53b894bedb52c2c67e54df6227195f4cac19d52d236bbfec6edb0cc69d2e17963881826b10032f01115542a88255b7538054ae0f0d129b298cd80a1f9ce152b
7
- data.tar.gz: bb1928eed9b1bfb6f3425657877eb6a5b6422a3436091e578763cbfc83b8b6a358f8b7a1fcf94626563c2532df805be182d22dd0899cdd449d2eebe6d379590e
6
+ metadata.gz: 1ee5270cbb49886727208e531f1dae843581fad7be52fa8c74f41492cd94f85f5011c4c2357a16986232118f90329b804f8b612525234fee00edbecea1396329
7
+ data.tar.gz: 64df64b6b49355bb8cc88e589a36ae65b6bf6a25a9d68e7ff6c6998bf50b0aa542ea3626b2a56f7adb3b185572edab7cab853b595e1ca4117d5510782290ab19
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # PipeChain
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/pipe_chain`. 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
3
+ Method pipe("|") chain instead of dot(".")
6
4
 
7
5
  ## Installation
8
6
 
@@ -46,7 +44,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
46
44
 
47
45
  ## Contributing
48
46
 
49
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/pipe_chain. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
47
+ Bug reports and pull requests are welcome on GitHub at https://github.com/nwtgck/pipe_chain. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
50
48
 
51
49
 
52
50
  ## License
@@ -1,3 +1,3 @@
1
1
  module PipeChain
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pipe_chain
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryo Ota