Sha256: 69ed22c0931056954347f7e0cfe0175cd67c880be21294b4bf11146746a9e13a
Contents?: true
Size: 473 Bytes
Versions: 1
Compression:
Stored size: 473 Bytes
Contents
Gem::Specification.new do |s| s.name = "rubymirrors" s.version = "0.0.3" s.platform = Gem::Platform::RUBY s.authors = ["Tim Felgentreff"] s.email = ["timfelgentreff@gmail.com"] s.summary = "Mirror API for Ruby" s.description = File.read(File.expand_path("../README.md", __FILE__)) s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- spec/*`.split("\n") s.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubymirrors-0.0.3 | rubymirrors.gemspec |