@@ -4,19 +4,19 @@ $LOAD_PATH.push File.expand_path("lib", __dir__)
4
4
require "rails_semantic_logger/version"
5
5
6
6
# 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"
20
20
s . metadata = {
21
21
"bug_tracker_uri" => "https://github.com/reidmorrison/rails_semantic_logger/issues" ,
22
22
"documentation_uri" => "https://logger.rocketjob.io" ,
0 commit comments