link_out_to_helper 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +3 -2
- data/clear_helper.gemspec +1 -0
- data/lib/link_out_to_helper/version.rb +1 -1
- metadata +6 -5
data/README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
# LinkOutToHelper
|
2
2
|
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/link_out_to_helper.png)](http://badge.fury.io/rb/link_out_to_helper)
|
3
4
|
|
4
5
|
## Installation
|
5
6
|
|
@@ -17,8 +18,8 @@ Or install it yourself as:
|
|
17
18
|
|
18
19
|
## Usage
|
19
20
|
|
20
|
-
Use just like you would `link_to`, but know that it will
|
21
|
-
`:target => '_blank'`
|
21
|
+
Use just like you would `link_to`, but know that it will merge
|
22
|
+
`:target => '_blank'` into the options hash for `link_to`.
|
22
23
|
|
23
24
|
## Contributing
|
24
25
|
|
data/clear_helper.gemspec
CHANGED
@@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
|
|
11
11
|
gem.description = %q{link_out_to automatically sets a :target of _blank to your links.}
|
12
12
|
gem.summary = %q{link_out_to automatically sets a :target of _blank to your links.}
|
13
13
|
gem.homepage = "https://github.com/phallstrom/link_out_to"
|
14
|
+
gem.license = "MIT"
|
14
15
|
|
15
16
|
gem.files = `git ls-files`.split($/)
|
16
17
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: link_out_to_helper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-09-30 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: link_out_to automatically sets a :target of _blank to your links.
|
15
15
|
email:
|
@@ -29,7 +29,8 @@ files:
|
|
29
29
|
- lib/link_out_to_helper/version.rb
|
30
30
|
- test/test_link_out_to_helper.rb
|
31
31
|
homepage: https://github.com/phallstrom/link_out_to
|
32
|
-
licenses:
|
32
|
+
licenses:
|
33
|
+
- MIT
|
33
34
|
post_install_message:
|
34
35
|
rdoc_options: []
|
35
36
|
require_paths:
|
@@ -42,7 +43,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
42
43
|
version: '0'
|
43
44
|
segments:
|
44
45
|
- 0
|
45
|
-
hash:
|
46
|
+
hash: -2144043765761056917
|
46
47
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
47
48
|
none: false
|
48
49
|
requirements:
|
@@ -51,7 +52,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
51
52
|
version: '0'
|
52
53
|
segments:
|
53
54
|
- 0
|
54
|
-
hash:
|
55
|
+
hash: -2144043765761056917
|
55
56
|
requirements: []
|
56
57
|
rubyforge_project:
|
57
58
|
rubygems_version: 1.8.24
|