blastr 0.0.1 → 0.0.2

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.
Files changed (4) hide show
  1. data/History.txt +4 -0
  2. data/bin/blastr +1 -25
  3. data/lib/blastr.rb +1 -1
  4. metadata +1 -1
@@ -1,3 +1,7 @@
1
+ == 0.0.2 2009-01-16
2
+
3
+ * Cleaned up stuff that was specific to the original proof-of-concept.
4
+
1
5
  == 0.0.1 2009-01-16
2
6
 
3
7
  * Initial release containing a proof-of-concept quality implementation hacked
data/bin/blastr CHANGED
@@ -1,31 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  PEOPLE = {
4
- "vpeurala" => "Vill-eh Peurawla",
5
- "mali" => "Timo Mali",
6
- "jantti" => "Krista Jantti",
7
- "mluo" => "Markku Luotamo",
8
- "lkoskela" => "Lasse Koskela",
9
- "apo" => "Mikko Apo",
10
- "tpuronen" => "Timo Puronen",
11
- "jari" => "Jari Makela",
12
- "pvalkone" => "Petteri Valkonen",
13
- "mhjort" => "Markus Hjort",
14
- "jslindst" => "Jukka Lindstrom",
15
- "smensola" => "Sami Mensola",
16
- "tkarkk" => "Tuomas Kärkkäinen",
17
- "phmietti" => "Petri Miettinen",
18
- "ana" => "Antti Viljakainen",
19
- "jalap" => "Janne Lappalainen",
20
- "singen" => "Tuomas Hakkarainen",
21
- "jaarnial" => "Jari Aarniala",
22
- "minttu" => "Minttu Paukkunen",
23
- "kkainu" => "Kalle Kainu",
24
- "artsu" => "Ari Paartola",
25
- "skarjula" => "Samuli Karjula",
26
- "tjk" => "Teppo Kurki",
27
- "jpaanane" => "Juha Paananen",
28
- "harri.virtala@fi.ibm.com" => "Harri Virtala"
4
+ "jdoe" => "John Doe"
29
5
  }
30
6
 
31
7
  class TTSImplementation
@@ -2,5 +2,5 @@ $:.unshift(File.dirname(__FILE__)) unless
2
2
  $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
3
3
 
4
4
  module Blastr
5
- VERSION = '0.0.1'
5
+ VERSION = '0.0.2'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blastr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lasse Koskela