simple-line-icons-rails 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module SimpleLineIcons
2
2
  module Rails
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
@@ -27,11 +27,11 @@ class SimpleLineIconsRailsTest < ActionDispatch::IntegrationTest
27
27
 
28
28
  test "stylesheets contain asset pipeline references to fonts" do
29
29
  get "/assets/simple-line-icons.css"
30
- assert_match %r{/assets/Simple-Line-Icons(-\w+)?\.eot\?v=2.3.2}, response.body
31
- assert_match %r{/assets/Simple-Line-Icons(-\w+)?\.eot\?v=2.3.2#iefix}, response.body
32
- assert_match %r{/assets/Simple-Line-Icons(-\w+)?\.woff\?v=2.3.2}, response.body
33
- assert_match %r{/assets/Simple-Line-Icons(-\w+)?\.ttf\?v=2.3.2}, response.body
34
- assert_match %r{/assets/Simple-Line-Icons(-\w+)?\.svg#Simple-Line-Icons\?v=2.3.2}, response.body
30
+ assert_match %r{/assets/Simple-Line-Icons(-\w+)?\.eot\?v=2.4.0}, response.body
31
+ assert_match %r{/assets/Simple-Line-Icons(-\w+)?\.eot\?v=2.4.0#iefix}, response.body
32
+ assert_match %r{/assets/Simple-Line-Icons(-\w+)?\.woff\?v=2.4.0}, response.body
33
+ assert_match %r{/assets/Simple-Line-Icons(-\w+)?\.ttf\?v=2.4.0}, response.body
34
+ assert_match %r{/assets/Simple-Line-Icons(-\w+)?\.svg#Simple-Line-Icons\?v=2.4.0}, response.body
35
35
  end
36
36
 
37
37
  test "stylesheet is available in a css sprockets require" do
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple-line-icons-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - JeskTop
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-27 00:00:00.000000000 Z
11
+ date: 2017-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties