cowtech-rails 1.7.8.0 → 1.7.8.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -30,7 +30,7 @@ module Cowtech
30
30
  end
31
31
 
32
32
  def google_font_stylesheet(font)
33
- tag('link', {:rel => :stylesheet, :type => Mime::CSS, :href => "http://fonts.googleapis.com/css?family=#{font}"}, false, false)
33
+ stylesheet_link_tag("http://fonts.googleapis.com/css?family=#{CGI.escape(font)}", :media => :all)
34
34
  end
35
35
 
36
36
  def get_data(key = nil, default = "")
@@ -10,7 +10,7 @@ module Cowtech
10
10
  MAJOR = 1
11
11
  MINOR = 7
12
12
  PATCH = 8
13
- BUILD = 0
13
+ BUILD = 1
14
14
 
15
15
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
16
16
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cowtech-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.8.0
4
+ version: 1.7.8.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: