Skip to content

Commit fbd67c6

Browse files
committed
Add Anthony to the list of authors
1 parent ab8a949 commit fbd67c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

monetize.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ require 'English'
77
Gem::Specification.new do |spec|
88
spec.name = 'monetize'
99
spec.version = Monetize::VERSION
10-
spec.authors = ['Shane Emmons']
11-
spec.email = ['shane@emmons.io']
10+
spec.authors = ['Shane Emmons', 'Anthony Dmitriyev']
11+
spec.email = ['shane@emmons.io', 'anthony.dmitriyev@gmail.com']
1212
spec.description = 'A library for converting various objects into `Money` objects.'
1313
spec.summary = 'A library for converting various objects into `Money` objects.'
1414
spec.homepage = 'https://github.com/RubyMoney/monetize'

0 commit comments

Comments
 (0)