Skip to content

Commit f3aea8c

Browse files
committed
Update rails_semantic_logger.gemspec
1 parent 2566829 commit f3aea8c

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

rails_semantic_logger.gemspec

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ $LOAD_PATH.push File.expand_path("lib", __dir__)
44
require "rails_semantic_logger/version"
55

66
# Describe your gem and declare its dependencies:
7-
Gem::Specification.new do |spec|
8-
spec.name = "rails_semantic_logger"
9-
spec.version = RailsSemanticLogger::VERSION
10-
spec.platform = Gem::Platform::RUBY
11-
spec.authors = ["Reid Morrison"]
12-
spec.homepage = "https://logger.rocketjob.io"
13-
spec.summary = "Feature rich logging framework that replaces the Rails logger."
14-
spec.files = Dir["lib/**/*", "LICENSE.txt", "Rakefile", "README.md"]
15-
spec.license = "Apache-2.0"
16-
spec.required_ruby_version = ">= 2.5"
17-
spec.add_dependency "rack"
18-
spec.add_dependency "railties", ">= 5.1"
19-
spec.add_dependency "semantic_logger", "~> 4.13"
7+
Gem::Specification.new do |s|
8+
s.name = "rails_semantic_logger"
9+
s.version = RailsSemanticLogger::VERSION
10+
s.platform = Gem::Platform::RUBY
11+
s.authors = ["Reid Morrison"]
12+
s.homepage = "https://logger.rocketjob.io"
13+
s.summary = "Feature rich logging framework that replaces the Rails logger."
14+
s.files = Dir["lib/**/*", "LICENSE.txt", "Rakefile", "README.md"]
15+
s.license = "Apache-2.0"
16+
s.required_ruby_version = ">= 2.5"
17+
s.add_dependency "rack"
18+
s.add_dependency "railties", ">= 5.1"
19+
s.add_dependency "semantic_logger", "~> 4.13"
2020
s.metadata = {
2121
"bug_tracker_uri" => "https://github.com/reidmorrison/rails_semantic_logger/issues",
2222
"documentation_uri" => "https://logger.rocketjob.io",

0 commit comments

Comments
 (0)