# -*- encoding: utf-8 -*- # stub: imgurr 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "imgurr".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Christophe Naud-Dulude".freeze] s.date = "2014-07-25" s.description = "Imgurr is a ruby gem that lets you upload images to Imgur and manage your account".freeze s.email = "christophe.naud.dulude@gmail.com".freeze s.executables = ["imgurr".freeze] s.extra_rdoc_files = ["README.md".freeze, "LICENSE.md".freeze] s.files = ["Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "bin/imgurr".freeze, "imgurr.gemspec".freeze, "lib/imgurr.rb".freeze, "lib/imgurr/color.rb".freeze, "lib/imgurr/command.rb".freeze, "lib/imgurr/imgurAPI.rb".freeze, "lib/imgurr/imgurErrors.rb".freeze, "lib/imgurr/numbers.rb".freeze, "lib/imgurr/platform.rb".freeze, "lib/imgurr/storage.rb".freeze, "test/1-upload.sh".freeze, "test/2-info.sh".freeze, "test/3-delete.sh".freeze, "test/cli.sh".freeze, "test/error.sh".freeze, "test/files/github-logo.png".freeze, "test/files/habs.gif".freeze, "test/files/imgurr.json".freeze, "test/roundup".freeze, "test/run".freeze] s.homepage = "https://github.com/Chris911/imgurr".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Imgurr lets you upload images to imgur from the command line".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9.2".freeze]) end