font-stack 0.1.0 → 0.1.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/font-stack.gemspec +2 -2
- metadata +3 -3
data/font-stack.gemspec
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |gemspec|
|
|
4
4
|
gemspec.name = "font-stack"
|
|
5
|
-
gemspec.version = "0.1.
|
|
5
|
+
gemspec.version = "0.1.1"
|
|
6
6
|
gemspec.platform = Gem::Platform::RUBY
|
|
7
7
|
gemspec.date = "#{Time.now.year}-#{Time.now.month}-#{Time.now.day}"
|
|
8
8
|
gemspec.authors = ["Lloyd Kupchanko"]
|
|
9
9
|
gemspec.email = "lloyd@lloydk.ca"
|
|
10
|
-
gemspec.homepage = "http://
|
|
10
|
+
gemspec.homepage = "http://github.com/lloydk/font-stack"
|
|
11
11
|
gemspec.summary = %q{A library of CSS font stacks}
|
|
12
12
|
gemspec.description = "Font-stack is a Compass plugin that provides a library of CSS font stacks."
|
|
13
13
|
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
8
|
+
- 1
|
|
9
|
+
version: 0.1.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Lloyd Kupchanko
|
|
@@ -47,7 +47,7 @@ files:
|
|
|
47
47
|
- lib/font-stack.rb
|
|
48
48
|
- lib/stylesheets/_font-stack.scss
|
|
49
49
|
has_rdoc: true
|
|
50
|
-
homepage: http://
|
|
50
|
+
homepage: http://github.com/lloydk/font-stack
|
|
51
51
|
licenses: []
|
|
52
52
|
|
|
53
53
|
post_install_message:
|