intercom-rails 0.2.9 → 0.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,7 @@ module IntercomRails
4
4
  ActionView::Base.send :include, ScriptTagHelper
5
5
  ActionController::Base.send :include, CustomDataHelper
6
6
  ActionController::Base.send :include, AutoInclude
7
- ActionController::Base.after_filter, :intercom_rails_auto_include
7
+ ActionController::Base.after_filter :intercom_rails_auto_include
8
8
  end
9
9
 
10
10
  rake_tasks do
@@ -1,3 +1,3 @@
1
1
  module IntercomRails
2
- VERSION = "0.2.9"
2
+ VERSION = "0.2.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: intercom-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.2.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -181,7 +181,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
181
181
  version: '0'
182
182
  segments:
183
183
  - 0
184
- hash: 3627757893855353112
184
+ hash: -1194963346056538638
185
185
  required_rubygems_version: !ruby/object:Gem::Requirement
186
186
  none: false
187
187
  requirements:
@@ -190,7 +190,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
190
190
  version: '0'
191
191
  segments:
192
192
  - 0
193
- hash: 3627757893855353112
193
+ hash: -1194963346056538638
194
194
  requirements: []
195
195
  rubyforge_project: intercom-rails
196
196
  rubygems_version: 1.8.23