georgedrummond_sinatra_helpers 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,7 +18,7 @@ module GeorgeDrummond
18
18
  # mail_to("georgedrummond@gmail.com", "George Drummond")
19
19
  # # => <a href="mailto:georgedrummond@gmail.com" class="mailto">George Drummond</a>
20
20
  def mail_to(email, text=email)
21
- "<a href=\"mailto:\"#{email}\" class=\"mailto\">#{text}</a>"
21
+ "<a href=\"mailto:\#{email}\" class=\"mailto\">#{text}</a>"
22
22
  end
23
23
 
24
24
  # Creates the gravatar (www.gravatar.com) html from the email address and arguments provided.
@@ -1,7 +1,7 @@
1
1
  module GeorgeDrummond
2
2
  module Sinatra
3
3
  module Helpers
4
- VERSION = "0.0.5"
4
+ VERSION = "0.0.6"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: georgedrummond_sinatra_helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: