link_to_profile 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,9 +1,9 @@
|
|
1
|
-
module
|
2
|
-
def
|
3
|
-
|
1
|
+
module LinkToProfileHelper
|
2
|
+
def link_to_profile(options)
|
3
|
+
ProfileLinkGenerator.new(options).link
|
4
4
|
end
|
5
5
|
|
6
|
-
def
|
7
|
-
|
6
|
+
def url_to_profile(options)
|
7
|
+
ProfileLinkGenerator.new(options).url
|
8
8
|
end
|
9
9
|
end
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: link_to_profile
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.0.
|
5
|
+
version: 0.0.2
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Devon Blandin
|
@@ -38,20 +38,20 @@ rdoc_options: []
|
|
38
38
|
require_paths:
|
39
39
|
- lib
|
40
40
|
required_ruby_version: !ruby/object:Gem::Requirement
|
41
|
-
none: false
|
42
41
|
requirements:
|
43
42
|
- - ! '>='
|
44
43
|
- !ruby/object:Gem::Version
|
45
44
|
version: '0'
|
46
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
47
45
|
none: false
|
46
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
48
47
|
requirements:
|
49
48
|
- - ! '>='
|
50
49
|
- !ruby/object:Gem::Version
|
51
50
|
version: '0'
|
51
|
+
none: false
|
52
52
|
requirements: []
|
53
53
|
rubyforge_project:
|
54
|
-
rubygems_version: 1.8.
|
54
|
+
rubygems_version: 1.8.25
|
55
55
|
signing_key:
|
56
56
|
specification_version: 3
|
57
57
|
summary: Easily generate profile links
|