Skip to content

Commit

Permalink
Bump version 1.5.6, add extra dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bklang committed Feb 2, 2011
1 parent 70f836e commit 02a001b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 4 additions & 1 deletion History.txt
@@ -1,3 +1,6 @@
== 1.5.6 2011-02-01
* Allow activesupport 3.0.0+

== 1.5.5 2010-05-25

* Allow activesupport 2.3.5+
Expand Down Expand Up @@ -151,4 +154,4 @@ from NewGem project (they are available even if newgem not installed)

== 1.0.0 2007-08-17
* 1 major enhancement:
* Initial release
* Initial release
5 changes: 5 additions & 0 deletions Rakefile
Expand Up @@ -13,9 +13,14 @@ Hoe.spec 'rubigen' do
developer 'Dr Nic Williams', 'drnicwilliams@gmail.com'
developer 'Jeremy Kemper', 'jeremy@bitsweat.net'
extra_deps << ['activesupport','>= 2.3.5']
# Needed when loading active_support/all
extra_deps << ['i18n']
extra_dev_deps << ['mocha','>= 0.9.8']
extra_dev_deps << ['cucumber','>= 0.6.2']
extra_dev_deps << ['shoulda','>= 2.10.3']
extra_dev_deps << ['hoe']
extra_dev_deps << ['hoe-git']
extra_dev_deps << ['newgem']
end

require 'newgem/tasks' rescue nil # load /tasks/*.rake
Expand Down
2 changes: 1 addition & 1 deletion lib/rubigen.rb
Expand Up @@ -4,7 +4,7 @@
require 'active_support/all'

module RubiGen
VERSION = '1.5.5'
VERSION = '1.5.6'
end

require 'rubigen/base'
Expand Down

0 comments on commit 02a001b

Please sign in to comment.