Sha256: a2bf5f17827285d46051f21140fe303ce8d4f6bba4ad98d8c8f009a55757d841
Contents?: true
Size: 1.11 KB
Versions: 4
Compression:
Stored size: 1.11 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" spec.add_dependency "rubyzip" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
hotplate-1.0.3 | hotplate.gemspec |
hotplate-1.0.2 | hotplate.gemspec |
hotplate-1.0.1 | hotplate.gemspec |
hotplate-1.0.0 | hotplate.gemspec |