We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 707b66e commit bd42455Copy full SHA for bd42455
global.gemspec
@@ -9,8 +9,8 @@ Gem::Specification.new do |s|
9
s.authors = ['Railsware LLC']
10
s.email = 'contact@railsware.com'
11
12
- s.description = 'Simple way to load your configs from yaml'
13
- s.summary = 'Simple way to load your configs from yaml'
+ s.description = 'Simple way to load your configs from yaml/aws/gcp'
+ s.summary = 'Simple way to load your configs from yaml/aws/gcp'
14
15
s.files = `git ls-files`.split("\n")
16
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
0 commit comments