Sha256: 2c53e12b1bb05f3dc623827ecdbaa18b4b9d027d4faaed59d411bc4d5e371165

Contents?: true

Size: 912 Bytes

Versions: 1

Compression:

Stored size: 912 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "inqlude"
  s.version     = Inqlude::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ['Cornelius Schumacher']
  s.email       = ['schumacher@kde.org']
  s.homepage    = "https://github.com/cornelius/inqlude"
  s.summary     = "Command line tool for handling Qt based libraries"
  s.description = "Inqlude is the command line interface for accessing the independent Qt library archive."

  s.required_rubygems_version = ">= 1.3.6"
  s.rubyforge_project         = "inqlude"

  s.add_dependency "thor", ">=0.14.0"
  s.add_dependency "json", ">=1.5.1"

  s.add_development_dependency "test-unit", "1.2.3"
  s.files        = `git ls-files`.split("\n")
  s.executables  = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact
  s.require_path = 'lib'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
inqlude-0.0.2 inqlude.gemspec