Skip to content

Commit

Permalink
gemspec: Fix long lines
Browse files Browse the repository at this point in the history
  • Loading branch information
phyber committed Aug 21, 2018
1 parent ab5e60b commit 4f10686
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions aws_assume_role.gemspec
Expand Up @@ -6,12 +6,26 @@ require "aws_assume_role/version"
PLATFORM = ENV.fetch("PLATFORM", Gem::Platform.local.os)

Gem::Specification.new do |spec|
spec.name = "aws_assume_role"
spec.version = AwsAssumeRole::VERSION
spec.authors = ["Jon Topper", "Jack Thomas", "Naadir Jeewa", "David King",
"Tim Bannister", "Phil Potter", "Tom Haynes", "Alan Ivey",
"David O'Rourke"]
spec.email = ["jon@scalefactory.com", "jack@scalefactory.com", "naadir@scalefactory.com", "tim@scalefactory.com", "david@scalefactory.com"]
spec.name = "aws_assume_role"
spec.version = AwsAssumeRole::VERSION
spec.authors = [
"Jon Topper",
"Jack Thomas",
"Naadir Jeewa",
"David King",
"Tim Bannister",
"Phil Potter",
"Tom Haynes",
"Alan Ivey",
"David O'Rourke",
]
spec.email = [
"jon@scalefactory.com",
"jack@scalefactory.com",
"naadir@scalefactory.com",
"tim@scalefactory.com",
"david@scalefactory.com",
]

spec.description = "Used to fetch multiple AWS Role Credential "\
"Keys using different Session Keys "\
Expand Down

0 comments on commit 4f10686

Please sign in to comment.