compass-normalize 0.1.beta.3 → 1.0
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.
- data/README.md +10 -0
- metadata +6 -6
data/README.md
CHANGED
|
@@ -35,3 +35,13 @@ You can also just import parts you need:
|
|
|
35
35
|
@import "normalize/base"; // Basic styles
|
|
36
36
|
@import "normalize/html5"; // HTML5 elements
|
|
37
37
|
@import "normalize/forms"; // Form elements
|
|
38
|
+
|
|
39
|
+
## Acknowledgements
|
|
40
|
+
Many thanks to [Frederic Hemberger](https://github.com/fhemberger/) who contributed greatly to this project.
|
|
41
|
+
|
|
42
|
+
## License
|
|
43
|
+
This Code is released under [The Unlicense](http://unlicense.org/)
|
|
44
|
+
|
|
45
|
+
### Major components:
|
|
46
|
+
|
|
47
|
+
* [normalize.css](http://necolas.github.com/normalize.css/): Public domain
|
metadata
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: compass-normalize
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
prerelease:
|
|
5
|
-
version:
|
|
4
|
+
prerelease:
|
|
5
|
+
version: "1.0"
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Kristian Andersen
|
|
@@ -11,7 +11,7 @@ autorequire:
|
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
13
|
|
|
14
|
-
date: 2012-02-
|
|
14
|
+
date: 2012-02-09 00:00:00 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: compass
|
|
@@ -24,7 +24,7 @@ dependencies:
|
|
|
24
24
|
version: 0.11.5
|
|
25
25
|
type: :runtime
|
|
26
26
|
version_requirements: *id001
|
|
27
|
-
description:
|
|
27
|
+
description: This simple plugin for Compass enables you to use normalize.css in your stylesheets without having to download it.
|
|
28
28
|
email:
|
|
29
29
|
- me@kristianandersen.me
|
|
30
30
|
- mail@frederic-hemberger.de
|
|
@@ -60,9 +60,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
60
60
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
61
61
|
none: false
|
|
62
62
|
requirements:
|
|
63
|
-
- - "
|
|
63
|
+
- - ">="
|
|
64
64
|
- !ruby/object:Gem::Version
|
|
65
|
-
version:
|
|
65
|
+
version: "0"
|
|
66
66
|
requirements: []
|
|
67
67
|
|
|
68
68
|
rubyforge_project:
|