Sha256: 72395aee227ce3199227dd54ce00a827ef0cf447e695895ffa8f50a5301f4f05

Contents?: true

Size: 823 Bytes

Versions: 4

Compression:

Stored size: 823 Bytes

Contents

# -*- encoding: utf-8 -*-

$:.unshift("lib") unless $:.include?("lib")
require "isbn"

Gem::Specification.new do |s|
  s.name              = "isbn"
  s.version           = ISBN::VERSION
  s.date              = Time.now.strftime('%Y-%m-%d')
  s.summary           = %Q{a simple library of functions on ISBN\'s}
  s.homepage          = "http://github.com/entangledstate/isbn"
  s.email             = "entangledstate@gmail.com"
  s.authors           = ["Tim Kersey", "Jakub Kaflik"]
  s.has_rdoc          = false

  s.files             = `git ls-files`.split("\n")
  s.test_files        = `git ls-files test`.split("\n")

  s.executables       = `git ls-files bin`.split("\n").map {|f| f[/bin\/(.*)/,1]}
        
  s.description       = <<desc
  library to transform ISBN\'s from new to used, between 10 and 13, etc...
desc
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
isbn-2.0.9 isbn.gemspec
isbn-2.0.8 isbn.gemspec
isbn-2.0.7 isbn.gemspec
isbn-2.0.6 isbn.gemspec