Sha256: 2c3d5f6954643f3d4783cf9377ce4ce72a87f8ca8191510b53a5cfbdeadd74b2

Contents?: true

Size: 690 Bytes

Versions: 1

Compression:

Stored size: 690 Bytes

Contents

Gem::Specification.new do |gem|
  gem.name = "gistribute"
  gem.version = File.read(File.expand_path("../VERSION", __FILE__)).strip

  gem.author = "Vinny Diehl"
  gem.email = "vinny.diehl@gmail.com"
  gem.homepage = "https://github.com/gbchaosmaster/gistribute"

  gem.license = "MIT"

  gem.summary = "GitHub Gist based file distribution."
  gem.description = "Distribute files simply using GitHub Gist."

  gem.bindir = "bin"
  gem.executables = %w[gistribute]

  gem.files = Dir["bin/**/*"] + %w[
    LICENSE Rakefile README.md VERSION gistribute.gemspec
  ]

  gem.add_dependency "json", "~> 1.7"
  gem.add_dependency "nutella", "~> 0.10"
  gem.add_dependency "colorize", "~> 0.5"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gistribute-0.0.1 gistribute.gemspec