Sha256: b83afc11fdef77cbe6b8483656bf131e198b016eab98537ec7aae2a3a35d7752

Contents?: true

Size: 836 Bytes

Versions: 7

Compression:

Stored size: 836 Bytes

Contents

# This file is part of the sinatra-sse ruby gem.
#
# Copyright (c) 2016, 2017 @radiospiel, mediapeers Gem
# Distributed under the terms of the modified BSD license, see LICENSE.BSD

Gem::Specification.new do |gem|
  gem.name     = "simple-immutable"
  gem.version  = File.read "VERSION"

  gem.authors  = [ "radiospiel", "mediapeers GmbH" ]
  gem.email    = "eno@radiospiel.org"
  gem.homepage = "http://github.com/radiospiel/simple-immutable"
  gem.summary  = "Immutable ruby objects"

  gem.description = "Immutable ruby objects implementing dot and [] accessors."

  gem.files         = `git ls-files`.split($/)
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths =  %w(lib)

  # executables are used for development purposes only
  gem.executables   = []

  gem.required_ruby_version = '~> 2.3'
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
simple-immutable-1.1.0 simple-immutable.gemspec
simple-immutable-1.0.6 simple-immutable.gemspec
simple-immutable-1.0.5 simple-immutable.gemspec
simple-immutable-1.0.4 simple-immutable.gemspec
simple-immutable-1.0.3 simple-immutable.gemspec
simple-immutable-1.0.2 simple-immutable.gemspec
simple-immutable-1.0.1 simple-immutable.gemspec