Skip to content

Commit 76d5b4b

Browse files
committed
removes unused constant
1 parent 77116eb commit 76d5b4b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lib/rails_autolink.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
module RailsAutolink
2-
VERSION = '1.1.0'
3-
42
class Railtie < ::Rails::Railtie
53
initializer 'rails_autolink' do |app|
64
ActiveSupport.on_load(:action_view) do

rails_autolink.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'rails_autolink'
3-
s.version = '1.1.1'
3+
s.version = '1.1.2'
44
s.authors = ['Aaron Patterson', 'Juanjo Bazan', 'Akira Matsuda']
55
s.email = '[email protected]'
66
s.homepage = 'https://github.com/tenderlove/rails_autolink'

0 commit comments

Comments
 (0)