Sha256: a12fe18390c45ce1bf88b3c75a8595726285af18c344308c91b5c167d68594c3
Contents?: true
Size: 666 Bytes
Versions: 1
Compression:
Stored size: 666 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "structure/version" Gem::Specification.new do |s| s.name = "structure" s.version = Structure::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Paper Cavalier"] s.email = ["code@papercavalier.com"] s.homepage = "" s.summary = %q{Stub} s.description = %q{Stub} s.rubyforge_project = "structure" 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
structure-0.0.1 | structure.gemspec |