Sha256: c44c554c5bc30045cf10c1c7e2febd2fc19691e3743cec55e79ec9a0f6dbd740

Contents?: true

Size: 916 Bytes

Versions: 1

Compression:

Stored size: 916 Bytes

Contents

# encoding: utf-8
lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "noip/version"

Gem::Specification.new do |spec|
  spec.name          = "noip"
  spec.version       = Noip::VERSION
  spec.executables   = ["noip"]
  spec.authors       = ["Anthony Sellitti"]
  spec.email         = ["anthony.noip_gem@asellitt.com"]
  spec.summary       = "Dynamic DNS updater for No-IP"
  spec.homepage      = "https://github.com/asellitt/noip"
  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"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "rspec"
  spec.add_development_dependency "pry"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
noip-0.1 noip.gemspec