# -*- encoding: utf-8 -*- # stub: picturama 0.0.3 ruby lib Gem::Specification.new do |s| s.name = "picturama".freeze s.version = "0.0.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 = ["David Silveira".freeze] s.date = "2013-06-09" s.description = "An easy picture gallery based on directory and files".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/config.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, "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/picturama".freeze s.rubygems_version = "3.5.10".freeze s.summary = "An easy picture gallery based on directory and files".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 3.6.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.0.2".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end