Sha256: 7ed8dc359cfc1443f861a1fc6add5a6e5fa393c2dbb3dbecaf08cf78447816a8

Contents?: true

Size: 677 Bytes

Versions: 2

Compression:

Stored size: 677 Bytes

Contents

begin
  require 'jeweler'
  Jeweler::Tasks.new do |s|
    s.name = "isbn"
    s.summary = "a simple library of functions on ISBN\'s"
    s.email = "entangledstate@gmail.com"
    s.homepage = "http://github.com/entangledstate/isbn"
    s.description = "library to transform ISBN\'s from new to used, between 10 and 13, etc..."
    s.authors = ["Tim Kersey"]
  end
rescue LoadError
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end

require 'rake/testtask'
Rake::TestTask.new(:test) do |test|
  test.libs << 'test'
  test.pattern = FileList['test/**/*_test.rb', 'test/**/*_spec.rb']
  test.verbose = true
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
isbn-2.0.1 Rakefile
isbn-2.0.0 Rakefile