From 390232840e65b733114555031b9a7a2469425852 Mon Sep 17 00:00:00 2001 From: Michael Fellinger Date: Sun, 30 Jan 2011 11:45:39 -0600 Subject: [PATCH] Version 2011.01.30 --- doc/AUTHORS | 4 ++-- doc/CHANGELOG | 16 ++++++++++++++++ lib/ramaze/version.rb | 2 +- ramaze.gemspec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) diff --git a/doc/AUTHORS b/doc/AUTHORS index 2e0ee2d4..963ca174 100644 --- a/doc/AUTHORS +++ b/doc/AUTHORS @@ -1,12 +1,12 @@ Following persons have contributed to ramaze. (Sorted by number of submitted patches, then alphabetically) - 2703 Michael Fellinger + 2705 Michael Fellinger 216 Aman Gupta 89 Jonathan Buch 77 Pistos 69 Clive Crous - 32 YorickPeterse + 35 YorickPeterse 27 Keita Yamaguchi 20 injekt 20 Ryan Grove diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 0438f48d..352e7023 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -1,3 +1,19 @@ +[ca1cd40 | Sun Jan 30 17:45:08 UTC 2011] Michael Fellinger + + * Work around differences between Rack 1.2.1 and git HEAD + +[38f29f8 | Wed Jan 26 21:13:42 UTC 2011] Michael Fellinger + + * Version 2011.01 + +[21fda98 | Sun Jan 16 05:42:58 UTC 2011] YorickPeterse + + * Removed 'Sequel' and 'Authentication' from the Todo. + +[f85d2b0 | Fri Jan 14 17:49:39 UTC 2011] YorickPeterse + + * Added a new item about the User helper to the todo + [aea1597 | Fri Jan 14 20:28:31 UTC 2011] Michael Fellinger * Make installation of ruby-growl precondition for growl spec diff --git a/lib/ramaze/version.rb b/lib/ramaze/version.rb index 284afac8..01d26857 100644 --- a/lib/ramaze/version.rb +++ b/lib/ramaze/version.rb @@ -1,3 +1,3 @@ module Ramaze - VERSION = "2011.01" + VERSION = "2011.01.30" end diff --git a/ramaze.gemspec b/ramaze.gemspec index c2d053b3..64f90699 100644 --- a/ramaze.gemspec +++ b/ramaze.gemspec @@ -2,11 +2,11 @@ Gem::Specification.new do |s| s.name = %q{ramaze} - s.version = "2011.01" + s.version = "2011.01.30" s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5") if s.respond_to? :required_rubygems_version= s.authors = ["Michael 'manveru' Fellinger"] - s.date = %q{2011-01-26} + s.date = %q{2011-01-30} s.default_executable = %q{ramaze} s.description = %q{Ramaze is a simple and modular web framework} s.email = %q{m.fellinger@gmail.com}