Sha256: 839ab1da06fc7101646a8dfd4ee9c5986e84044c44744a391684219a39cc609f
Contents?: true
Size: 751 Bytes
Versions: 1
Compression:
Stored size: 751 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"] s.has_rdoc = false s.files = `git ls-files`.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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
isbn-2.0.5 | isbn.gemspec |