Skip to content

Commit

Permalink
version bump, danger comma removed
Browse files Browse the repository at this point in the history
  • Loading branch information
benmcredmond committed Jan 2, 2013
1 parent 408e5f3 commit b547375
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
intercom-rails (0.2.9)
intercom-rails (0.2.10)
activesupport (> 3.0)

GEM
Expand Down Expand Up @@ -29,10 +29,10 @@ GEM
erubis (2.7.0)
eventmachine (0.12.10)
hike (1.2.1)
i18n (0.6.0)
i18n (0.6.1)
journey (1.0.4)
method_source (0.8)
multi_json (1.3.6)
multi_json (1.5.0)
pry (0.9.10)
coderay (~> 1.0.5)
method_source (~> 0.8)
Expand Down
2 changes: 1 addition & 1 deletion lib/intercom-rails/railtie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Railtie < Rails::Railtie
ActionView::Base.send :include, ScriptTagHelper
ActionController::Base.send :include, CustomDataHelper
ActionController::Base.send :include, AutoInclude
ActionController::Base.after_filter, :intercom_rails_auto_include
ActionController::Base.after_filter :intercom_rails_auto_include
end

rake_tasks do
Expand Down
2 changes: 1 addition & 1 deletion lib/intercom-rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module IntercomRails
VERSION = "0.2.9"
VERSION = "0.2.10"
end

0 comments on commit b547375

Please sign in to comment.