RakeFile in rails-units-1.3.1 vs RakeFile in rails-units-1.4.1

- old
+ new

@@ -4,16 +4,16 @@ require './lib/ruby-units' begin require 'jeweler' Jeweler::Tasks.new do |gem| - gem.name = "ruby-units" + gem.name = "rails-units" gem.summary = %Q{A class that performs unit conversions and unit math} gem.description = %Q{Provides classes and methods to perform unit math and conversions} gem.authors = ["Kevin Olbrich, Ph.D."] - gem.email = ["kevin.olbrich+ruby_units@gmail.com"] - gem.homepage = "https://github.com/olbrich/ruby-units" + gem.email = ["spike@scpike.net"] + gem.homepage = "https://github.com/scpiek/rails-units" gem.files.exclude(".*") end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler" @@ -32,10 +32,10 @@ begin require 'rspec/core/rake_task' desc "Run specs" RSpec::Core::RakeTask.new - + desc "Run all specs with rcov" RSpec::Core::RakeTask.new("spec:rcov") do |t| t.rcov = true t.rcov_opts = %w{--exclude osx\/objc,gems\/,spec\/,features\/} end \ No newline at end of file