Skip to content

Commit 5106680

Browse files
committed
Updating license and copyright info
1 parent c1fd6a2 commit 5106680

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

140140
Licensed under the Apache License, Version 2.0 (the "License");
141141
you may not use this file except in compliance with the License.

stackify-api-ruby.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'
2525
end

0 commit comments

Comments
 (0)