Sha256: 974e20d31b1108bf24f71b017b3f99a34995269f4da140b3e4921d9d4a060449

Contents?: true

Size: 1.14 KB

Versions: 4

Compression:

Stored size: 1.14 KB

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/picasa/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors = ["Wojciech Wnętrzak"]
  gem.email = ["w.wnetrzak@gmail.com"]
  gem.description = %q{Simple Google Picasa managment}
  gem.summary = %q{simple google picasa managment}
  gem.homepage = "https://github.com/morgoth/picasa"

  gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  gem.files = `git ls-files`.split("\n")
  gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
  gem.name = "picasa"
  gem.require_paths = ['lib']
  gem.version = Picasa::VERSION

  gem.add_dependency "xml-simple"
  gem.add_development_dependency "fakeweb"

  gem.post_install_message = %{
*************************************************************************

Version 0.4 of this gem will be totaly rewritten.
Gem syntax will change with backwards incompatibilities.
If you don't want to update your code, please specify in your Gemfile:
gem "picasa", "~> 0.3.0"

Follow https://github.com/morgoth/picasa for updates.

*************************************************************************
}
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
picasa-0.3.3 picasa.gemspec
picasa-0.3.2 picasa.gemspec
picasa-0.3.1 picasa.gemspec
picasa-0.3 picasa.gemspec