cowtech-rails 1.7.8.1 → 1.7.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -29,8 +29,8 @@ module Cowtech
29
29
  end
30
30
  end
31
31
 
32
- def google_font_stylesheet(font)
33
- stylesheet_link_tag("http://fonts.googleapis.com/css?family=#{CGI.escape(font)}", :media => :all)
32
+ def google_font_stylesheet(font, additional = nil, version = "1")
33
+ stylesheet_link_tag("http://fonts.googleapis.com/css?family=#{CGI.escape(font)}#{additional}&v=#{version}", :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 = 1
13
+ BUILD = 2
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.1
4
+ version: 1.7.8.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: