pipe_chain 1.0.4 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- 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: 69394e1d348dedc0a3807c52db48c538474b65e2
|
4
|
+
data.tar.gz: 40d83005f8010a1eef6d7078c3aa31235851337d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2c3fad902b1334c8859b9e0800294be4a2c4b7cb82e09ae26282c4189eb413d7895db6a1f04b843e17e63d1e5287c5d6305d40fbea8aef596f69ef0474459f25
|
7
|
+
data.tar.gz: e54d61aa431b26421faaf84b9384841ba9c02f26a30757304776fd97e09bb48e84dfe4f1de90d19c94bf96165fbf7a76cb188cedda1f3d6f76c8d2940dcd9bcc
|
data/README.md
CHANGED
@@ -44,7 +44,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
44
44
|
|
45
45
|
## Contributing
|
46
46
|
|
47
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/nwtgck/
|
47
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/nwtgck/ruby_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.
|
48
48
|
|
49
49
|
|
50
50
|
## License
|
data/lib/pipe_chain/version.rb
CHANGED