Sha256: e9b0ce6285154c679770d2a3bd354bd3e963a16b180da1eea0407d7f70495fbf
Contents?: true
Size: 1.03 KB
Versions: 1
Compression:
Stored size: 1.03 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'ghost/manager/version' Gem::Specification.new do |spec| spec.name = "ghost-manager" spec.version = Ghost::Manager::VERSION spec.authors = ["Joshua Tyree"] spec.email = ["joshuat@createthebridge.com"] spec.summary = %q{Ghost manager is a ruby command line utility to manager Ghost installation and theme development} spec.description = %q{Ghost manager is a ruby command line utility to manager Ghost installation and theme development} spec.homepage = "https://github.com/CreateTheBridge/ghost-manager" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.executables = ["ghost"] spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.10" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "highline", "~> 1.7.3" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ghost-manager-0.0.1 | ghost-manager.gemspec |