stylesheets_for_all 0.0.1 → 0.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.
- data/lib/stylesheets_for_all/version.rb +1 -1
- data/stylesheets_for_all.gemspec +1 -0
- metadata +6 -5
data/stylesheets_for_all.gemspec
CHANGED
|
@@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
|
|
|
11
11
|
gem.description = %q{Enable stylesheets for all media (screen,print, etc.) by default.}
|
|
12
12
|
gem.summary = %q{Enable stylesheets for all media (screen,print, etc.) by default by defaulting to media=all}
|
|
13
13
|
gem.homepage = "https://github.com/phallstrom/stylesheets_for_all"
|
|
14
|
+
gem.license = "MIT"
|
|
14
15
|
|
|
15
16
|
gem.files = `git ls-files`.split($/)
|
|
16
17
|
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: stylesheets_for_all
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
12
|
+
date: 2013-09-30 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: Enable stylesheets for all media (screen,print, etc.) by default.
|
|
15
15
|
email:
|
|
@@ -29,7 +29,8 @@ files:
|
|
|
29
29
|
- stylesheets_for_all.gemspec
|
|
30
30
|
- test/test_stylesheets_for_all.rb
|
|
31
31
|
homepage: https://github.com/phallstrom/stylesheets_for_all
|
|
32
|
-
licenses:
|
|
32
|
+
licenses:
|
|
33
|
+
- MIT
|
|
33
34
|
post_install_message:
|
|
34
35
|
rdoc_options: []
|
|
35
36
|
require_paths:
|
|
@@ -42,7 +43,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
42
43
|
version: '0'
|
|
43
44
|
segments:
|
|
44
45
|
- 0
|
|
45
|
-
hash:
|
|
46
|
+
hash: 4379594378858483767
|
|
46
47
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
47
48
|
none: false
|
|
48
49
|
requirements:
|
|
@@ -51,7 +52,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
51
52
|
version: '0'
|
|
52
53
|
segments:
|
|
53
54
|
- 0
|
|
54
|
-
hash:
|
|
55
|
+
hash: 4379594378858483767
|
|
55
56
|
requirements: []
|
|
56
57
|
rubyforge_project:
|
|
57
58
|
rubygems_version: 1.8.24
|