update maintainers (welcome, Anil)

This commit is contained in:
Thorsten Böttger 2016-08-22 21:06:05 +12:00
parent ac7fdc01af
commit 6e76b003a7
2 changed files with 3 additions and 2 deletions

View File

@ -1058,6 +1058,7 @@ Feel free to
* [Scott Barron](https://github.com/rubyist) (20062009, original author)
* [Travis Tilley](https://github.com/ttilley) (20092011)
* [Thorsten Böttger](http://github.com/alto) (since 2011)
* [Anil Maurya](http://github.com/anilmaurya) (since 2016)
## Contributing ##

View File

@ -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.}