gemsmith.gemspec in gemsmith-1.0.0 vs gemsmith.gemspec in gemsmith-1.1.0
- old
+ new
@@ -1,17 +1,19 @@
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "gemsmith/version"
Gem::Specification.new do |s|
- s.name = "gemsmith"
- s.version = Gemsmith::VERSION
- s.platform = Gem::Platform::RUBY
- s.author = "Brooke Kuhlmann"
- s.email = "brooke@redalchemist.com"
- s.homepage = "http://www.redalchemist.com"
- s.summary = "Ruby gem skeleton generation for the professional gemsmith."
- s.description = "Ruby gem skeleton generation for the professional gemsmith. Includes custom settings, binary, Ruby on Rails, and RSpec support. "
+ s.name = "gemsmith"
+ s.version = Gemsmith::VERSION
+ s.platform = Gem::Platform::RUBY
+ s.author = "Brooke Kuhlmann"
+ s.email = "brooke@redalchemist.com"
+ s.homepage = "http://www.redalchemist.com"
+ s.summary = "Ruby gem skeleton generation for the professional gemsmith."
+ s.description = "Ruby gem skeleton generation for the professional gemsmith. Includes custom settings, binary, Ruby on Rails, and RSpec support. "
+ s.license = "MIT"
+ s.post_install_message = "(W): www.redalchemist.com. (T): @ralchemist."
s.rdoc_options << "CHANGELOG.rdoc"
s.required_ruby_version = "~> 1.9.0"
s.add_dependency "thor", "~> 0.14.0"
s.add_dependency "thor_plus", ">= 0.1.0"