blastr 0.0.10 → 0.0.11

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 (3) hide show
  1. data/History.txt +5 -0
  2. data/lib/blastr.rb +1 -1
  3. metadata +1 -1
@@ -1,3 +1,8 @@
1
+ == 0.0.11 2009-01-19
2
+
3
+ * Fix for the 0.0.10 release, which is broken thanks to my still being new
4
+ to Git and accidentally not having committed everything when I thought I had.
5
+
1
6
  == 0.0.10 2009-01-18
2
7
 
3
8
  * Added support for Mercurial
@@ -6,7 +6,7 @@ module Blastr
6
6
  require 'tts/tts.rb'
7
7
  require 'people/people.rb'
8
8
 
9
- VERSION = '0.0.10'
9
+ VERSION = '0.0.11'
10
10
 
11
11
  class UsageError < ArgumentError
12
12
 
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.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lasse Koskela