# -*- encoding: utf-8 -*- # stub: gemsmith 1.5.0 ruby lib Gem::Specification.new do |s| s.name = "gemsmith".freeze s.version = "1.5.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 = ["Brooke Kuhlmann".freeze] s.date = "2012-05-19" s.description = "Ruby gem skeleton generation for the professional gemsmith. Includes custom settings, binary, Ruby on Rails, and RSpec support. ".freeze s.email = "brooke@redalchemist.com".freeze s.executables = ["gemsmith".freeze] s.extra_rdoc_files = ["README.rdoc".freeze, "CHANGELOG.rdoc".freeze, "LICENSE.rdoc".freeze] s.files = ["CHANGELOG.rdoc".freeze, "LICENSE.rdoc".freeze, "README.rdoc".freeze, "bin/gemsmith".freeze, "lib/gemsmith.rb".freeze, "lib/gemsmith/cli.rb".freeze, "lib/gemsmith/kit.rb".freeze, "lib/gemsmith/templates/CHANGELOG.rdoc.tmp".freeze, "lib/gemsmith/templates/Gemfile.tmp".freeze, "lib/gemsmith/templates/LICENSE.rdoc.tmp".freeze, "lib/gemsmith/templates/README.rdoc.tmp".freeze, "lib/gemsmith/templates/Rakefile.tmp".freeze, "lib/gemsmith/templates/bin/gem.tmp".freeze, "lib/gemsmith/templates/gem.gemspec.tmp".freeze, "lib/gemsmith/templates/gemfiles/rails-3.0.x.gemfile.tmp".freeze, "lib/gemsmith/templates/gemfiles/rails-3.1.x.gemfile.tmp".freeze, "lib/gemsmith/templates/gemfiles/rails-3.2.x.gemfile.tmp".freeze, "lib/gemsmith/templates/gitignore.tmp".freeze, "lib/gemsmith/templates/lib/gem.rb.tmp".freeze, "lib/gemsmith/templates/lib/gem/action_controller/class_methods.rb.tmp".freeze, "lib/gemsmith/templates/lib/gem/action_controller/instance_methods.rb.tmp".freeze, "lib/gemsmith/templates/lib/gem/action_view/instance_methods.rb.tmp".freeze, "lib/gemsmith/templates/lib/gem/active_record/class_methods.rb.tmp".freeze, "lib/gemsmith/templates/lib/gem/active_record/instance_methods.rb.tmp".freeze, "lib/gemsmith/templates/lib/gem/cli.rb.tmp".freeze, "lib/gemsmith/templates/lib/gem/version.rb.tmp".freeze, "lib/gemsmith/templates/lib/generators/gem/install/USAGE.tmp".freeze, "lib/gemsmith/templates/lib/generators/gem/install/install_generator.rb.tmp".freeze, "lib/gemsmith/templates/lib/generators/gem/upgrade/USAGE.tmp".freeze, "lib/gemsmith/templates/lib/generators/gem/upgrade/upgrade_generator.rb.tmp".freeze, "lib/gemsmith/templates/rspec.tmp".freeze, "lib/gemsmith/templates/spec/gem_spec.rb.tmp".freeze, "lib/gemsmith/templates/spec/spec_helper.rb.tmp".freeze, "lib/gemsmith/templates/travis.yml.tmp".freeze, "lib/gemsmith/version.rb".freeze] s.homepage = "http://www.redalchemist.com".freeze s.licenses = ["MIT".freeze] s.post_install_message = "(W): www.redalchemist.com. (T): @ralchemist.".freeze s.required_ruby_version = Gem::Requirement.new("~> 1.9.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Ruby gem skeleton generation for the professional gemsmith.".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 0.14".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.4".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end