Sha256: 50dcac56c9a8addc6c03543654f69f92f2405a3d9564b2e667202e8944f1fd4e

Contents?: true

Size: 1.07 KB

Versions: 2

Compression:

Stored size: 1.07 KB

Contents

require_relative 'lib/version'

Gem::Specification.new do |spec|
  spec.name          = "coffeebreak"
  spec.version       = CoffeeBreak::VERSION
  spec.authors       = ["Shirlen Detablan"]
  spec.email         = ["slen.detablan@gmail.com"]

  spec.summary       = %q{View coffee products on PlayerOneCoffee.}
  spec.description   = %q{Available products will display their roast type, price, and description.}
  spec.homepage      = "https://github.com/Ro5hi/coffee_break"
  spec.license       = "MIT"

  spec.metadata["homepage_uri"] = "https://github.com/Ro5hi/coffee_break"
  spec.metadata["source_code_uri"] = "https://github.com/Ro5hi/coffee_break"

 

  spec.files         = Dir.chdir(File.expand_path('..', __FILE__)) do
    `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  end

  spec.bindir        = "bin"
  spec.post_install_message = "Thank you for installing coffeebreak!"
  spec.executables   << 'coffee_time'
  spec.require_paths = ["lib"]

  spec.add_dependency "nokogiri"
  spec.add_dependency "open-uri"

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
coffeebreak-0.2.0 coffeebreak.gemspec
coffeebreak-0.1.0 coffeebreak.gemspec