Sha256: 90c307a9255e3f4503f651fbfbca34f6f98c54603ac436184b39d73357c7d6ba
Contents?: true
Size: 785 Bytes
Versions: 1
Compression:
Stored size: 785 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 = ['Hakan Ensari'] s.email = 'code@papercavalier.com' s.homepage = 'https://github.com/hakanensari/bookland' s.summary = %q{An ISBN class} s.description = %q{Bookland provides an ISBN class.} 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.6') end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bookland-1.0.2 | bookland.gemspec |