Sha256: 4cae655a66e76b3d2dad7340502b6096ecd7486f7e4696320f67f8c852f1e7ac
Contents?: true
Size: 771 Bytes
Versions: 2
Compression:
Stored size: 771 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 = 'hakan.ensari@papercavalier.com' s.homepage = 'https://github.com/hakanensari/bookland' s.summary = %q{EAN and ISBN classes} s.description = %q{Bookland provides EAN and ISBN classes.} s.add_development_dependency 'rake', '~> 0.9.2' 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'] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bookland-2.0.0 | bookland.gemspec |
bookland-2.0.0.beta | bookland.gemspec |