Rakefile in abtain_billing-1.0 vs Rakefile in abtain_billing-1.02

- old
+ new

@@ -5,11 +5,11 @@ require 'rake/gempackagetask' require 'rake/contrib/rubyforgepublisher' require File.join(File.dirname(__FILE__), 'lib', 'support', 'gateway_support') -PKG_VERSION = "1.0" +PKG_VERSION = "1.02" PKG_NAME = "abtain_billing" PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}" PKG_FILES = FileList[ "lib/**/*", "test/**/*", "script/**/*", "[a-zA-Z]*" @@ -39,11 +39,11 @@ end # Genereate the RDoc documentation Rake::RDocTask.new do |rdoc| rdoc.rdoc_dir = 'doc' - rdoc.title = "ActiveMerchant library" + rdoc.title = "AbtainBilling library" rdoc.options << '--line-numbers' << '--inline-source' << '--main=README' rdoc.rdoc_files.include('README', 'CHANGELOG') rdoc.rdoc_files.include('lib/**/*.rb') rdoc.rdoc_files.exclude('lib/tasks') end @@ -74,10 +74,10 @@ task :cleanup => [ :clobber_package, :clobber_rdoc ] spec = Gem::Specification.new do |s| s.name = PKG_NAME s.version = PKG_VERSION - s.summary = "Framework and tools for dealing with credit card transactions." + s.summary = "Payment Framework focused on Authorize.net CIM for dealing with stored credit card transactions." s.has_rdoc = true s.files = PKG_FILES s.rubyforge_project = "abtain_billing"