bio-gem 1.1.0 → 1.1.1

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 +11 -10
  2. data/VERSION +1 -1
  3. data/bio-gem.gemspec +1 -1
  4. metadata +18 -18
@@ -70,7 +70,7 @@ Some of these steps have been condensed:
70
70
  * $ rake install (for local test)
71
71
  * hack, git add and commit
72
72
  * 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.
73
- * $ rake git:release (Before releasing on github or rubygems please see the Notes For Developers)
73
+ * $ rake git:release (Before releasing on github or rubygems please see the Notes For Developers). Note: the brand new project is automatically uploaded on GitHub at creation time.
74
74
  * WHEN you have finished with the hacking you can release the gem by typing:
75
75
  * $ rake release
76
76
 
@@ -89,6 +89,7 @@ These options are for BioGem
89
89
  --with-bin create the bin directory and an executable template script called bioreponame
90
90
  --with-db create the database directory for a db application-library
91
91
  --with-test-data create the data directory inside the test directory if the user need to set up a test with its own dataset
92
+ --with-engine [NAMESPACE] create a Rails engine with the namespace given in input. Dy default set up the environment to use an SQLite3 database
92
93
  These options are for Jeweler
93
94
  --rspec generate rspec code examples
94
95
  --shoulda generate shoulda tests
@@ -164,16 +165,15 @@ These options are for Jeweler
164
165
 
165
166
  == NoTes For Developers
166
167
 
167
- * A GitHub Account is required and you MUST create a repository for your new bioruby plugin.
168
- The name of the repository follows this rules:
169
- bioruby-mystuff
170
- on your local directory you will see bioruby-mystuff but on rubygems you will publish bio-mystuff.
171
- This is a clash of namespaces but I think in this way makes more sense.
172
- * 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 :-)
168
+ * A GitHub Account is required. The name of the repository follows this rules:
169
+ bioruby-mystuff
170
+ on your local directory you will see bioruby-mystuff but on rubygems you will publish bio-mystuff. This is a clash of namespaces but I think in this way makes more sense.
171
+ * It's VERY IMPORTANT you set up your GitHub environment correctly, please follow the official guide http://help.github.com/set-your-user-name-email-and-github-token/ (USERNAME, EMAIL, TOKEN are very very important)
172
+ * Before start developing open Rakefile and modify the gem.summary and gem.description. These parameters are fundamental 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 :-)
173
173
  * Update your rubygems environment
174
- * 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.
174
+ * Keep in mind that Jeweler handles everything using the local git repository, so there is no need to modify the Rakefile or the tasks for including files, directories; just git add your_file_or_directory. Remember to modify .gitignore to exclude unwanted files.
175
175
  * Explore the rake tasks with
176
- * $ rake -T
176
+ * $ bundle exec rake -T
177
177
  * Help
178
178
  * please use help $ biogem -h to discover other options for creating rspec or cucumber tests
179
179
 
@@ -224,7 +224,8 @@ Toshiaki Katayama wrote a step by step guide for a bio-foobar plugin @ http://bi
224
224
 
225
225
  == BioRuby's Wiki Official Documentation
226
226
 
227
- http://bioruby.open-bio.org/wiki/Plugins
227
+ * http://bioruby.open-bio.org/wiki/Plugins
228
+ * http://biogems.info/ official collector for BioRuby plugins
228
229
 
229
230
  == TODO
230
231
  * better command line, wrap or re-implement some of the funcionalities provided by Bundler and Jeweler
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.1.1
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{bio-gem}
8
- s.version = "1.1.0"
8
+ s.version = "1.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 = [%q{Raoul J.P. Bonnal}]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bio-gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-11-09 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
16
- requirement: &2161194560 !ruby/object:Gem::Requirement
16
+ requirement: &2153443100 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 1.0.18
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2161194560
24
+ version_requirements: *2153443100
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: jeweler
27
- requirement: &2161193880 !ruby/object:Gem::Requirement
27
+ requirement: &2153441480 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: 1.6.4
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *2161193880
35
+ version_requirements: *2153441480
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: rdoc
38
- requirement: &2161193260 !ruby/object:Gem::Requirement
38
+ requirement: &2153434540 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ! '>='
@@ -43,10 +43,10 @@ dependencies:
43
43
  version: '0'
44
44
  type: :runtime
45
45
  prerelease: false
46
- version_requirements: *2161193260
46
+ version_requirements: *2153434540
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: shoulda
49
- requirement: &2161192420 !ruby/object:Gem::Requirement
49
+ requirement: &2153433620 !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
52
  - - ! '>='
@@ -54,10 +54,10 @@ dependencies:
54
54
  version: '0'
55
55
  type: :development
56
56
  prerelease: false
57
- version_requirements: *2161192420
57
+ version_requirements: *2153433620
58
58
  - !ruby/object:Gem::Dependency
59
59
  name: bundler
60
- requirement: &2161191600 !ruby/object:Gem::Requirement
60
+ requirement: &2153432960 !ruby/object:Gem::Requirement
61
61
  none: false
62
62
  requirements:
63
63
  - - ~>
@@ -65,10 +65,10 @@ dependencies:
65
65
  version: 1.0.18
66
66
  type: :development
67
67
  prerelease: false
68
- version_requirements: *2161191600
68
+ version_requirements: *2153432960
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: jeweler
71
- requirement: &2161190920 !ruby/object:Gem::Requirement
71
+ requirement: &2153432380 !ruby/object:Gem::Requirement
72
72
  none: false
73
73
  requirements:
74
74
  - - ~>
@@ -76,10 +76,10 @@ dependencies:
76
76
  version: 1.6.4
77
77
  type: :development
78
78
  prerelease: false
79
- version_requirements: *2161190920
79
+ version_requirements: *2153432380
80
80
  - !ruby/object:Gem::Dependency
81
81
  name: rcov
82
- requirement: &2161190240 !ruby/object:Gem::Requirement
82
+ requirement: &2153431780 !ruby/object:Gem::Requirement
83
83
  none: false
84
84
  requirements:
85
85
  - - ! '>='
@@ -87,10 +87,10 @@ dependencies:
87
87
  version: '0'
88
88
  type: :development
89
89
  prerelease: false
90
- version_requirements: *2161190240
90
+ version_requirements: *2153431780
91
91
  - !ruby/object:Gem::Dependency
92
92
  name: rdoc
93
- requirement: &2161189240 !ruby/object:Gem::Requirement
93
+ requirement: &2153430520 !ruby/object:Gem::Requirement
94
94
  none: false
95
95
  requirements:
96
96
  - - ! '>='
@@ -98,7 +98,7 @@ dependencies:
98
98
  version: '0'
99
99
  type: :development
100
100
  prerelease: false
101
- version_requirements: *2161189240
101
+ version_requirements: *2153430520
102
102
  description: ! "BioGem is a scaffold generator for those Bioinformaticans who want
103
103
  to start coding an application or a library for using/extending BioRuby core library
104
104
  and sharing it through rubygems.org .\n The basic idea is to simplify and promote
@@ -155,7 +155,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
155
155
  version: '0'
156
156
  segments:
157
157
  - 0
158
- hash: 2864487456249026807
158
+ hash: 1020591000777977995
159
159
  required_rubygems_version: !ruby/object:Gem::Requirement
160
160
  none: false
161
161
  requirements: