rails_autolink 1.1.1 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rails_autolink.rb +0 -2
- data/rails_autolink.gemspec +1 -1
- metadata +1 -3
- data/OLDGEMS/how_to_release.txt +0 -3
- data/OLDGEMS/rails_autolink-1.1.0.gem +0 -0
data/lib/rails_autolink.rb
CHANGED
data/rails_autolink.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'rails_autolink'
|
3
|
-
s.version = '1.1.
|
3
|
+
s.version = '1.1.2'
|
4
4
|
s.authors = ['Aaron Patterson', 'Juanjo Bazan', 'Akira Matsuda']
|
5
5
|
s.email = 'aaron@tenderlovemaking.com'
|
6
6
|
s.homepage = 'https://github.com/tenderlove/rails_autolink'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_autolink
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -42,8 +42,6 @@ files:
|
|
42
42
|
- ./Gemfile.lock
|
43
43
|
- ./lib/rails_autolink/helpers.rb
|
44
44
|
- ./lib/rails_autolink.rb
|
45
|
-
- ./OLDGEMS/how_to_release.txt
|
46
|
-
- ./OLDGEMS/rails_autolink-1.1.0.gem
|
47
45
|
- ./rails_autolink.gemspec
|
48
46
|
- ./Rakefile
|
49
47
|
- ./README.rdoc
|
data/OLDGEMS/how_to_release.txt
DELETED
Binary file
|