We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26a4321 commit 5dc5ab4Copy full SHA for 5dc5ab4
History.txt
@@ -1,4 +1,4 @@
1
-= HEAD
+= 2.5.1 / 2010-11-22
2
* Bug Fixes
3
* Prevent ernie from trying to start in ernie bin
4
ernie.gemspec
@@ -4,8 +4,8 @@ Gem::Specification.new do |s|
s.rubygems_version = '1.3.6'
5
6
s.name = 'ernie'
7
- s.version = '2.5.0'
8
- s.date = '2010-11-19'
+ s.version = '2.5.1'
+ s.date = '2010-11-22'
9
s.rubyforge_project = 'ernie'
10
11
s.summary = "Ernie is a BERT-RPC server implementation."
lib/ernie.rb
@@ -3,7 +3,7 @@
require 'logger'
class Ernie
- VERSION = '2.5.0'
+ VERSION = '2.5.1'
class << self
attr_accessor :mods, :current_mod, :log
0 commit comments