Skip to content

Commit

Permalink
Version 2011.01.30
Browse files Browse the repository at this point in the history
  • Loading branch information
manveru committed Jan 30, 2011
1 parent ca1cd40 commit 3902328
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/AUTHORS
@@ -1,12 +1,12 @@
Following persons have contributed to ramaze.
(Sorted by number of submitted patches, then alphabetically)

2703 Michael Fellinger <m.fellinger@gmail.com>
2705 Michael Fellinger <m.fellinger@gmail.com>
216 Aman Gupta <aman@ramaze.net>
89 Jonathan Buch <jonathan.buch@gmail.com>
77 Pistos <gitsomegrace.5.pistos@geoshell.com>
69 Clive Crous <clive@crous.co.za>
32 YorickPeterse <info@yorickpeterse.com>
35 YorickPeterse <info@yorickpeterse.com>
27 Keita Yamaguchi <keita.yamaguchi@gmail.com>
20 injekt <injekt.me@gmail.com>
20 Ryan Grove <ryan@wonko.com>
Expand Down
16 changes: 16 additions & 0 deletions doc/CHANGELOG
@@ -1,3 +1,19 @@
[ca1cd40 | Sun Jan 30 17:45:08 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

* Work around differences between Rack 1.2.1 and git HEAD

[38f29f8 | Wed Jan 26 21:13:42 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

* Version 2011.01

[21fda98 | Sun Jan 16 05:42:58 UTC 2011] YorickPeterse <info@yorickpeterse.com>

* Removed 'Sequel' and 'Authentication' from the Todo.

[f85d2b0 | Fri Jan 14 17:49:39 UTC 2011] YorickPeterse <info@yorickpeterse.com>

* Added a new item about the User helper to the todo

[aea1597 | Fri Jan 14 20:28:31 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

* Make installation of ruby-growl precondition for growl spec
Expand Down
2 changes: 1 addition & 1 deletion lib/ramaze/version.rb
@@ -1,3 +1,3 @@
module Ramaze
VERSION = "2011.01"
VERSION = "2011.01.30"
end
4 changes: 2 additions & 2 deletions ramaze.gemspec
Expand Up @@ -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}
Expand Down

0 comments on commit 3902328

Please sign in to comment.