# -*- encoding: utf-8 -*- # stub: t_bird 0.0.5 ruby lib Gem::Specification.new do |s| s.name = "t_bird".freeze s.version = "0.0.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "Github" => "https://github.com/xentek/t_bird", "Issues" => "https://github.com/xentek/t_bird/issues", "README" => "https://github.com/xentek/t_bird/blob/master/README.md" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Eric Marden".freeze] s.date = "2014-10-29" s.description = "Straight forward file uploads for Ruby Apps. Decouple your uploads from your model.".freeze s.email = ["eric@xentek.net".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/t_bird.rb".freeze, "lib/t_bird/configuration.rb".freeze, "lib/t_bird/namer.rb".freeze, "lib/t_bird/processor.rb".freeze, "lib/t_bird/transmitter.rb".freeze, "lib/t_bird/uploader.rb".freeze, "lib/t_bird/version.rb".freeze, "spec/sample.jpg".freeze, "spec/spec_helper.rb".freeze, "spec/t_bird/configuration_spec.rb".freeze, "spec/t_bird/namer_spec.rb".freeze, "spec/t_bird/processor_spec.rb".freeze, "spec/t_bird/transmitter_spec.rb".freeze, "spec/t_bird/uploader_spec.rb".freeze, "t_bird.gemspec".freeze] s.homepage = "http://xentek.github.io/t_bird".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Straight forward file uploads for Ruby Apps.".freeze s.test_files = ["spec/sample.jpg".freeze, "spec/spec_helper.rb".freeze, "spec/t_bird/configuration_spec.rb".freeze, "spec/t_bird/namer_spec.rb".freeze, "spec/t_bird/processor_spec.rb".freeze, "spec/t_bird/transmitter_spec.rb".freeze, "spec/t_bird/uploader_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end