Sha256: ff9046fe925a4fd417552d494629fee9cf2544612fcbbd84a43aeed3d611dd06

Contents?: true

Size: 765 Bytes

Versions: 5

Compression:

Stored size: 765 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/happy-cli/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Hendrik Mans"]
  gem.email         = ["hendrik@mans.de"]
  gem.description   = %q{Command line tool for the Happy web application toolkit.}
  gem.summary       = %q{Command line tool for the Happy web application toolkit.}
  gem.homepage      = "https://github.com/hmans/happy-cli"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "happy-cli"
  gem.require_paths = ["lib"]
  gem.version       = HappyCLI::VERSION

  gem.add_dependency 'thor', '~> 0.15'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
happy-cli-0.1.0.pre4 happy-cli.gemspec
happy-cli-0.1.0.pre3 happy-cli.gemspec
happy-cli-0.1.0.pre2 happy-cli.gemspec
happy-cli-0.1.0.pre1 happy-cli.gemspec
happy-cli-0.0.2 happy-cli.gemspec