# -*- encoding: utf-8 -*- # stub: picturama 1.0.1 ruby lib Gem::Specification.new do |s| s.name = "picturama".freeze s.version = "1.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["David Silveira".freeze] s.date = "2015-06-15" s.description = "An easy picture gallery based on directory and files. This is mostly for general purpose and to be used in console.".freeze s.email = "jdsilveira@gmail.com".freeze s.files = [".gitignore".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENCE".freeze, "README.md".freeze, "config/picturama.sample.yml".freeze, "i18n/en.yml".freeze, "i18n/es.yml".freeze, "lib/ext/string.rb".freeze, "lib/picturama.rb".freeze, "lib/picturama/album.rb".freeze, "lib/picturama/picture.rb".freeze, "lib/picturama/version.rb".freeze, "lib/tasks/album.rake".freeze, "lib/tasks/resized.rake".freeze, "lib/tasks/thumbnail.rake".freeze, "lib/tasks/url.rake".freeze, "picturama.gemspec".freeze, "rakefile".freeze, "spec/album_spec.rb".freeze, "spec/picture_spec.rb".freeze, "spec/pictures/.info.yml".freeze, "spec/pictures/king.jpg".freeze, "spec/pictures/quimby.gif".freeze, "spec/pictures/vote-quimby.jpg".freeze, "spec/pictures/vote_quimby.jpg".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://davidsilveira.me/code/picturama-gem".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "An easy picture gallery based on directory and files".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 3.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_development_dependency(%q.freeze, ["= 3.0.0".freeze]) end