css_naked 1.0.0 → 1.0.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/Rakefile +0 -1
- data/VERSION +1 -1
- data/{lib/rails → rails}/init.rb +0 -0
- metadata +3 -3
data/Rakefile
CHANGED
|
@@ -10,7 +10,6 @@ Jeweler::Tasks.new do |gem|
|
|
|
10
10
|
gem.description = 'This plugin makes a Rails application strip off the stylesheets during the CSS Naked Day event. It does this by modifying the stylesheet_link_tag helper to skip including stylesheets into the layout during the event.'
|
|
11
11
|
gem.homepage = 'http://github.com/zargony/css_naked'
|
|
12
12
|
gem.authors = ['Andreas Neuhaus']
|
|
13
|
-
gem.files << 'lib/rails/init.rb'
|
|
14
13
|
gem.add_dependency 'activesupport'
|
|
15
14
|
gem.add_dependency 'actionpack'
|
|
16
15
|
gem.has_rdoc = false
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.1
|
data/{lib/rails → rails}/init.rb
RENAMED
|
File without changes
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 1
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 1.0.
|
|
8
|
+
- 1
|
|
9
|
+
version: 1.0.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Andreas Neuhaus
|
|
@@ -72,7 +72,7 @@ files:
|
|
|
72
72
|
- Rakefile
|
|
73
73
|
- VERSION
|
|
74
74
|
- lib/css_naked.rb
|
|
75
|
-
-
|
|
75
|
+
- rails/init.rb
|
|
76
76
|
- test/helper.rb
|
|
77
77
|
- test/test_css_naked.rb
|
|
78
78
|
has_rdoc: true
|