Skip to content

Commit

Permalink
Version bump to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbarton committed Jun 3, 2011
1 parent 8f97fcb commit fd16fc9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -18,6 +18,7 @@ Jeweler::Tasks.new do |gem|
gem.description = %Q{Organise sequence contigs into genome scaffolds using simple human-readable YAML files.}
gem.email = "mail@michaelbarton.me.uk"
gem.authors = ["Michael Barton"]
gem.test_files = Dir['test/**/*.rb']
end
Jeweler::RubygemsDotOrgTasks.new

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.4.1
0.4.2
13 changes: 3 additions & 10 deletions scaffolder.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{scaffolder}
s.version = "0.4.1"
s.version = "0.4.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Michael Barton"]
s.date = %q{2011-01-04}
s.date = %q{2011-06-03}
s.description = %q{Organise sequence contigs into genome scaffolds using simple human-readable YAML files.}
s.email = %q{mail@michaelbarton.me.uk}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -48,14 +48,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{Genome scaffolding for human beings.}
s.test_files = [
"test/helper.rb",
"test/test_insert.rb",
"test/test_region.rb",
"test/test_scaffolder.rb",
"test/test_sequence.rb",
"test/test_unresolved.rb"
]
s.test_files = ["test/helper.rb", "test/test_insert.rb", "test/test_region.rb", "test/test_scaffolder.rb", "test/test_sequence.rb", "test/test_unresolved.rb"]

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

0 comments on commit fd16fc9

Please sign in to comment.