visage-app 1.0.0 → 2.0.0

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.
Files changed (42) hide show
  1. data/.gitignore +10 -0
  2. data/CHANGELOG.md +12 -0
  3. data/Gemfile +1 -15
  4. data/Gemfile.lock +44 -42
  5. data/README.md +123 -49
  6. data/Rakefile +16 -26
  7. data/bin/visage-app +17 -4
  8. data/features/cli.feature +10 -3
  9. data/features/json.feature +37 -0
  10. data/features/step_definitions/{visage_steps.rb → cli_steps.rb} +1 -1
  11. data/features/step_definitions/json_steps.rb +50 -8
  12. data/features/step_definitions/site_steps.rb +1 -1
  13. data/features/support/config/default/profiles.yaml +335 -0
  14. data/features/{data → support}/config/with_no_profiles/.stub +0 -0
  15. data/features/support/config/with_no_profiles/profiles.yaml +0 -0
  16. data/features/support/config/with_old_profile_yaml/profiles.yaml +116 -0
  17. data/features/support/env.rb +2 -3
  18. data/lib/visage-app.rb +35 -25
  19. data/lib/visage-app/collectd/json.rb +115 -118
  20. data/lib/visage-app/collectd/rrds.rb +25 -19
  21. data/lib/visage-app/helpers.rb +17 -0
  22. data/lib/visage-app/profile.rb +18 -25
  23. data/lib/visage-app/public/images/caution.png +0 -0
  24. data/lib/visage-app/public/images/ok.png +0 -0
  25. data/lib/visage-app/public/images/questions.png +0 -0
  26. data/lib/visage-app/public/javascripts/builder.js +607 -0
  27. data/lib/visage-app/public/javascripts/graph.js +179 -142
  28. data/lib/visage-app/public/javascripts/message.js +520 -0
  29. data/lib/visage-app/public/javascripts/mootools-core-1.4.0-full-compat.js +6285 -0
  30. data/lib/visage-app/public/javascripts/mootools-more-1.4.0.1.js +6399 -0
  31. data/lib/visage-app/public/stylesheets/message.css +61 -0
  32. data/lib/visage-app/public/stylesheets/screen.css +149 -38
  33. data/lib/visage-app/version.rb +5 -0
  34. data/lib/visage-app/views/builder.haml +38 -49
  35. data/lib/visage-app/views/builder_form.haml +14 -0
  36. data/lib/visage-app/views/layout.haml +5 -2
  37. data/lib/visage-app/views/profile.haml +44 -25
  38. data/visage-app.gemspec +29 -132
  39. metadata +93 -150
  40. data/VERSION +0 -1
  41. data/features/builder.feature +0 -16
  42. data/lib/visage-app/collectd/profile.rb +0 -36
@@ -1,139 +1,36 @@
1
- # Generated by jeweler
2
- # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
1
+ #
4
2
  # -*- encoding: utf-8 -*-
3
+ $:.push File.expand_path("../lib", __FILE__)
4
+ require "visage-app/version"
5
5
 
6
6
  Gem::Specification.new do |s|
