Sha256: b08f11964b44a0adc9a9bdc72390a0b575a3fb3fe19fcafdc113d43409e0210b

Contents?: true

Size: 884 Bytes

Versions: 2

Compression:

Stored size: 884 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "jekyll-ftp"
  spec.version       = Jekyll_FTP::VERSION
  spec.authors       = ["Jesse Herrick"]
  spec.email         = ["jessegrantherrick@gmail.com"]
  spec.description   = %q{Jekyll deployment made easy.}
  spec.summary       = %q{Deploy your Jekyll site to FTP with one simple command!}
  spec.homepage      = "https://github.com/JesseHerrick/jekyll-ftp"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_dependency('colorize')
  spec.add_dependency('commander')
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-ftp-0.1.1 jekyll-ftp.gemspec
jekyll-ftp-0.1.0 jekyll-ftp.gemspec