# -*- encoding: utf-8 -*- # stub: picasa 0.5.3 ruby lib Gem::Specification.new do |s| s.name = "picasa".freeze s.version = "0.5.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Wojciech Wn\u0119trzak".freeze] s.date = "2012-09-30" s.description = "Simple Google Picasa managment".freeze s.email = ["w.wnetrzak@gmail.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "examples/add_tags_to_photo.rb".freeze, "examples/create_new_album.rb".freeze, "examples/delete_all_photos.rb".freeze, "examples/download_all_albums.rb".freeze, "examples/download_one_album.rb".freeze, "examples/get_some_albums.rb".freeze, "examples/get_some_photos.rb".freeze, "examples/upload_photo.rb".freeze, "extra/Thorfile".freeze, "lib/picasa.rb".freeze, "lib/picasa/api/album.rb".freeze, "lib/picasa/api/base.rb".freeze, "lib/picasa/api/comment.rb".freeze, "lib/picasa/api/photo.rb".freeze, "lib/picasa/api/tag.rb".freeze, "lib/picasa/client.rb".freeze, "lib/picasa/connection.rb".freeze, "lib/picasa/exceptions.rb".freeze, "lib/picasa/file.rb".freeze, "lib/picasa/presenter/album.rb".freeze, "lib/picasa/presenter/album_list.rb".freeze, "lib/picasa/presenter/author.rb".freeze, "lib/picasa/presenter/base.rb".freeze, "lib/picasa/presenter/comment.rb".freeze, "lib/picasa/presenter/comment_list.rb".freeze, "lib/picasa/presenter/content.rb".freeze, "lib/picasa/presenter/link.rb".freeze, "lib/picasa/presenter/media.rb".freeze, "lib/picasa/presenter/photo.rb".freeze, "lib/picasa/presenter/tag.rb".freeze, "lib/picasa/presenter/tag_list.rb".freeze, "lib/picasa/presenter/thumbnail.rb".freeze, "lib/picasa/template.rb".freeze, "lib/picasa/templates/new_album.xml.erb".freeze, "lib/picasa/templates/new_comment.xml.erb".freeze, "lib/picasa/templates/new_photo.xml.erb".freeze, "lib/picasa/templates/new_tag.xml.erb".freeze, "lib/picasa/utils.rb".freeze, "lib/picasa/version.rb".freeze, "picasa.gemspec".freeze, "test/api/album_test.rb".freeze, "test/api/comment_test.rb".freeze, "test/api/photo_test.rb".freeze, "test/api/tag_test.rb".freeze, "test/client_test.rb".freeze, "test/connection_test.rb".freeze, "test/file_test.rb".freeze, "test/fixtures/album/album-create.txt".freeze, "test/fixtures/album/album-list-with-tag.txt".freeze, "test/fixtures/album/album-list.txt".freeze, "test/fixtures/album/album-show-with-max-results.txt".freeze, "test/fixtures/album/album-show-with-tag-and-many-photos.txt".freeze, "test/fixtures/album/album-show-with-tag-and-one-photo.txt".freeze, "test/fixtures/album/album-show.txt".freeze, "test/fixtures/auth/success.txt".freeze, "test/fixtures/comment/comment-list.txt".freeze, "test/fixtures/exceptions/forbidden.txt".freeze, "test/fixtures/exceptions/not_found.txt".freeze, "test/fixtures/exceptions/precondition_failed.txt".freeze, "test/fixtures/json.txt".freeze, "test/fixtures/lena.jpg".freeze, "test/fixtures/photo/photo-created.txt".freeze, "test/fixtures/photo/photo-list-all-with-q.txt".freeze, "test/fixtures/photo/photo-list-all.txt".freeze, "test/fixtures/photo/photo-list-user.txt".freeze, "test/fixtures/presenters/album_list.xml".freeze, "test/fixtures/presenters/album_show.xml".freeze, "test/fixtures/presenters/album_show_with_one_photo.xml".freeze, "test/fixtures/presenters/comment_list.xml".freeze, "test/fixtures/presenters/tag_list.xml".freeze, "test/fixtures/tag/tag-list.txt".freeze, "test/helper.rb".freeze, "test/presenter/album_list_test.rb".freeze, "test/presenter/album_test.rb".freeze, "test/presenter/author_test.rb".freeze, "test/presenter/base_test.rb".freeze, "test/presenter/comment_list_test.rb".freeze, "test/presenter/comment_test.rb".freeze, "test/presenter/content_test.rb".freeze, "test/presenter/link_test.rb".freeze, "test/presenter/media_test.rb".freeze, "test/presenter/photo_test.rb".freeze, "test/presenter/tag_list_test.rb".freeze, "test/presenter/tag_test.rb".freeze, "test/presenter/thumbnail_test.rb".freeze, "test/template_test.rb".freeze, "test/utils_test.rb".freeze] s.homepage = "https://github.com/morgoth/picasa".freeze s.rubygems_version = "3.5.10".freeze s.summary = "simple google picasa managment".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end