-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #269 from gocardless/v3.1.0
v3.1.0
- Loading branch information
Showing
5 changed files
with
31 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Copyright (c) 2013 Harry Marr | ||
Copyright (c) 2013-2017 GoCardless | ||
|
||
MIT License | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module Statesman | ||
VERSION = "3.0.0".freeze | ||
VERSION = "3.1.0".freeze | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,9 @@ require 'statesman/version' | |
Gem::Specification.new do |spec| | ||
spec.name = "statesman" | ||
spec.version = Statesman::VERSION | ||
spec.authors = ["Harry Marr", "Andy Appleton"] | ||
spec.authors = ["GoCardless"] | ||
spec.email = ["[email protected]"] | ||
spec.description = 'A statesmanlike state machine library' | ||
spec.description = 'A statesman-like state machine library' | ||
spec.summary = spec.description | ||
spec.homepage = "https://github.com/gocardless/statesman" | ||
spec.license = "MIT" | ||
|