rostra 0.1.22 → 0.1.23

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,7 +24,7 @@ module Rostra
24
24
  # for example, use this method to turn "John Doe" into a link to his profile page.
25
25
  #
26
26
  def link_to_profile(user)
27
- link_to user.rostra_user_name, main_app.user_path(user)
27
+ link_to user.rostra_user_name, main_app.user_url(user)
28
28
  end
29
29
 
30
30
  # Used to add meta description tags to rostra pages
@@ -1,3 +1,3 @@
1
1
  module Rostra
2
- VERSION = "0.1.22"
2
+ VERSION = "0.1.23"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rostra
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.22
5
+ version: 0.1.23
6
6
  platform: ruby
7
7
  authors:
8
8
  - Cory Schires