Skip to content

Commit

Permalink
Regenerate gemspec for version 1.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
muratayusuke committed Jul 4, 2013
1 parent a5a008b commit 562b11f
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions jeweler.gemspec
Expand Up @@ -4,15 +4,15 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{jeweler}
s.version = "1.8.5"
s.name = "jeweler"
s.version = "1.8.6"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = [%q{Josh Nichols}, %q{Yusuke Murata}]
s.date = %q{2013-06-29}
s.description = %q{Simple and opinionated helper for creating Rubygem projects on GitHub}
s.email = [%q{josh@technicalpickles.com}, %q{info@muratayusuke.com}]
s.executables = [%q{jeweler}]
s.authors = ["Josh Nichols", "Yusuke Murata"]
s.date = "2013-07-04"
s.description = "Simple and opinionated helper for creating Rubygem projects on GitHub"
s.email = ["josh@technicalpickles.com", "info@muratayusuke.com"]
s.executables = ["jeweler"]
s.extra_rdoc_files = [
"ChangeLog.markdown",
"LICENSE.txt",
Expand Down Expand Up @@ -179,11 +179,11 @@ Gem::Specification.new do |s|
"test/test_helper.rb",
"test/test_jeweler.rb"
]
s.homepage = %q{http://github.com/technicalpickles/jeweler}
s.licenses = [%q{MIT}]
s.require_paths = [%q{lib}]
s.rubygems_version = %q{1.8.5}
s.summary = %q{Opinionated tool for creating and managing RubyGem projects}
s.homepage = "http://github.com/technicalpickles/jeweler"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = "1.8.24"
s.summary = "Opinionated tool for creating and managing RubyGem projects"

if s.respond_to? :specification_version then
s.specification_version = 3
Expand All @@ -192,7 +192,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency(%q<rake>, [">= 0"])
s.add_runtime_dependency(%q<git>, [">= 1.2.5"])
s.add_runtime_dependency(%q<nokogiri>, ["= 1.5.10"])
s.add_runtime_dependency(%q<github_api>, [">= 0.8.1"])
s.add_runtime_dependency(%q<github_api>, ["= 0.10.1"])
s.add_runtime_dependency(%q<highline>, [">= 1.6.15"])
s.add_runtime_dependency(%q<bundler>, ["~> 1.0"])
s.add_runtime_dependency(%q<rdoc>, [">= 0"])
Expand All @@ -205,7 +205,7 @@ Gem::Specification.new do |s|
s.add_dependency(%q<rake>, [">= 0"])
s.add_dependency(%q<git>, [">= 1.2.5"])
s.add_dependency(%q<nokogiri>, ["= 1.5.10"])
s.add_dependency(%q<github_api>, [">= 0.8.1"])
s.add_dependency(%q<github_api>, ["= 0.10.1"])
s.add_dependency(%q<highline>, [">= 1.6.15"])
s.add_dependency(%q<bundler>, ["~> 1.0"])
s.add_dependency(%q<rdoc>, [">= 0"])
Expand All @@ -219,7 +219,7 @@ Gem::Specification.new do |s|
s.add_dependency(%q<rake>, [">= 0"])
s.add_dependency(%q<git>, [">= 1.2.5"])
s.add_dependency(%q<nokogiri>, ["= 1.5.10"])
s.add_dependency(%q<github_api>, [">= 0.8.1"])
s.add_dependency(%q<github_api>, ["= 0.10.1"])
s.add_dependency(%q<highline>, [">= 1.6.15"])
s.add_dependency(%q<bundler>, ["~> 1.0"])
s.add_dependency(%q<rdoc>, [">= 0"])
Expand Down

0 comments on commit 562b11f

Please sign in to comment.