Skip to content

Commit 7570585

Browse files
author
Andy Scott
authored
Merge pull request #205 from intercom/as/remove_broken_v1_importer
Removed import rake task from railtie
2 parents 93c6ea7 + 1482aa2 commit 7570585

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

lib/intercom-rails/railtie.rb

-4
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,5 @@ class Railtie < Rails::Railtie
1010
ActionController::Base.after_filter :intercom_rails_auto_include
1111
end
1212
end
13-
14-
rake_tasks do
15-
load 'intercom-rails/intercom.rake'
16-
end
1713
end
1814
end

lib/intercom-rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module IntercomRails
2-
VERSION = "0.2.36"
2+
VERSION = "0.3.0"
33
end

0 commit comments

Comments
 (0)