Skip to content

Commit eb726c9

Browse files
author
Aman Aalam
authored
Merge pull request #62 from PaymentRails/package-author-fix
Updated author information in gemspec
2 parents eef1ee4 + c33f3c0 commit eb726c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

trolley.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Gem::Specification.new do |s|
44
s.name = 'trolley'
55
s.summary = 'Trolley Ruby SDK'
66
s.description = 'Ruby SDK for interacting with the Trolley API'
7-
s.version = '1.0.0'
7+
s.version = '1.0.1'
88
s.homepage = 'https://trolley.com/'
99
s.email = ['[email protected]']
1010
s.license = 'MIT'
11-
s.author = 'PaymentRails'
11+
s.author = 'Trolley'
1212
s.files = Dir.glob ['README.rdoc', 'LICENSE', 'lib/**/*.{rb,crt}', 'spec/**/*', '*.gemspec']
1313
s.required_ruby_version = '>= 2.7'
1414
s.add_development_dependency 'dotenv', '~> 2'

0 commit comments

Comments
 (0)