Sha256: cff864ded1d8d7c269250e860e2fc77b1fcce7d2458b5f2cd9b6bf9517f7acf8
Contents?: true
Size: 846 Bytes
Versions: 1
Compression:
Stored size: 846 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path('../lib', __FILE__) require 'bookland/version' Gem::Specification.new do |s| s.name = 'bookland' s.version = Bookland::VERSION s.platform = Gem::Platform::RUBY s.authors = ['Paper Cavalier'] s.email = 'code@papercavalier.com' s.homepage = 'https://rubygems.org/gems/bookland' s.summary = %q{An ISBN class in Ruby} s.description = %q{Bookland is an ISBN class in Ruby.} s.rubyforge_project = 'bookland' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ['lib'] s.add_development_dependency('rspec', '~> 2.5.0') s.add_development_dependency('rocco', '~> 0.6.0') end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bookland-1.0.1 | bookland.gemspec |