7
- s.name = %q{visage-app}
8
- s.version = "0.9.6"
9
-
10
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
- s.authors = ["Lindsay Holmwood"]
12
- s.date = %q{2011-05-11}
13
- s.default_executable = %q{visage-app}
7
+ s.name = "visage-app"
8
+ s.version = Visage::VERSION
9
+ s.platform = Gem::Platform::RUBY
10
+ s.authors = [ "Lindsay Holmwood" ]
11
+ s.email = [ "lindsay@holmwood.id.au" ]
12
+ s.homepage = "http://visage-app.com/"
13
+ s.summary = %q{A web (interface | service) for viewing collectd statistics.}
14
14
  s.description = %q{Visage is a web interface for viewing collectd statistics. It also provides a JSON interface onto collectd's RRD data, giving you an easy way to mash up the data.}
15
- s.email = %q{lindsay@holmwood.id.au}
16
- s.executables = ["visage-app"]
17
- s.extra_rdoc_files = [
18
- "README.md"
19
- ]
20
- s.files = [
21
- "AUTHORS",
22
- "Gemfile",
23
- "Gemfile.lock",
24
- "LICENCE",
25
- "README.md",
26
- "Rakefile",
27
- "VERSION",
28
- "bin/visage-app",
29
- "features/builder.feature",
30
- "features/cli.feature",
31
- "features/data/config/with_no_profiles/.stub",
32
- "features/json.feature",
33
- "features/meta.feature",
34
- "features/profiles.feature",
35
- "features/step_definitions/form_steps.rb",
36
- "features/step_definitions/json_steps.rb",
37
- "features/step_definitions/result_steps.rb",
38
- "features/step_definitions/site_steps.rb",
39
- "features/step_definitions/visage_steps.rb",
40
- "features/step_definitions/webrat_steps.rb",
41
- "features/support/env.rb",
42
- "lib/visage-app.rb",
43
- "lib/visage-app/collectd/json.rb",
44
- "lib/visage-app/collectd/profile.rb",
45
- "lib/visage-app/collectd/rrds.rb",
46
- "lib/visage-app/config.rb",
47
- "lib/visage-app/config.ru",
48
- "lib/visage-app/config/file.rb",
49
- "lib/visage-app/graph.rb",
50
- "lib/visage-app/helpers.rb",
51
- "lib/visage-app/patches.rb",
52
- "lib/visage-app/profile.rb",
53
- "lib/visage-app/public/favicon.gif",
54
- "lib/visage-app/public/images/active.png",
55
- "lib/visage-app/public/images/add.png",
56
- "lib/visage-app/public/images/hosts.png",
57
- "lib/visage-app/public/images/loader.gif",
58
- "lib/visage-app/public/images/metrics.png",
59
- "lib/visage-app/public/images/search.png",
60
- "lib/visage-app/public/javascripts/graph.js",
61
- "lib/visage-app/public/javascripts/highcharts.js",
62
- "lib/visage-app/public/javascripts/highcharts.src.js",
63
- "lib/visage-app/public/javascripts/keyboard.js",
64
- "lib/visage-app/public/javascripts/mootools-1.2.3-core.js",
65
- "lib/visage-app/public/javascripts/mootools-1.2.5.1-more.js",
66
- "lib/visage-app/public/stylesheets/screen.css",
67
- "lib/visage-app/types.rb",
68
- "lib/visage-app/views/builder.haml",
69
- "lib/visage-app/views/layout.haml",
70
- "lib/visage-app/views/profile.haml",
71
- "lib/visage-app/views/profiles.haml",
72
- "man/visage-app.5",
73
- "man/visage-app.5.ronn",
74
- "visage-app.gemspec"
75
- ]
76
- s.homepage = %q{http://visage-app.com/}
77
- s.require_paths = ["lib"]
78
- s.rubygems_version = %q{1.3.6}
79
- s.summary = %q{a web (interface | service) for viewing collectd statistics}
80
15
 
81
- if s.respond_to? :specification_version then
82
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
83
- s.specification_version = 3
16
+ s.rubyforge_project = "visage-app"
84
17
 
85
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
86
- s.add_runtime_dependency(%q<haml>, [">= 0"])
87
- s.add_runtime_dependency(%q<tilt>, [">= 0"])
88
- s.add_runtime_dependency(%q<sinatra>, [">= 0"])
89
- s.add_runtime_dependency(%q<errand>, [">= 0"])
90
- s.add_runtime_dependency(%q<yajl-ruby>, [">= 0"])
91
- s.add_development_dependency(%q<shotgun>, [">= 0"])
92
- s.add_development_dependency(%q<rack-test>, [">= 0"])
93
- s.add_development_dependency(%q<rspec>, [">= 0"])
94
- s.add_development_dependency(%q<cucumber>, [">= 0"])
95
- s.add_development_dependency(%q<webrat>, [">= 0"])
96
- s.add_development_dependency(%q<jeweler>, [">= 0"])
97
- s.add_runtime_dependency(%q<sinatra>, ["~> 1.1.3"])
98
- s.add_runtime_dependency(%q<tilt>, ["~> 1.2.2"])
99
- s.add_runtime_dependency(%q<haml>, ["~> 3.0.13"])
100
- s.add_runtime_dependency(%q<errand>, ["~> 0.7.2"])
101
- s.add_runtime_dependency(%q<yajl-ruby>, ["~> 0.8.1"])
102
- else
103
- s.add_dependency(%q<haml>, [">= 0"])
104
- s.add_dependency(%q<tilt>, [">= 0"])
105
- s.add_dependency(%q<sinatra>, [">= 0"])
106
- s.add_dependency(%q<errand>, [">= 0"])
107
- s.add_dependency(%q<yajl-ruby>, [">= 0"])
108
- s.add_dependency(%q<shotgun>, [">= 0"])
109
- s.add_dependency(%q<rack-test>, [">= 0"])
110
- s.add_dependency(%q<rspec>, [">= 0"])
111
- s.add_dependency(%q<cucumber>, [">= 0"])
112
- s.add_dependency(%q<webrat>, [">= 0"])
113
- s.add_dependency(%q<jeweler>, [">= 0"])
114
- s.add_dependency(%q<sinatra>, ["~> 1.1.3"])
115
- s.add_dependency(%q<tilt>, ["~> 1.2.2"])
116
- s.add_dependency(%q<haml>, ["~> 3.0.13"])
117
- s.add_dependency(%q<errand>, ["~> 0.7.2"])
118
- s.add_dependency(%q<yajl-ruby>, ["~> 0.8.1"])
119
- end
120
- else
121
- s.add_dependency(%q<haml>, [">= 0"])
122
- s.add_dependency(%q<tilt>, [">= 0"])
123
- s.add_dependency(%q<sinatra>, [">= 0"])
124
- s.add_dependency(%q<errand>, [">= 0"])
125
- s.add_dependency(%q<yajl-ruby>, [">= 0"])
126
- s.add_dependency(%q<shotgun>, [">= 0"])
127
- s.add_dependency(%q<rack-test>, [">= 0"])
128
- s.add_dependency(%q<rspec>, [">= 0"])
129
- s.add_dependency(%q<cucumber>, [">= 0"])
130
- s.add_dependency(%q<webrat>, [">= 0"])
131
- s.add_dependency(%q<jeweler>, [">= 0"])
132
- s.add_dependency(%q<sinatra>, ["~> 1.1.3"])
133
- s.add_dependency(%q<tilt>, ["~> 1.2.2"])
134
- s.add_dependency(%q<haml>, ["~> 3.0.13"])
135
- s.add_dependency(%q<errand>, ["~> 0.7.2"])
136
- s.add_dependency(%q<yajl-ruby>, ["~> 0.8.1"])
137
- end
138
- end
18
+ s.required_ruby_version = ">= 1.8.7"
19
+ s.required_rubygems_version = ">= 1.3.6"
139
20
 
21
+ s.files = `git ls-files`.split("\n")
22
+ s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
23
+ s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
24
+ s.require_paths = ["lib"]
25
+
26
+ s.add_runtime_dependency "haml", "= 3.1.4"
27
+ s.add_runtime_dependency "tilt", "= 1.3.3"
28
+ s.add_runtime_dependency "sinatra", "= 1.3.2"
29
+ s.add_runtime_dependency "errand", "= 0.7.3"
30
+ s.add_runtime_dependency "yajl-ruby", "= 1.1.0"
31
+ s.add_development_dependency "shotgun", ">= 0"
32
+ s.add_development_dependency "rack-test", ">= 0"
33
+ s.add_development_dependency "rspec", ">= 0"
34
+ s.add_development_dependency "cucumber", ">= 0"
35
+ s.add_development_dependency "webrat", ">= 0"
36
+ end
metadata CHANGED
@@ -3,10 +3,10 @@ name: visage-app
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
- - 1
6
+ - 2
7
7
  - 0
8
8
  - 0
9
- version: 1.0.0
9
+ version: 2.0.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Lindsay Holmwood
@@ -14,48 +14,56 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-06-11 00:00:00 +10:00
18
- default_executable: visage-app
17
+ date: 2012-03-24 00:00:00 +11:00
18
+ default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
+ prerelease: false
21
22
  name: haml
22
- requirement: &id001 !ruby/object:Gem::Requirement
23
+ type: :runtime
24
+ version_requirements: &id001 !ruby/object:Gem::Requirement
23
25
  requirements:
24
- - - ">="
26
+ - - "="
25
27
  - !ruby/object:Gem::Version
26
28
  segments:
27
- - 0
28
- version: "0"
29
- prerelease: false
30
- type: :runtime
31
- version_requirements: *id001
29
+ - 3
30
+ - 1
31
+ - 4
32
+ version: 3.1.4
33
+ requirement: *id001
32
34
  - !ruby/object:Gem::Dependency
35
+ prerelease: false
33
36
  name: tilt
34
- requirement: &id002 !ruby/object:Gem::Requirement
37
+ type: :runtime
38
+ version_requirements: &id002 !ruby/object:Gem::Requirement
35
39
  requirements:
36
- - - ">="
40
+ - - "="
37
41
  - !ruby/object:Gem::Version
38
42
  segments:
39
- - 0
40
- version: "0"
41
- prerelease: false
42
- type: :runtime
43
- version_requirements: *id002
43
+ - 1
44
+ - 3
45
+ - 3
46
+ version: 1.3.3
47
+ requirement: *id002
44
48
  - !ruby/object:Gem::Dependency
49
+ prerelease: false
45
50
  name: sinatra
46
- requirement: &id003 !ruby/object:Gem::Requirement
51
+ type: :runtime
52
+ version_requirements: &id003 !ruby/object:Gem::Requirement
47
53
  requirements:
48
- - - ">="
54
+ - - "="
49
55
  - !ruby/object:Gem::Version
50
56
  segments:
51
- - 0
52
- version: "0"
53
- prerelease: false
54
- type: :runtime
55
- version_requirements: *id003
57
+ - 1
58
+ - 3
59
+ - 2
60
+ version: 1.3.2
61
+ requirement: *id003
56
62
  - !ruby/object:Gem::Dependency
63
+ prerelease: false
57
64
  name: errand
58
- requirement: &id004 !ruby/object:Gem::Requirement
65
+ type: :runtime
66
+ version_requirements: &id004 !ruby/object:Gem::Requirement
59
67
  requirements:
60
68
  - - "="
61
69
  - !ruby/object:Gem::Version
@@ -64,196 +72,117 @@ dependencies:
64
72
  - 7
65
73
  - 3
66
74
  version: 0.7.3
67
- prerelease: false
68
- type: :runtime
69
- version_requirements: *id004
75
+ requirement: *id004
70
76
  - !ruby/object:Gem::Dependency
71
- name: yajl-ruby
72
- requirement: &id005 !ruby/object:Gem::Requirement
73
- requirements:
74
- - - ">="
75
- - !ruby/object:Gem::Version
76
- segments:
77
- - 0
78
- version: "0"
79
77
  prerelease: false
78
+ name: yajl-ruby
80
79
  type: :runtime
81
- version_requirements: *id005
82
- - !ruby/object:Gem::Dependency
83
- name: shotgun
84
- requirement: &id006 !ruby/object:Gem::Requirement
80
+ version_requirements: &id005 !ruby/object:Gem::Requirement
85
81
  requirements:
86
- - - ">="
82
+ - - "="
87
83
  - !ruby/object:Gem::Version
88
84
  segments:
85
+ - 1
86
+ - 1
89
87
  - 0
90
- version: "0"
88
+ version: 1.1.0
89
+ requirement: *id005
90
+ - !ruby/object:Gem::Dependency
91
91
  prerelease: false
92
+ name: shotgun
92
93
  type: :development
93
- version_requirements: *id006
94
- - !ruby/object:Gem::Dependency
95
- name: rack-test
96
- requirement: &id007 !ruby/object:Gem::Requirement
94
+ version_requirements: &id006 !ruby/object:Gem::Requirement
97
95
  requirements:
98
96
  - - ">="
99
97
  - !ruby/object:Gem::Version
100
98
  segments:
101
99
  - 0
102
100
  version: "0"
101
+ requirement: *id006
102
+ - !ruby/object:Gem::Dependency
103
103
  prerelease: false
104
+ name: rack-test
104
105
  type: :development
105
- version_requirements: *id007
106
- - !ruby/object:Gem::Dependency
107
- name: rspec
108
- requirement: &id008 !ruby/object:Gem::Requirement
106
+ version_requirements: &id007 !ruby/object:Gem::Requirement
109
107
  requirements:
110
108
  - - ">="
111
109
  - !ruby/object:Gem::Version
112
110
  segments:
113
111
  - 0
114
112
  version: "0"
113
+ requirement: *id007
114
+ - !ruby/object:Gem::Dependency
115
115
  prerelease: false
116
+ name: rspec
116
117
  type: :development
117
- version_requirements: *id008
118
- - !ruby/object:Gem::Dependency
119
- name: cucumber
120
- requirement: &id009 !ruby/object:Gem::Requirement
118
+ version_requirements: &id008 !ruby/object:Gem::Requirement
121
119
  requirements:
122
120
  - - ">="
123
121
  - !ruby/object:Gem::Version
124
122
  segments:
125
123
  - 0
126
124
  version: "0"
125
+ requirement: *id008
126
+ - !ruby/object:Gem::Dependency
127
127
  prerelease: false
128
+ name: cucumber
128
129
  type: :development
129
- version_requirements: *id009
130
- - !ruby/object:Gem::Dependency
131
- name: webrat
132
- requirement: &id010 !ruby/object:Gem::Requirement
130
+ version_requirements: &id009 !ruby/object:Gem::Requirement
133
131
  requirements:
134
132
  - - ">="
135
133
  - !ruby/object:Gem::Version
136
134
  segments:
137
135
  - 0
138
136
  version: "0"
137
+ requirement: *id009
138
+ - !ruby/object:Gem::Dependency
139
139
  prerelease: false
140
+ name: webrat
140
141
  type: :development
141
- version_requirements: *id010
142
- - !ruby/object:Gem::Dependency
143
- name: jeweler
144
- requirement: &id011 !ruby/object:Gem::Requirement
142
+ version_requirements: &id010 !ruby/object:Gem::Requirement
145
143
  requirements:
146
144
  - - ">="
147
145
  - !ruby/object:Gem::Version
148
146
  segments:
149
147
  - 0
150
148
  version: "0"
151
- prerelease: false
152
- type: :development
153
- version_requirements: *id011
154
- - !ruby/object:Gem::Dependency
155
- name: sinatra
156
- requirement: &id012 !ruby/object:Gem::Requirement
157
- requirements:
158
- - - ~>
159
- - !ruby/object:Gem::Version
160
- segments:
161
- - 1
162
- - 1
163
- - 3
164
- version: 1.1.3
165
- prerelease: false
166
- type: :runtime
167
- version_requirements: *id012
168
- - !ruby/object:Gem::Dependency
169
- name: tilt
170
- requirement: &id013 !ruby/object:Gem::Requirement
171
- requirements:
172
- - - ~>
173
- - !ruby/object:Gem::Version
174
- segments:
175
- - 1
176
- - 2
177
- - 2
178
- version: 1.2.2
179
- prerelease: false
180
- type: :runtime
181
- version_requirements: *id013
182
- - !ruby/object:Gem::Dependency
183
- name: haml
184
- requirement: &id014 !ruby/object:Gem::Requirement
185
- requirements:
186
- - - ~>
187
- - !ruby/object:Gem::Version
188
- segments:
189
- - 3
190
- - 0
191
- - 13
192
- version: 3.0.13
193
- prerelease: false
194
- type: :runtime
195
- version_requirements: *id014
196
- - !ruby/object:Gem::Dependency
197
- name: errand
198
- requirement: &id015 !ruby/object:Gem::Requirement
199
- requirements:
200
- - - "="
201
- - !ruby/object:Gem::Version
202
- segments:
203
- - 0
204
- - 7
205
- - 3
206
- version: 0.7.3
207
- prerelease: false
208
- type: :runtime
209
- version_requirements: *id015
210
- - !ruby/object:Gem::Dependency
211
- name: yajl-ruby
212
- requirement: &id016 !ruby/object:Gem::Requirement
213
- requirements:
214
- - - ~>
215
- - !ruby/object:Gem::Version
216
- segments:
217
- - 0
218
- - 8
219
- - 1
220
- version: 0.8.1
221
- prerelease: false
222
- type: :runtime
223
- version_requirements: *id016
149
+ requirement: *id010
224
150
  description: Visage is a web interface for viewing collectd statistics. It also provides a JSON interface onto collectd's RRD data, giving you an easy way to mash up the data.
225
- email: lindsay@holmwood.id.au
151
+ email:
152
+ - lindsay@holmwood.id.au
226
153
  executables:
227
154
  - visage-app
228
155
  extensions: []
229
156
 
230
- extra_rdoc_files:
231
- - README.md
157
+ extra_rdoc_files: []
158
+
232
159
  files:
160
+ - .gitignore
233
161
  - AUTHORS
162
+ - CHANGELOG.md
234
163
  - Gemfile
235
164
  - Gemfile.lock
236
165
  - LICENCE
237
166
  - README.md
238
167
  - Rakefile
239
- - VERSION
240
168
  - bin/visage-app
241
- - features/builder.feature
242
169
  - features/cli.feature
243
- - features/data/config/with_no_profiles/.stub
244
170
  - features/json.feature
245
171
  - features/meta.feature
246
172
  - features/profiles.feature
173
+ - features/step_definitions/cli_steps.rb
247
174
  - features/step_definitions/form_steps.rb
248
175
  - features/step_definitions/json_steps.rb
249
176
  - features/step_definitions/result_steps.rb
250
177
  - features/step_definitions/site_steps.rb
251
- - features/step_definitions/visage_steps.rb
252
178
  - features/step_definitions/webrat_steps.rb
179
+ - features/support/config/default/profiles.yaml
180
+ - features/support/config/with_no_profiles/.stub
181
+ - features/support/config/with_no_profiles/profiles.yaml
182
+ - features/support/config/with_old_profile_yaml/profiles.yaml
253
183
  - features/support/env.rb
254
184
  - lib/visage-app.rb
255
185
  - lib/visage-app/collectd/json.rb
256
- - lib/visage-app/collectd/profile.rb
257
186
  - lib/visage-app/collectd/rrds.rb
258
187
  - lib/visage-app/config.rb
259
188
  - lib/visage-app/config.ru
@@ -265,19 +194,29 @@ files:
265
194
  - lib/visage-app/public/favicon.gif
266
195
  - lib/visage-app/public/images/active.png
267
196
  - lib/visage-app/public/images/add.png
197
+ - lib/visage-app/public/images/caution.png
268
198
  - lib/visage-app/public/images/hosts.png
269
199
  - lib/visage-app/public/images/loader.gif
270
200
  - lib/visage-app/public/images/metrics.png
201
+ - lib/visage-app/public/images/ok.png
202
+ - lib/visage-app/public/images/questions.png
271
203
  - lib/visage-app/public/images/search.png
204
+ - lib/visage-app/public/javascripts/builder.js
272
205
  - lib/visage-app/public/javascripts/graph.js
273
206
  - lib/visage-app/public/javascripts/highcharts.js
274
207
  - lib/visage-app/public/javascripts/highcharts.src.js
275
208
  - lib/visage-app/public/javascripts/keyboard.js
209
+ - lib/visage-app/public/javascripts/message.js
276
210
  - lib/visage-app/public/javascripts/mootools-1.2.3-core.js
277
211
  - lib/visage-app/public/javascripts/mootools-1.2.5.1-more.js
212
+ - lib/visage-app/public/javascripts/mootools-core-1.4.0-full-compat.js
213
+ - lib/visage-app/public/javascripts/mootools-more-1.4.0.1.js
214
+ - lib/visage-app/public/stylesheets/message.css
278
215
  - lib/visage-app/public/stylesheets/screen.css
279
216
  - lib/visage-app/types.rb
217
+ - lib/visage-app/version.rb
280
218
  - lib/visage-app/views/builder.haml
219
+ - lib/visage-app/views/builder_form.haml
281
220
  - lib/visage-app/views/layout.haml
282
221
  - lib/visage-app/views/profile.haml
283
222
  - lib/visage-app/views/profiles.haml
@@ -298,21 +237,25 @@ required_ruby_version: !ruby/object:Gem::Requirement
298
237
  - - ">="
299
238
  - !ruby/object:Gem::Version
300
239
  segments:
301
- - 0
302
- version: "0"
240
+ - 1
241
+ - 8
242
+ - 7
243
+ version: 1.8.7
303
244
  required_rubygems_version: !ruby/object:Gem::Requirement
304
245
  requirements:
305
246
  - - ">="
306
247
  - !ruby/object:Gem::Version
307
248
  segments:
308
- - 0
309
- version: "0"
249
+ - 1
250
+ - 3
251
+ - 6
252
+ version: 1.3.6
310
253
  requirements: []
311
254
 
312
- rubyforge_project:
255
+ rubyforge_project: visage-app
313
256
  rubygems_version: 1.3.6
314
257
  signing_key:
315
258
  specification_version: 3
316
- summary: a web (interface | service) for viewing collectd statistics
259
+ summary: A web (interface | service) for viewing collectd statistics.
317
260
  test_files: []
318
261