File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ config.logger.level = Logger::DEBUG
135135
136136## License
137137
138- Copyright 2015 Stackify, LLC.
138+ Copyright 2018 Stackify, LLC.
139139
140140Licensed under the Apache License, Version 2.0 (the "License");
141141you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111 spec . summary = 'Stackify API for Ruby'
1212 spec . description = 'Stackify Logs and Metrics API for Ruby'
1313 spec . homepage = 'http://www.stackify.com/'
14- spec . license = 'Apache'
14+ spec . license = 'Apache-2.0 '
1515 spec . required_ruby_version = '~> 1.9' , '~> 2.0'
1616
1717 spec . files = `git ls-files -z` . split ( "\x0 " )
@@ -21,5 +21,5 @@ Gem::Specification.new do |spec|
2121
2222 spec . add_development_dependency 'bundler' , '~> 1.6'
2323 spec . add_development_dependency 'rake' , '~> 0'
24- spec . add_runtime_dependency 'faraday' , '>= 0.8'
24+ spec . add_runtime_dependency 'faraday' , '~> 0.8'
2525end
You can’t perform that action at this time.
0 commit comments