Rakefile in rubylabs-0.9.1 vs Rakefile in rubylabs-0.9.2

- old
+ new

@@ -9,12 +9,13 @@ gem.summary = %Q{Software and data for lab projects for Explorations in Computing.} gem.description = %Q{A set of modules for interactive experiments in an introductory computer science class.} gem.email = "conery@cs.uoregon.edu" gem.homepage = "http://github.com/conery/rubylabs" gem.authors = ["conery"] - gem.files = FileList['[A-Z]*', 'lib/**/*.rb', 'data/**/*.txt', 'bin/**/*.rb'] + gem.files = FileList['[A-Z]*', 'lib/**/*.rb', 'data/**/*.txt', 'bin/**/*.rb', '.gemtest', 'Rakefile'] gem.test_files = FileList['test/**/*.rb'] gem.rubyforge_project = "rubylabs" + gem.add_dependency('rubygems-test') gem.has_rdoc = true end Jeweler::RubyforgeTasks.new Jeweler::GemcutterTasks.new