bio-gem 0.0.3 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.rdoc +19 -3
  2. data/VERSION +1 -1
  3. data/bio-gem.gemspec +2 -2
  4. metadata +4 -4
data/README.rdoc CHANGED
@@ -38,7 +38,7 @@ Remind that
38
38
 
39
39
  Some of these steps have been condensed:
40
40
 
41
- * gem install bio-gem (not yet published on rubygems, grab it from github http://github.com/helios/bioruby-gem and build the gem (gem build bioruby-gem.gemspec; gem install bioruby-gem.gem))
41
+ * gem install bio-gem
42
42
  * $ biogem mystuff
43
43
  * pass just the simple name, it will add bioruby- for the first level directory and for the github repository
44
44
  BUT you'll require the library with bio-mystuff (and this will be the name used on rubygems)
@@ -61,19 +61,35 @@ 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
- * $ rake git:release (remember to create the project first)
64
+ * $ rake git:release (Before releasing on github or rubygems please see the Notes For Developers)
65
65
  * WHEN you have finished with the hacking you can release the gem by typing:
66
66
  * $ rake release
67
67
 
68
+ * if you want to make a new release version: major, minor or patch version you can use
69
+ * $ rake version:bump:(major | minor | patch)
70
+ the release will be increased by 1 and when you'll release it'll be updated. Note that in GitHub, bumping the version will create a tag with this version and your repository.So for every version you release there is a tag associated.
71
+
68
72
  == NoTes For Developers
73
+
74
+ * A GitHub Account is required and you MUST create a repository for your new bioruby plugin.
75
+ The name of the repository follows this rules:
76
+ bioruby-mystuff
77
+ on your local directory you will see bioruby-mystuff but on rubygems you will publish bio-mystuff.
78
+ This is a clash of namespaces but I think in this way makes more sense.
69
79
  * Before start developing open Rakefile and modify the gem.summary and gem.description. These parameters are very important because let you describe your gem and why we need it. If you let them by default the gem will not be packed, it's just a countermeasure :-)
70
80
  * Update your rubygems environment
71
81
  * Keep in mind that Jeweler handles everything is under the control of you git repository, so there is no need to modify the Rakefile or the tasks for including some file, directory etc to you project; just git add your_file_or_directory. Remeber to modify .gitignore to exclude files.
72
82
  * Explore the rake tasks with
73
83
  * $ rake -T
74
84
 
85
+ Toshiaki Katayama wrote a step by step guide for a bio-foobar plugin @ http://bioruby.open-bio.org/wiki/BiogemInstallation.
86
+
87
+ == BioRuby's Wiki Official Documentation
88
+
89
+ http://bioruby.open-bio.org/wiki/Plugins
90
+
75
91
  == TODO
76
- * better command line, wrap or reimplement some of the funcionalities provided by Bundler and Jeweler
92
+ * better command line, wrap or re-implement some of the funcionalities provided by Bundler and Jeweler
77
93
 
78
94
  == Copyright
79
95
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.3
1
+ 0.1.0
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.0.3"
8
+ s.version = "0.1.0"
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-21}
12
+ s.date = %q{2010-12-24}
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
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
+ - 1
7
8
  - 0
8
- - 3
9
- version: 0.0.3
9
+ version: 0.1.0
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-21 00:00:00 +01:00
17
+ date: 2010-12-24 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: 1336294779799672831
114
+ hash: -2732322040757278935
115
115
  segments:
116
116
  - 0
117
117
  version: "0"