bio-band 0.1.9 → 0.1.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/.travis.yml +3 -0
  2. data/README.rdoc +3 -0
  3. data/VERSION +1 -1
  4. data/bio-band.gemspec +3 -2
  5. metadata +3 -2
@@ -0,0 +1,3 @@
1
+ language: ruby
2
+ rvm:
3
+ - jruby-19mode # JRuby in 1.9 mode
@@ -1,5 +1,8 @@
1
1
  = bio-band
2
2
 
3
+ {<img
4
+ src="https://travis-ci.org/arrigonialberto86/bioruby-band.png"/>}[http://travis-ci.org/#!/arrigonialberto86/bioruby-band]
5
+
3
6
  Data mining and machine learning algorithms for Ruby
4
7
 
5
8
  == Installation
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.9
1
+ 0.1.11
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "bio-band"
8
- s.version = "0.1.9"
8
+ s.version = "0.1.11"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["arrigonialberto86"]
12
- s.date = "2013-09-14"
12
+ s.date = "2013-09-16"
13
13
  s.description = "Data mining and machine learning algorithms for JRuby "
14
14
  s.email = "arrigonialberto86@gmail.com"
15
15
  s.executables = ["bio-band"]
@@ -19,6 +19,7 @@ Gem::Specification.new do |s|
19
19
  "README.rdoc"
20
20
  ]
21
21
  s.files = [
22
+ ".travis.yml",
22
23
  "Gemfile",
23
24
  "Gemfile.lock",
24
25
  "Jarfile",
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: bio-band
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.9
5
+ version: 0.1.11
6
6
  platform: ruby
7
7
  authors:
8
8
  - arrigonialberto86
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-09-14 00:00:00.000000000 Z
12
+ date: 2013-09-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: i18n
@@ -309,6 +309,7 @@ extra_rdoc_files:
309
309
  - LICENSE.txt
310
310
  - README.rdoc
311
311
  files:
312
+ - .travis.yml
312
313
  - Gemfile
313
314
  - Gemfile.lock
314
315
  - Jarfile