ngoto-bio 1.3.0 → 1.3.0.5000

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +2 -2
  2. data/bioruby.gemspec +1 -1
  3. data/lib/bio/version.rb +1 -1
  4. metadata +2 -2
data/Rakefile CHANGED
@@ -61,7 +61,7 @@ task :gemspec => GEM_SPEC_FILE
61
61
  desc "Force update gem spec file"
62
62
  task :regemspec do
63
63
  #rm GEM_SPEC_FILE, :force => true
64
- Rake::Task[GEM_SPEC_FILE].execute
64
+ Rake::Task[GEM_SPEC_FILE].execute(nil)
65
65
  end
66
66
 
67
67
  desc "Update #{GEM_SPEC_FILE}"
@@ -137,7 +137,7 @@ desc "Force update doc/Tutorial*.html"
137
137
  task :retutorial2html do
138
138
  # safe_unlink HTMLFILES_TUTORIAL
139
139
  HTMLFILES_TUTORIAL.each do |x|
140
- Rake::Task[x].execute
140
+ Rake::Task[x].execute(nil)
141
141
  end
142
142
  end
143
143
 
data/bioruby.gemspec CHANGED
@@ -3,7 +3,7 @@
3
3
  #
4
4
  Gem::Specification.new do |s|
5
5
  s.name = 'bio'
6
- s.version = "1.3.0"
6
+ s.version = "1.3.0.5000"
7
7
 
8
8
  s.author = "BioRuby project"
9
9
  s.email = "staff@bioruby.org"
data/lib/bio/version.rb CHANGED
@@ -14,7 +14,7 @@ module Bio
14
14
 
15
15
  # Extra version specifier (String or nil).
16
16
  # Existance of the value indicates pre-release version or modified version.
17
- BIORUBY_EXTRA_VERSION = nil
17
+ BIORUBY_EXTRA_VERSION = ".5000"
18
18
 
19
19
  # Version identifier, including extra version string (String)
20
20
  # Unlike BIORUBY_VERSION, it is not comparable.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ngoto-bio
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.0.5000
5
5
  platform: ruby
6
6
  authors:
7
7
  - BioRuby project
@@ -9,7 +9,7 @@ autorequire: bio
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-02-13 00:00:00 -08:00
12
+ date: 2009-02-25 00:00:00 -08:00
13
13
  default_executable: bioruby
14
14
  dependencies: []
15
15