Rakefile in brighter_planet_layout-0.1.9 vs Rakefile in brighter_planet_layout-0.1.10
- old
+ new
@@ -9,10 +9,10 @@
gem.description = %Q{Layouts, partials, stylesheets, and images}
gem.email = "andy@rossmeissl.net"
gem.homepage = "http://github.com/brighterplanet/brighter_planet_layout"
gem.authors = ["Andy Rossmeissl"]
gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
- # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
+ gem.files.reject! { |fn| fn.downcase =~ /\.ai$/ }
end
Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"
end