beautiful-css 0.0.5 → 0.0.6
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/beautiful-css.gemspec +1 -1
- data/lib/beautiful-css/version.rb +1 -1
- metadata +3 -3
data/beautiful-css.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
|
|
10
10
|
gem.email = ["lexchilds@gmail.com"]
|
11
11
|
gem.description = %q{A tool to help cleanup css}
|
12
12
|
gem.summary = %q{reworks your css to make it simple and mantainable}
|
13
|
-
gem.homepage = "
|
13
|
+
gem.homepage = "http://beautifulcss.org"
|
14
14
|
|
15
15
|
gem.files = `git ls-files`.split($/)
|
16
16
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: beautiful-css
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -33,7 +33,7 @@ files:
|
|
33
33
|
- spec/beautiful_css_spec.rb
|
34
34
|
- spec/convertions_spec.rb
|
35
35
|
- spec/helper.rb
|
36
|
-
homepage:
|
36
|
+
homepage: http://beautifulcss.org
|
37
37
|
licenses: []
|
38
38
|
post_install_message:
|
39
39
|
rdoc_options: []
|
@@ -53,7 +53,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
53
53
|
version: '0'
|
54
54
|
requirements: []
|
55
55
|
rubyforge_project:
|
56
|
-
rubygems_version: 1.8.
|
56
|
+
rubygems_version: 1.8.10
|
57
57
|
signing_key:
|
58
58
|
specification_version: 3
|
59
59
|
summary: reworks your css to make it simple and mantainable
|