Rakefile in chemistry-temperature-1.0.0 vs Rakefile in chemistry-temperature-1.0.1
- old
+ new
@@ -1,8 +1,9 @@
require "bundler/gem_tasks"
LIB_FILES = FileList.new('lib/**/*.rb').
- exclude('lib/chemistry-temperature/version.rb',
+ exclude('lib/chemistry-temperature.rb',
+ 'lib/chemistry-temperature/version.rb',
'lib/chemistry/temperature/errors.rb')
TEST_FILES = LIB_FILES.pathmap('%{^lib,test}d/test_%f')
task :test do
TEST_FILES.zip(LIB_FILES).each do |test_file, lib_file|