merb-gen 1.1.0.pre → 1.1.0.rc1
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/Rakefile +1 -1
- data/lib/merb-gen/version.rb +2 -2
- metadata +5 -5
data/Rakefile
CHANGED
data/lib/merb-gen/version.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
module Merb
|
|
2
2
|
module Generators
|
|
3
3
|
|
|
4
|
-
VERSION = '1.1.0.
|
|
4
|
+
VERSION = '1.1.0.rc1'.freeze
|
|
5
5
|
|
|
6
6
|
# Duplicated here (originally in merb_datamapper)
|
|
7
7
|
# This is currently the easiest way to get at the
|
|
@@ -14,4 +14,4 @@ module Merb
|
|
|
14
14
|
DO_VERSION_REQUIREMENT = '~> 0.10'.freeze
|
|
15
15
|
|
|
16
16
|
end
|
|
17
|
-
end
|
|
17
|
+
end
|
metadata
CHANGED
|
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
|
|
|
6
6
|
- 1
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.1.0.
|
|
9
|
+
- rc1
|
|
10
|
+
version: 1.1.0.rc1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Jonas Nicklas
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-03-
|
|
18
|
+
date: 2010-03-14 00:00:00 +00:00
|
|
19
19
|
default_executable: merb-gen
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -29,8 +29,8 @@ dependencies:
|
|
|
29
29
|
- 1
|
|
30
30
|
- 1
|
|
31
31
|
- 0
|
|
32
|
-
-
|
|
33
|
-
version: 1.1.0.
|
|
32
|
+
- rc1
|
|
33
|
+
version: 1.1.0.rc1
|
|
34
34
|
type: :runtime
|
|
35
35
|
version_requirements: *id001
|
|
36
36
|
- !ruby/object:Gem::Dependency
|