Sha256: 3505ab5adef5df8d867052dce5d154a2c9f56c050f61b216cfcf1bd2f613c111

Contents?: true

Size: 1.08 KB

Versions: 6

Compression:

Stored size: 1.08 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "hotplate"
  spec.version       = HotPlate::VERSION
  spec.authors       = ["Jaci R"]
  spec.email         = ["jaci.brunning@gmail.com"]

  spec.summary       = %q{Toast module deployment made easy}
  spec.homepage      = "http://github.com/Open-RIO/HotPlate"

  # 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.bindir        = "bin"
  spec.files = Dir.glob("lib/**/*") + ['Rakefile', 'hotplate.gemspec', 'Gemfile', 'Rakefile']
  spec.executables   = ["toast"]
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler"
  spec.add_development_dependency "rake"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hotplate-0.1.1 hotplate.gemspec
hotplate-0.1.0 hotplate.gemspec
hotplate-0.0.5 hotplate.gemspec
hotplate-0.0.4 hotplate.gemspec
hotplate-0.0.3 hotplate.gemspec
hotplate-0.0.1 hotplate.gemspec