Sha256: aa4ca1bb28b5e27505e27b3de7c1ab9b97292a1e983d2187c0f2d96bf1b72363

Contents?: true

Size: 1.32 KB

Versions: 10

Compression:

Stored size: 1.32 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'LazGem/version'

Gem::Specification.new do |spec|
  spec.name          = "LazGem"
  spec.version       = LazGem::VERSION
  spec.authors       = ["NaotakaSaito","Eiichi Saito"]
  spec.email         = ["saitou088@dsn.lapis-semi.com","saito253@dsn.lapis-semi.com"]

  spec.summary       = %q{Lazurite ruby gem}
  spec.description   = %q{low power IoT device }
  spec.homepage      = "https://github.com/LAPIS-Lazurite/LazGem"
  spec.license       = "MIT"

  # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
  # delete this section to allow pushing this gem to any host.
  # if spec.respond_to?(:metadata)
    # spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
  # else
    # raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
  # end

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.11"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "minitest", "~> 5.0"
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
LazGem-0.1.4 LazGem.gemspec
LazGem-0.1.3 LazGem.gemspec
LazGem-0.1.2 LazGem.gemspec
LazGem-0.1.1 LazGem.gemspec
LazGem-0.1.0 LazGem.gemspec
LazGem-0.0.8 LazGem.gemspec
LazGem-0.0.6 LazGem.gemspec
LazGem-0.0.4 LazGem.gemspec
LazGem-0.0.3 LazGem.gemspec
LazGem-0.0.2 LazGem.gemspec