Sha256: f293e75de55895fa2620fa11040529ed6e0a48ade06c099765476fa18a185d99

Contents?: true

Size: 869 Bytes

Versions: 2

Compression:

Stored size: 869 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "Alohaha"
  spec.version       = Settings::VERSION
  spec.authors       = ["jiunjiun"]
  spec.email         = ["quietmes@gmail.com"]
  spec.summary       = %q{Alohaha}
  spec.description   = %q{This API helper get Taoyuan airport flight info}
  spec.homepage      = ""
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0")
  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_development_dependency "bundler", "~> 1.7"
  spec.add_development_dependency "rake", "~> 10.0"

  spec.add_dependency('virtus')
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
Alohaha-0.0.2 alohaha.gemspec
Alohaha-0.0.1 alohaha.gemspec