Sha256: 8b1ae3339eda22a87e496e19f8567be0a2d0ffba0af7b0876e5947e1284908a2
Contents?: true
Size: 771 Bytes
Versions: 3
Compression:
Stored size: 771 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 = ["Hakan Ensari"] s.email = ["code@papercavalier.com"] s.homepage = "http://code.papercavalier.com/structure" s.summary = "A Struct-like key/value container" s.description = "Structure is a Struct-like 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
structure-0.15.1 | structure.gemspec |
structure-0.15.0 | structure.gemspec |
structure-0.14.1 | structure.gemspec |