Sha256: f77f21562a732acb067ad11c78f961ac477fb0f2aec024d6d77fb0d4ae0c4e47

Contents?: true

Size: 1.41 KB

Versions: 1

Compression:

Stored size: 1.41 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "ladder_drive"
  spec.version       = LadderDrive::VERSION
  spec.authors       = ["Katsuyoshi Ito"]
  spec.email         = ["kito@itosoft.com"]

  spec.summary       = %q{The ladder_drive is a simple abstract ladder for PLC (Programmable Logic Controller). Formerly known as 'escalator'.}
  spec.description   = %q{We aim to design abstraction ladder which is able to run on any PLC with same ladder source or binary and prepare full stack tools.}
  spec.homepage      = "https://github.com/ito-soft-design/ladder_drive"
  spec.license       = "MIT"

  spec.add_dependency "thor"
  spec.add_runtime_dependency "activesupport", ">=4.2.7"

  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.post_install_message = <<-MESSAGE
   ! The 'ladder_drive' gem has been deprecated and has been replaced by 'ladder_drive'.
   ! See: https://rubygems.org/gems/ladder_drive
   ! And: https://github.com/ito-soft-design/ladder_drive
  MESSAGE
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ladder_drive-0.3.0 ladder_drive.gemspec