compass-normalize-plugin 0.3.0 → 0.3.1
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/CHANGELOG.md +5 -0
- data/Rakefile +3 -3
- data/compass-normalize-plugin.gemspec +4 -4
- metadata +6 -6
data/CHANGELOG.md
CHANGED
data/Rakefile
CHANGED
|
@@ -7,9 +7,9 @@ begin
|
|
|
7
7
|
Echoe.new('compass-normalize-plugin', open('VERSION').read) do |p|
|
|
8
8
|
p.summary = "Makes browsers render HTML elements consistently and in line with modern standards."
|
|
9
9
|
p.description = "This is a normalize.css extension for the Compass framework."
|
|
10
|
-
p.url = "http://
|
|
11
|
-
p.author = "Johannes
|
|
12
|
-
p.email = "johannes@
|
|
10
|
+
p.url = "http://jzorn.github.com/compass-normalize-plugin/"
|
|
11
|
+
p.author = "Johannes Zorn"
|
|
12
|
+
p.email = "johannes@zorn.in"
|
|
13
13
|
p.dependencies = ["compass >=0.11.1"]
|
|
14
14
|
p.has_rdoc = false
|
|
15
15
|
end
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
|
-
s.version = "0.3.
|
|
5
|
-
s.date = %q{2012-
|
|
4
|
+
s.version = "0.3.1"
|
|
5
|
+
s.date = %q{2012-07-10}
|
|
6
6
|
|
|
7
7
|
s.name = %q{compass-normalize-plugin}
|
|
8
8
|
s.authors = ["Johannes Roettger", "Nicolas Gallagher", "Jonathan Neal"]
|
|
9
9
|
s.summary = %q{Makes browsers render HTML elements consistently and in line with modern standards.}
|
|
10
10
|
s.description = %q{This is a normalize.css extension for the Compass framework.}
|
|
11
|
-
s.email = %q{johannes@
|
|
12
|
-
s.homepage = %q{http://
|
|
11
|
+
s.email = %q{johannes@zorn.in}
|
|
12
|
+
s.homepage = %q{http://jzorn.github.com/compass-normalize-plugin/}
|
|
13
13
|
|
|
14
14
|
s.files = [
|
|
15
15
|
"CHANGELOG.md",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: compass-normalize-plugin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -11,11 +11,11 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2012-
|
|
14
|
+
date: 2012-07-10 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: compass
|
|
18
|
-
requirement: &
|
|
18
|
+
requirement: &70338835892100 !ruby/object:Gem::Requirement
|
|
19
19
|
none: false
|
|
20
20
|
requirements:
|
|
21
21
|
- - ! '>='
|
|
@@ -23,9 +23,9 @@ dependencies:
|
|
|
23
23
|
version: 0.11.1
|
|
24
24
|
type: :runtime
|
|
25
25
|
prerelease: false
|
|
26
|
-
version_requirements: *
|
|
26
|
+
version_requirements: *70338835892100
|
|
27
27
|
description: This is a normalize.css extension for the Compass framework.
|
|
28
|
-
email: johannes@
|
|
28
|
+
email: johannes@zorn.in
|
|
29
29
|
executables: []
|
|
30
30
|
extensions: []
|
|
31
31
|
extra_rdoc_files: []
|
|
@@ -50,7 +50,7 @@ files:
|
|
|
50
50
|
- templates/project/manifest.rb
|
|
51
51
|
- templates/project/screen.scss
|
|
52
52
|
- VERSION
|
|
53
|
-
homepage: http://
|
|
53
|
+
homepage: http://jzorn.github.com/compass-normalize-plugin/
|
|
54
54
|
licenses: []
|
|
55
55
|
post_install_message:
|
|
56
56
|
rdoc_options: []
|