normalize-rails 3.0.1 → 3.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7440fac0e7e302878837391d04a9acd5037ce0c2
4
- data.tar.gz: 210d9a09cb0051e682dc8aac23d886478b460e8e
3
+ metadata.gz: c1ba475129f01fe8d79a171b902108e7d8756ea8
4
+ data.tar.gz: 3a30588efbfcb1715bda3d60b0b11ca8af329ebf
5
5
  SHA512:
6
- metadata.gz: 5b2846aa5b8bb2de0ea2db74a599b5febfbe0acbb8c7a8d0fe287c84447b7303bd73fe77747269cd4b3ce523a4deb2e17bfcbf5222a5c02aae8d9458ee24bf68
7
- data.tar.gz: 7486ed0ab1d1925760733c6adee3006008b3dac4a4c9d9cdd0917bafd74fdf64a8e65fa2a814cdca192267deb584fd402fcf5f9c4c0de9f7e0a8301fcc1254c3
6
+ metadata.gz: 81b72c90231aefbb7225b77320f243d0ccfd1078ac4807c117342e4d5bfc60315dbe12d9fee48187b67559c473bc2c88aae7d5ed5892b36c3ee1991779b0917e
7
+ data.tar.gz: ce3a8e5531bcc91f1efeb3723f6ad251768b6f7e63da52157e56b4083aa97f0ba70a494650ae2a9157843f127a37973787accfc98d5541aa6f62110ce3b87070
data/.gitignore CHANGED
@@ -15,3 +15,4 @@ spec/reports
15
15
  test/tmp
16
16
  test/version_tmp
17
17
  tmp
18
+ .c9/
data/README.md CHANGED
@@ -23,8 +23,8 @@ And then execute:
23
23
 
24
24
  And then in your application.css
25
25
 
26
- *= require_self
27
26
  *= require normalize-rails
27
+ *= require_self
28
28
  *= require_tree .
29
29
 
30
30
  Add it before require_tree so that you can override any of its styles.
@@ -1,5 +1,5 @@
1
1
  module Normalize
2
2
  module Rails
3
- VERSION = "3.0.1"
3
+ VERSION = "3.0.2"
4
4
  end
5
5
  end
@@ -1,4 +1,4 @@
1
- /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
1
+ /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
2
2
 
3
3
  /**
4
4
  * 1. Set default font family to sans-serif.
@@ -25,7 +25,8 @@ body {
25
25
 
26
26
  /**
27
27
  * Correct `block` display not defined for any HTML5 element in IE 8/9.
28
- * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
28
+ * Correct `block` display not defined for `details` or `summary` in IE 10/11
29
+ * and Firefox.
29
30
  * Correct `block` display not defined for `main` in IE 11.
30
31
  */
31
32
 
@@ -38,6 +39,7 @@ footer,
38
39
  header,
39
40
  hgroup,
40
41
  main,
42
+ menu,
41
43
  nav,
42
44
  section,
43
45
  summary {
@@ -85,7 +87,7 @@ template {
85
87
  */
86
88
 
87
89
  a {
88
- background: transparent;
90
+ background-color: transparent;
89
91
  }
90
92
 
91
93
  /**
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: normalize-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicolas Gallagher
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2014-04-08 00:00:00.000000000 Z
13
+ date: 2015-04-18 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rake
@@ -66,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
66
66
  version: '0'
67
67
  requirements: []
68
68
  rubyforge_project:
69
- rubygems_version: 2.2.2
69
+ rubygems_version: 2.4.5
70
70
  signing_key:
71
71
  specification_version: 4
72
72
  summary: Normalize.css is a customisable CSS file that makes browsers render all elements
@@ -74,3 +74,4 @@ summary: Normalize.css is a customisable CSS file that makes browsers render all
74
74
  between default browser styles in order to precisely target only the styles that
75
75
  need normalizing.
76
76
  test_files: []
77
+ has_rdoc: