Skip to content

Commit 7188401

Browse files
committed
Use logtail as the gem name (v0.1.0)
1 parent 6eb75af commit 7188401

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
# Specify your gem's dependencies in logtail-ruby.gemspec
5+
# Specify your gem's dependencies in logtail.gemspec
66
gemspec
77

88
gem "rake", "~> 13.0"

lib/logtail/log_devices/http.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module LogDevices
1717
#
1818
# See {#initialize} for options and more details.
1919
class HTTP
20-
LOGTAIL_STAGING_HOST = "in-staging.logtail.com".freeze
20+
LOGTAIL_STAGING_HOST = "in.logtail.dev".freeze
2121
LOGTAIL_PRODUCTION_HOST = "in.logtail.com".freeze
2222
LOGTAIL_HOST = ENV['LOGTAIL_STAGING'] ? LOGTAIL_STAGING_HOST : LOGTAIL_PRODUCTION_HOST
2323
LOGTAIL_PORT = 443

lib/logtail/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Logtail
2-
VERSION = "0.1.2"
2+
VERSION = "0.1.0"
33
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $LOAD_PATH.push File.expand_path("../lib", __FILE__)
33
require "logtail/version"
44

55
Gem::Specification.new do |spec|
6-
spec.name = "logtail-ruby"
6+
spec.name = "logtail"
77
spec.version = Logtail::VERSION
88
spec.platform = Gem::Platform::RUBY
99
spec.authors = ["Logtail"]

0 commit comments

Comments
 (0)