Skip to content

Commit

Permalink
Regenerate gemspec for version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshuki committed Jul 12, 2011
1 parent 0c31ad7 commit f9eb2ab
Showing 1 changed file with 14 additions and 21 deletions.
35 changes: 14 additions & 21 deletions autotest-tmux.gemspec
@@ -1,46 +1,39 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{autotest-tmux}
s.version = "1.2.0"
s.version = "1.2.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["MIKAMI Yoshiyuki"]
s.date = %q{2010-10-15}
s.date = %q{2011-07-12}
s.description = %q{displays autotest/autospec progress on tmux status-right.}
s.email = %q{yoshuki@saikyoline.jp}
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
"README.rdoc"
]
s.files = [
".document",
".gitignore",
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
"autotest-tmux.gemspec",
"autotest/discover.rb",
"lib/autotest/tmux.rb",
"spec/autotest-tmux_spec.rb",
"spec/spec_helper.rb"
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
"autotest-tmux.gemspec",
"autotest/discover.rb",
"lib/autotest/tmux.rb",
"spec/autotest-tmux_spec.rb",
"spec/spec_helper.rb"
]
s.homepage = %q{http://github.com/yoshuki/autotest-tmux}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.rubygems_version = %q{1.7.2}
s.summary = %q{displays autotest/autospec progress on tmux status-right.}
s.test_files = [
"spec/autotest-tmux_spec.rb",
"spec/spec_helper.rb"
]

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
Expand Down

0 comments on commit f9eb2ab

Please sign in to comment.