public
Description: The web app builder for Rails
Homepage: http://hobocentral.net
Clone URL: git://github.com/tablatom/hobo.git
Changes to version numbers and manifests for 0.8 pre 2 (0.7.99.2)
tablatom (author)
Fri Aug 29 13:51:33 -0700 2008
commit  4dcd6dd5d72550467c06ce2141f9c81224f6f85a
tree    df86c3b247c938f22a962acdea0e36ab4ef6fa13
parent  6018a716076342610784d9cc6b794036d87be052
...
74
75
76
77
78
79
80
...
91
92
93
 
94
95
96
...
105
106
107
 
 
 
 
108
109
110
...
74
75
76
 
77
78
79
...
90
91
92
93
94
95
96
...
105
106
107
108
109
110
111
112
113
114
0
@@ -74,7 +74,6 @@ rails_generators/hobo_front_controller/templates/controller.rb
0
 rails_generators/hobo_front_controller/templates/functional_test.rb
0
 rails_generators/hobo_front_controller/templates/helper.rb
0
 rails_generators/hobo_front_controller/templates/index.dryml
0
-rails_generators/hobo_front_controller/templates/search.dryml
0
 rails_generators/hobo_front_controller/USAGE
0
 rails_generators/hobo_model/hobo_model_generator.rb
0
 rails_generators/hobo_model/templates/fixtures.yml
0
@@ -91,6 +90,7 @@ rails_generators/hobo_model_resource/templates/controller.rb
0
 rails_generators/hobo_model_resource/templates/functional_test.rb
0
 rails_generators/hobo_model_resource/templates/helper.rb
0
 rails_generators/hobo_rapid/hobo_rapid_generator.rb
0
+rails_generators/hobo_rapid/templates/blank.gif
0
 rails_generators/hobo_rapid/templates/hobo-rapid.css
0
 rails_generators/hobo_rapid/templates/hobo-rapid.js
0
 rails_generators/hobo_rapid/templates/IE7.js
0
@@ -105,6 +105,10 @@ rails_generators/hobo_rapid/templates/themes/clean/public/images/spinner.gif
0
 rails_generators/hobo_rapid/templates/themes/clean/public/stylesheets/clean.css
0
 rails_generators/hobo_rapid/templates/themes/clean/public/stylesheets/rapid-ui.css
0
 rails_generators/hobo_rapid/templates/themes/clean/views/clean.dryml
0
+rails_generators/hobo_subsite/hobo_subsite_generator.rb
0
+rails_generators/hobo_subsite/templates/application.dryml
0
+rails_generators/hobo_subsite/templates/controller.rb
0
+rails_generators/hobo_subsite/templates/site_taglib.dryml
0
 rails_generators/hobo_user_controller/hobo_user_controller_generator.rb
0
 rails_generators/hobo_user_controller/templates/controller.rb
0
 rails_generators/hobo_user_controller/templates/functional_test.rb
...
26
27
28
29
 
30
31
32
33
 
 
34
35
36
...
26
27
28
 
29
30
31
 
 
32
33
34
35
36
0
@@ -26,11 +26,11 @@ Echoe.new('hobo') do |p|
0
   p.project = "hobo"
0
 
0
   p.changelog = "CHANGES.txt"
0
- p.version = "0.7.99.1"
0
+ p.version = "0.7.99.2"
0
 
0
   p.dependencies = [
0
- 'hobosupport >=0.7.99.1',
0
- 'hobofields >=0.7.99.1',
0
+ 'hobosupport >=0.7.99.2',
0
+ 'hobofields >=0.7.99.2',
0
     'rails =2.1',
0
     'mislav-will_paginate >=2.2.1']
0
 end
...
20
21
22
23
 
24
25
26
...
20
21
22
 
23
24
25
26
0
@@ -20,7 +20,7 @@ class HoboError < RuntimeError; end
0
 
0
 module Hobo
0
 
0
- VERSION = "0.7.99.1"
0
+ VERSION = "0.7.99.2"
0
 
0
   class RawJs < String; end
0
 
...
8
9
10
11
 
12
13
 
14
15
...
8
9
10
 
11
12
 
13
14
15
0
@@ -8,8 +8,8 @@ Echoe.new('hobofields') do |p|
0
   p.project = "hobo"
0
 
0
   p.changelog = "CHANGES.txt"
0
- p.version = "0.7.99.1"
0
+ p.version = "0.7.99.2"
0
 
0
- p.dependencies = ['hobosupport >=0.7.99.1']
0
+ p.dependencies = ['hobosupport >=0.7.99.2']
0
 end
0
 
...
9
10
11
12
 
13
14
15
...
9
10
11
 
12
13
14
15
0
@@ -9,7 +9,7 @@ end
0
 
0
 module HoboFields
0
 
0
- VERSION = "0.7.99.1"
0
+ VERSION = "0.7.99.2"
0
 
0
   extend self
0
 
...
13
14
15
 
16
17
18
...
22
23
24
25
...
13
14
15
16
17
18
19
...
23
24
25
 
0
@@ -13,6 +13,7 @@ lib/hobosupport/methodcall.rb
0
 lib/hobosupport/methodphitamine.rb
0
 lib/hobosupport/module.rb
0
 lib/hobosupport.rb
0
+Manifest
0
 Manifest.txt
0
 README.txt
0
 test/hobosupport/enumerable.rdoctest
0
@@ -22,4 +23,3 @@ test/hobosupport/metaid.rdoctest
0
 test/hobosupport/methodphitamine.rdoctest
0
 test/hobosupport/module.rdoctest
0
 test/hobosupport.rdoctest
0
-Manifest
...
8
9
10
11
 
12
...
8
9
10
 
11
12
0
@@ -8,5 +8,5 @@ Echoe.new('hobosupport') do |p|
0
   p.project = "hobo"
0
   
0
   p.changelog = "CHANGES.txt"
0
- p.version = "0.7.99.1"
0
+ p.version = "0.7.99.2"
0
 end
...
13
14
15
16
 
17
18
19
...
13
14
15
 
16
17
18
19
0
@@ -13,7 +13,7 @@ require 'hobosupport/module'
0
 
0
 module HoboSupport
0
 
0
- VERSION = "0.7.99.1"
0
+ VERSION = "0.7.99.2"
0
 
0
 end
0
 

Comments

    No one has commented yet.