manveru-ramaze 2009.06 → 2009.06.04
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/doc/AUTHORS +1 -1
- data/doc/CHANGELOG +12 -0
- data/lib/ramaze/controller.rb +1 -1
- data/lib/ramaze/version.rb +1 -1
- data/ramaze.gemspec +2 -2
- data/tasks/bacon.rake +1 -1
- metadata +2 -2
data/doc/AUTHORS
CHANGED
|
@@ -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
|
-
|
|
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>
|
data/doc/CHANGELOG
CHANGED
|
@@ -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
|
data/lib/ramaze/controller.rb
CHANGED
data/lib/ramaze/version.rb
CHANGED
data/ramaze.gemspec
CHANGED
|
@@ -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-
|
|
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}
|
data/tasks/bacon.rake
CHANGED
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:
|
|
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-
|
|
12
|
+
date: 2009-06-04 00:00:00 -07:00
|
|
13
13
|
default_executable: ramaze
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|