rostra 0.1.9 → 0.1.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  <% button_text = rostra_user.following?(question) ? 'Stop following this question' : 'Follow this question' %>
2
- <%= link_to button_text, toggle_following_question_path(question), method: :put, remote: true, class: "toggle_following_question button" %>
2
+ <%= link_to button_text, toggle_following_question_path(question), method: :put, remote: true, class: "toggle_following_question" %>
3
3
 
@@ -1,3 +1,3 @@
1
1
  module Rostra
2
- VERSION = "0.1.9"
2
+ VERSION = "0.1.10"
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.9
5
+ version: 0.1.10
6
6
  platform: ruby
7
7
  authors:
8
8
  - Cory Schires
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-10-27 00:00:00 -05:00
13
+ date: 2011-10-27 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency