We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad66b2 commit af2559bCopy full SHA for af2559b
example-project/Gemfile
@@ -71,4 +71,4 @@ group :test do
71
gem "webdrivers"
72
end
73
74
-gem "logtail-rails", "~> 0.1.7"
+gem "logtail-rails", "~> 0.2.0"
lib/logtail-rails/railtie.rb
@@ -6,10 +6,6 @@ module Rails
6
# Installs Logtail into your Rails app automatically.
7
class Railtie < ::Rails::Railtie
8
railtie_name 'logtail-rails'
9
- rake_tasks do
10
- path = File.expand_path(__dir__)
11
- load "#{path}/tasks/logtail.rake"
12
- end
13
14
config.logtail = Config.instance
15
lib/logtail-rails/version.rb
@@ -1,7 +1,7 @@
1
module Logtail
2
module Integrations
3
module Rails
4
- VERSION = "0.2.1"
+ VERSION = "0.2.2"
5
0 commit comments