Sha256: 7fe5271683713d240f42246b132f5ed62fb12d222b9fc85d827ff94c5db06b42

Contents?: true

Size: 1013 Bytes

Versions: 1

Compression:

Stored size: 1013 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "rkhal"
  spec.version       = "0.0.1.beta" 
  spec.authors       = ["Patrik Pettersson"]
  spec.email         = ["patrik.pettersson@ericsson.com"]

  spec.summary       = %q{Simple program to show the weeks agenda from exchange}
  spec.description   = %q{Simple program to show the weeks agenda from exchange}
  spec.homepage      = "https://github.com/kaffepanna/rkhal"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.9"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_runtime_dependency 'viewpoint'
  spec.add_runtime_dependency 'activesupport'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rkhal-0.0.1.beta rkhal.gemspec