Sha256: 073a9a5ed224771a12f64f197a051400444da4b50b99efe5c4311c19b00c9eed

Contents?: true

Size: 779 Bytes

Versions: 8

Compression:

Stored size: 779 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://github.com/hakanensari/structure'
  s.summary     = 'A typed, nestable key/value container'
  s.description = 'Structure is a typed, nestable 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

8 entries across 8 versions & 1 rubygems

Version Path
structure-0.21.0 structure.gemspec
structure-0.20.1 structure.gemspec
structure-0.20.0 structure.gemspec
structure-0.19.0 structure.gemspec
structure-0.18.0 structure.gemspec
structure-0.17.3 structure.gemspec
structure-0.17.2 structure.gemspec
structure-0.17.1 structure.gemspec