Sha256: 7b3d67121c210bda6b40db30b0a4db2c89f082637271a5ab21c05e97f9421aeb
Contents?: true
Size: 794 Bytes
Versions: 1
Compression:
Stored size: 794 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') end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bookland-1.0.0 | bookland.gemspec |