diff --git a/README.md b/README.md index 5499efd..eb63c59 100644 --- a/README.md +++ b/README.md @@ -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 ## diff --git a/aasm.gemspec b/aasm.gemspec index 8dcb14f..5e49fc6 100644 --- a/aasm.gemspec +++ b/aasm.gemspec @@ -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.}