Sha256: ac151c98a33c108a4a9298bc8b36dd7bc09413141ff7b1f77c961ae837f14f45
Contents?: true
Size: 784 Bytes
Versions: 1
Compression:
Stored size: 784 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 = "http://code.papercavalier.com/structure" s.summary = "Turns a class into a key/value container" s.description = "Structure turns a class into a key/value container." 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.13.1 | structure.gemspec |