Rakefile in simple-navigation-3.3.4 vs Rakefile in simple-navigation-3.4.0

- old
+ new

@@ -38,10 +38,10 @@ gemspec.description = "With the simple-navigation gem installed you can easily create multilevel navigations for your Rails, Sinatra or Padrino applications. The navigation is defined in a single configuration file. It supports automatic as well as explicit highlighting of the currently active navigation through regular expressions." gemspec.add_development_dependency('rspec', '>= 2.0.1') gemspec.add_dependency('activesupport', '>= 2.3.2') gemspec.authors = ["Andi Schacke", "Mark J. Titorenko"] gemspec.rdoc_options = ["--inline-source", "--charset=UTF-8"] - gemspec.files = FileList["[A-Z]*", "{lib,spec,rails,generators}/**/*"] - FileList["**/*.log"] + gemspec.files = FileList["[A-Z]*", "{lib,spec,rails,generators}/**/*"] - FileList["**/*.log", "Gemfile.lock"] gemspec.rubyforge_project = 'andi' end Jeweler::GemcutterTasks.new rescue LoadError => e puts "Jeweler not available (#{e}). Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"