Skip to content

Commit af2559b

Browse files
authored
Remove loading of tasks/logtail.rake (removed file) (#21)
1 parent 1ad66b2 commit af2559b

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

example-project/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ group :test do
7171
gem "webdrivers"
7272
end
7373

74-
gem "logtail-rails", "~> 0.1.7"
74+
gem "logtail-rails", "~> 0.2.0"

lib/logtail-rails/railtie.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ module Rails
66
# Installs Logtail into your Rails app automatically.
77
class Railtie < ::Rails::Railtie
88
railtie_name 'logtail-rails'
9-
rake_tasks do
10-
path = File.expand_path(__dir__)
11-
load "#{path}/tasks/logtail.rake"
12-
end
139

1410
config.logtail = Config.instance
1511

lib/logtail-rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Logtail
22
module Integrations
33
module Rails
4-
VERSION = "0.2.1"
4+
VERSION = "0.2.2"
55
end
66
end
77
end

0 commit comments

Comments
 (0)