Sha256: 105370ca6362b5726ffbb4c9647ce362775313423a7b965ac614c97f68ebe1a7
Contents?: true
Size: 837 Bytes
Versions: 4
Compression:
Stored size: 837 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'beardley/core/version' Gem::Specification.new do |spec| spec.name = "beardley-core" spec.version = Beardley::Core::VERSION spec.authors = ["Brice Texier"] spec.email = ["burisu@oneiros.fr"] spec.description = %q{Core jars used by Beardley gem} spec.summary = %q{Core jars for Beardley} spec.homepage = "" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
beardley-core-5.2.0.1 | beardley-core.gemspec |
beardley-core-5.2.0.0 | beardley-core.gemspec |
beardley-core-5.0.4.0 | beardley-core.gemspec |
beardley-core-5.0.0.0 | beardley-core.gemspec |