From fb31a702e9129b0ca0e1ea4007b1d94306c6fe52 Mon Sep 17 00:00:00 2001 From: Dr Nic Williams Date: Fri, 23 Mar 2012 11:18:51 -0700 Subject: [PATCH] bump to 1.5.8 --- History.txt | 4 ++++ lib/rubigen.rb | 2 +- lib/rubigen/version.rb | 3 --- 3 files changed, 5 insertions(+), 4 deletions(-) delete mode 100644 lib/rubigen/version.rb diff --git a/History.txt b/History.txt index adcf9c7..d8db694 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,7 @@ +== 1.5.8 2012-03-23 +* Restrict activesupport < 3.2 +* Change from hoe to bundler build tools + == 1.5.6 2011-02-01 * Allow activesupport 3.0.0+ diff --git a/lib/rubigen.rb b/lib/rubigen.rb index 40b53aa..89a4fdf 100644 --- a/lib/rubigen.rb +++ b/lib/rubigen.rb @@ -4,7 +4,7 @@ require 'active_support/all' module RubiGen - VERSION = '1.5.7' + VERSION = '1.5.8' end require 'rubigen/base' diff --git a/lib/rubigen/version.rb b/lib/rubigen/version.rb deleted file mode 100644 index cd50061..0000000 --- a/lib/rubigen/version.rb +++ /dev/null @@ -1,3 +0,0 @@ -module Rubigen - VERSION = "0.0.1" -end