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 +4 -4
- data/README.md +2 -4
- data/lib/pipe_chain/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e78dd47c01e63219e0e2f6d4c46bc5d72b736fe6
|
4
|
+
data.tar.gz: 4afe537b9b4278aff84bb905e7c43a2a721a5228
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1ee5270cbb49886727208e531f1dae843581fad7be52fa8c74f41492cd94f85f5011c4c2357a16986232118f90329b804f8b612525234fee00edbecea1396329
|
7
|
+
data.tar.gz: 64df64b6b49355bb8cc88e589a36ae65b6bf6a25a9d68e7ff6c6998bf50b0aa542ea3626b2a56f7adb3b185572edab7cab853b595e1ca4117d5510782290ab19
|
data/README.md
CHANGED
@@ -1,8 +1,6 @@
|
|
1
1
|
# PipeChain
|
2
2
|
|
3
|
-
|
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/
|
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
|
data/lib/pipe_chain/version.rb
CHANGED