Skip to content

Commit 25f7dae

Browse files
committed
bumping to v1.0.2
1 parent df01202 commit 25f7dae

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

CHANGELOG.rdoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
=== 1.0.2 / 2011-06-18
2+
3+
* Compatibility with rails 3.1.0.rc4
4+
15
=== 1.0.0 / 2011-05-02
26

37
* 1 major enhancement

Manifest.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ Manifest.txt
33
README.rdoc
44
Rakefile
55
lib/rails_autolink.rb
6+
lib/rails_autolink/helpers.rb
67
test/test_rails_autolink.rb

Rakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Hoe.plugin :git # `gem install hoe-git`
1010

1111
Hoe.spec 'rails_autolink' do
1212
developer('Aaron Patterson', '[email protected]')
13+
developer('Juanjo Bazan', '[email protected]')
14+
developer('Akira Matsuda', '[email protected]')
1315
self.readme_file = 'README.rdoc'
1416
self.history_file = 'CHANGELOG.rdoc'
1517
self.extra_rdoc_files = FileList['*.rdoc']

lib/rails_autolink.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module RailsAutolink
2-
VERSION = '1.0.1'
2+
VERSION = '1.0.2'
33

44
class Railtie < ::Rails::Railtie
55
initializer 'rails_autolink' do |app|

0 commit comments

Comments
 (0)