Sha256: 3a3d931804c3312380e17b164aa747ebbf6d541820623ebd0cd621bbbd063ed0

Contents?: true

Size: 1.09 KB

Versions: 1

Compression:

Stored size: 1.09 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = 'photo_party_sync'
  spec.version       = PhotoPartySync::VERSION
  spec.authors       = ['Gerrit Visscher']
  spec.email         = ['gerrit@visscher.de']

  spec.summary       = 'Copies images from wireless sd cards to the local machine'
  spec.description   = 'PhotoPartySync is a small gem that scans for given sd cards in the network and downloads'\
                       'all available images to your local machine.'
  spec.homepage      = 'https://github.com/kayssun/photo_party_sync'
  spec.license       = 'MIT'

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

  spec.add_development_dependency 'bundler', '~> 1.9'
  spec.add_development_dependency 'rake', '~> 10.0'

  spec.add_dependency 'nokogiri', '~> 1'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
photo_party_sync-0.1.0 photo_party_sync.gemspec