Sha256: 77d41daba18afc22fcf612ec30052c2b04b3eff951b17979acf3f63a5bb02a34
Contents?: true
Size: 621 Bytes
Versions: 2
Compression:
Stored size: 621 Bytes
Contents
lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "stones/version" Gem::Specification.new do |s| s.name = "stones" s.version = Stones::VERSION s.platform = Gem::Platform::RUBY s.summary = "Stones contains some basic files." s.description = "A collection of, hopefully, useful files." s.authors = ["Dittmar Krall"] s.email = ["dittmar.krall@matiq.com"] s.homepage = "http://matiq.com" s.license = "MIT" s.metadata["source_code_uri"] = "https://github.com/matique/stones" s.files = `git ls-files`.split("\n") s.require_paths = ["lib"] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stones-1.2.3 | stones.gemspec |
stones-1.2.2 | stones.gemspec |