Skip to content

Commit 47112b2

Browse files
committed
Update gemspec
1 parent 5f18cf3 commit 47112b2

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

.travis.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,3 @@ matrix:
4545

4646
jdk:
4747
- openjdk9
48-
49-
bundler_args: --without development
50-
51-
# Gitter integration
52-
notifications:
53-
webhooks:
54-
urls:
55-
- https://webhooks.gitter.im/e/4d6749e48eb60321640e
56-
on_success: change # options: [always|never|change] default: always
57-
on_failure: always # options: [always|never|change] default: always
58-
on_start: never # options: [always|never|change] default: always

rails_semantic_logger.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ Gem::Specification.new do |spec|
99
spec.version = RailsSemanticLogger::VERSION
1010
spec.platform = Gem::Platform::RUBY
1111
spec.authors = ["Reid Morrison"]
12-
spec.email = ["[email protected]"]
13-
spec.homepage = "https://github.com/rocketjob/rails_semantic_logger"
12+
spec.homepage = "https://logger.rocketjob.io"
1413
spec.summary = "Feature rich logging framework that replaces the Rails logger."
1514
spec.files = Dir["lib/**/*", "LICENSE.txt", "Rakefile", "README.md"]
1615
spec.license = "Apache-2.0"

0 commit comments

Comments
 (0)