mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
update maintainers (welcome, Anil)
This commit is contained in:
parent
ac7fdc01af
commit
6e76b003a7
2 changed files with 3 additions and 2 deletions
|
@ -1058,6 +1058,7 @@ Feel free to
|
|||
* [Scott Barron](https://github.com/rubyist) (2006–2009, original author)
|
||||
* [Travis Tilley](https://github.com/ttilley) (2009–2011)
|
||||
* [Thorsten Böttger](http://github.com/alto) (since 2011)
|
||||
* [Anil Maurya](http://github.com/anilmaurya) (since 2016)
|
||||
|
||||
|
||||
## Contributing ##
|
||||
|
|
|
@ -5,8 +5,8 @@ require "aasm/version"
|
|||
Gem::Specification.new do |s|
|
||||
s.name = "aasm"
|
||||
s.version = AASM::VERSION
|
||||
s.authors = ["Scott Barron", "Travis Tilley", "Thorsten Boettger"]
|
||||
s.email = %q{scott@elitists.net, ttilley@gmail.com, aasm@mt7.de}
|
||||
s.authors = ["Thorsten Boettger", "Anil Maurya"]
|
||||
s.email = %q{aasm@mt7.de, anilmaurya8dec@gmail.com}
|
||||
s.homepage = %q{https://github.com/aasm/aasm}
|
||||
s.summary = %q{State machine mixin for Ruby objects}
|
||||
s.description = %q{AASM is a continuation of the acts-as-state-machine rails plugin, built for plain Ruby objects.}
|
||||
|
|
Loading…
Reference in a new issue