pipe_chain 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e78dd47c01e63219e0e2f6d4c46bc5d72b736fe6
4
- data.tar.gz: 4afe537b9b4278aff84bb905e7c43a2a721a5228
3
+ metadata.gz: 69394e1d348dedc0a3807c52db48c538474b65e2
4
+ data.tar.gz: 40d83005f8010a1eef6d7078c3aa31235851337d
5
5
  SHA512:
6
- metadata.gz: 1ee5270cbb49886727208e531f1dae843581fad7be52fa8c74f41492cd94f85f5011c4c2357a16986232118f90329b804f8b612525234fee00edbecea1396329
7
- data.tar.gz: 64df64b6b49355bb8cc88e589a36ae65b6bf6a25a9d68e7ff6c6998bf50b0aa542ea3626b2a56f7adb3b185572edab7cab853b595e1ca4117d5510782290ab19
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/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/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
@@ -1,3 +1,3 @@
1
1
  module PipeChain
2
- VERSION = "1.0.4"
2
+ VERSION = "1.0.5"
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.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryo Ota