bio-gem 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +1 -0
- data/VERSION +1 -1
- data/bio-gem.gemspec +2 -2
- metadata +4 -4
data/README.rdoc
CHANGED
|
@@ -61,6 +61,7 @@ Some of these steps have been condensed:
|
|
|
61
61
|
* $ rake gemspec
|
|
62
62
|
* $ rake install (for local test)
|
|
63
63
|
* hack, git add and commit
|
|
64
|
+
* NOTE: It's very important that you add new and changed files so they can be included in the gem you will create, otherwise the files will not be include and you'll end up with a broken gem with missing files.
|
|
64
65
|
* $ rake git:release (Before releasing on github or rubygems please see the Notes For Developers)
|
|
65
66
|
* WHEN you have finished with the hacking you can release the gem by typing:
|
|
66
67
|
* $ rake release
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.1
|
data/bio-gem.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{bio-gem}
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Raoul J.P. Bonnal"]
|
|
12
|
-
s.date = %q{2010-12-
|
|
12
|
+
s.date = %q{2010-12-30}
|
|
13
13
|
s.default_executable = %q{biogem}
|
|
14
14
|
s.description = %q{BioGem is a scaffold generator for those Bioinformaticans who want to start coding an application or a library for using/extending BioRuby core library and sharing it through rubygems.org .
|
|
15
15
|
The basic idea is to simplify and promote a modular approach to the BioRuby package.}
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
8
|
+
- 1
|
|
9
|
+
version: 0.1.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Raoul J.P. Bonnal
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-12-
|
|
17
|
+
date: 2010-12-30 00:00:00 +01:00
|
|
18
18
|
default_executable: biogem
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
@@ -111,7 +111,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
111
111
|
requirements:
|
|
112
112
|
- - ">="
|
|
113
113
|
- !ruby/object:Gem::Version
|
|
114
|
-
hash: -
|
|
114
|
+
hash: -1446598756219782280
|
|
115
115
|
segments:
|
|
116
116
|
- 0
|
|
117
117
|
version: "0"
|