manveru-ramaze 2009.06 → 2009.06.04

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  Following persons have contributed to ramaze.
2
2
  (Sorted by number of submitted patches, then alphabetically)
3
3
 
4
- 2596 Michael Fellinger <m.fellinger@gmail.com>
4
+ 2599 Michael Fellinger <m.fellinger@gmail.com>
5
5
  216 Aman Gupta <aman@ramaze.net>
6
6
  87 Jonathan Buch <john@oxyliquit.de>
7
7
  75 Pistos <gitsomegrace.5.pistos@geoshell.com>
@@ -1,3 +1,15 @@
1
+ [b67f27d | Thu Jun 04 11:56:01 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2
+
3
+ * Fix Controller for 1.8.6
4
+
5
+ [38430a9 | Wed Jun 03 11:20:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
6
+
7
+ * Fix the bacon task dependency
8
+
9
+ [3d44f3b | Tue Jun 02 11:50:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
10
+
11
+ * Version 2009.06
12
+
1
13
  [a7f9a02 | Tue Jun 02 11:45:03 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2
14
 
3
15
  * Use the development-dependencies that rubygems offers
@@ -29,7 +29,7 @@ module Ramaze
29
29
  when 0
30
30
  require 'ramaze/controller/default'
31
31
  when 1
32
- controller = CONTROLLER_LIST.first
32
+ controller = CONTROLLER_LIST.to_a.first
33
33
 
34
34
  begin
35
35
  controller.mapping
@@ -1,3 +1,3 @@
1
1
  module Ramaze
2
- VERSION = "2009.06"
2
+ VERSION = "2009.06.04"
3
3
  end
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{ramaze}
5
- s.version = "2009.06"
5
+ s.version = "2009.06.04"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Michael 'manveru' Fellinger"]
9
- s.date = %q{2009-06-02}
9
+ s.date = %q{2009-06-04}
10
10
  s.default_executable = %q{ramaze}
11
11
  s.description = %q{Ramaze is a simple and modular web framework}
12
12
  s.email = %q{m.fellinger@gmail.com}
@@ -1,5 +1,5 @@
1
1
  desc 'Run all bacon specs with pretty output'
2
- task :bacon => :install_dependencies do
2
+ task :bacon => :setup do
3
3
  require 'open3'
4
4
  require 'scanf'
5
5
  require 'matrix'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: manveru-ramaze
3
3
  version: !ruby/object:Gem::Version
4
- version: "2009.06"
4
+ version: 2009.06.04
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael 'manveru' Fellinger
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-06-02 00:00:00 -07:00
12
+ date: 2009-06-04 00:00:00 -07:00
13
13
  default_executable: ramaze
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency