Skip to content

Commit

Permalink
Changed organization to tier-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
btolarz committed Aug 9, 2018
1 parent 5799d5b commit ce01cbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ChainIt
[![CircleCI](https://circleci.com/gh/spark-solutions/chain_it/tree/master.svg?style=svg&circle-token=3bb16aef0dbcbe7fd18500376a110bd6cedf668a)](https://circleci.com/gh/spark-solutions/ChainIt/tree/master)
[![CircleCI](https://circleci.com/gh/tier-tools/chainit/tree/master.svg?style=svg)](https://circleci.com/gh/tier-tools/chainit/tree/master)

## Description
This provides the tool which is implementation of railway-oriented programming concept itself
Expand Down Expand Up @@ -54,7 +54,7 @@ ChainIt.new.
```
## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/spark-solutions/chain_it.
Bug reports and pull requests are welcome on GitHub at https://github.com/tier-tools/chainit

## License

Expand Down
2 changes: 1 addition & 1 deletion chain_it.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|

spec.summary = 'A tool for executing successive tasks in a railway-oriented manner'
spec.description = "It can successfully replace conceptually similar libraries like Dry-transaction. It's all because of the simplicity its code offers."
spec.homepage = 'https://github.com/spark-solutions/chain_it'
spec.homepage = 'https://github.com/tier-tools/chainit'
spec.license = 'MIT'

spec.files = `git ls-files -z`.split("\x0").reject do |f|
Expand Down

0 comments on commit ce01cbc

Please sign in to comment.