css_naked 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
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.0
1
+ 1.0.1
File without changes
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 0
9
- version: 1.0.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
- - lib/rails/init.rb
75
+ - rails/init.rb
76
76
  - test/helper.rb
77
77
  - test/test_css_naked.rb
78
78
  has_rdoc: true