Rakefile in rubylabs-0.8.0 vs Rakefile in rubylabs-0.8.1

- old
+ new

@@ -4,10 +4,10 @@ begin require 'jeweler' Jeweler::Tasks.new do |gem| # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings gem.name = "rubylabs" - gem.summary = %Q{Software and data for lab projects in the Science of Computing text.} + 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']