webs 0.1.12 → 0.1.13

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -3,7 +3,7 @@ require 'rubygems'
3
3
  require 'rake'
4
4
  require 'echoe'
5
5
 
6
- Echoe.new('webs', '0.1.12') do |p|
6
+ Echoe.new('webs', '0.1.13') do |p|
7
7
  p.description = "Reusable webs stuff."
8
8
  p.url = "https://colczak@github.com/websdev/websgem.git"
9
9
  p.author = "Chuck Olczak"
@@ -3,6 +3,7 @@
3
3
  <%= javascript_include_tag 'application' %>
4
4
  <%= stylesheet_link_tag 'styles' %>
5
5
  <%= yield :fw_head %>
6
+ <div class="clear"></div>
6
7
  </fw:head>
7
8
 
8
9
  <fw:paragraph>
data/lib/webs.rb CHANGED
@@ -7,7 +7,7 @@ require dir + 'helper/params'
7
7
  require dir + 'helper/tags'
8
8
 
9
9
  module Webs
10
- VERSION = "0.1.12".freeze
10
+ VERSION = "0.1.13".freeze
11
11
 
12
12
  # def self.load_constants
13
13
  # s = File.read("#{Pathname(__FILE__).dirname.expand_path}/config/webs_constants.yml")
data/webs.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{webs}
5
- s.version = "0.1.12"
5
+ s.version = "0.1.13"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Chuck Olczak"]
9
- s.date = %q{2011-01-28}
9
+ s.date = %q{2011-02-03}
10
10
  s.description = %q{Reusable webs stuff.}
11
11
  s.email = %q{chuck@webs.com}
12
12
  gemfiles = [
metadata CHANGED
@@ -1,20 +1,21 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webs
3
3
  version: !ruby/object:Gem::Version
4
+ hash: 1
4
5
  prerelease: false
5
6
  segments:
6
- - 0
7
- - 1
8
- - 12
9
- version: 0.1.12
7
+ - 0
8
+ - 1
9
+ - 13
10
+ version: 0.1.13
10
11
  platform: ruby
11
12
  authors:
12
- - Chuck Olczak
13
+ - Chuck Olczak
13
14
  autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
17
 
17
- date: 2011-01-28 00:00:00 -05:00
18
+ date: 2011-02-03 00:00:00 -05:00
18
19
  default_executable:
19
20
  dependencies: []
20
21
 
@@ -25,70 +26,74 @@ executables: []
25
26
  extensions: []
26
27
 
27
28
  extra_rdoc_files:
28
- - README.rdoc
29
- - lib/webs.rb
30
- - lib/cache/cache.rb
31
- - lib/config/webs_constants.rb
32
- - lib/config/webs_initializer.rb
33
- - lib/controller/url_for_context_path.rb
34
- - lib/controller/webs_controller.rb
35
- - lib/helper/application.rb
36
- - lib/helper/params.rb
37
- - lib/helper/tags.rb
38
- - lib/views/layouts/webs_page.html.erb
39
- - lib/views/layouts/webs_utility.html.erb
40
- - lib/test/webs_test_helper.rb
41
- - lib/views/shared/_webs_info.html.erb
29
+ - README.rdoc
30
+ - lib/webs.rb
31
+ - lib/cache/cache.rb
32
+ - lib/config/webs_constants.rb
33
+ - lib/config/webs_initializer.rb
34
+ - lib/controller/url_for_context_path.rb
35
+ - lib/controller/webs_controller.rb
36
+ - lib/helper/application.rb
37
+ - lib/helper/params.rb
38
+ - lib/helper/tags.rb
39
+ - lib/views/layouts/webs_page.html.erb
40
+ - lib/views/layouts/webs_utility.html.erb
41
+ - lib/test/webs_test_helper.rb
42
+ - lib/views/shared/_webs_info.html.erb
42
43
  files:
43
- - README.rdoc
44
- - lib/webs.rb
45
- - lib/cache/cache.rb
46
- - lib/config/webs_constants.rb
47
- - lib/config/webs_initializer.rb
48
- - lib/controller/url_for_context_path.rb
49
- - lib/controller/webs_controller.rb
50
- - lib/helper/application.rb
51
- - lib/helper/params.rb
52
- - lib/helper/tags.rb
53
- - lib/views/layouts/webs_page.html.erb
54
- - lib/views/layouts/webs_utility.html.erb
55
- - lib/test/webs_test_helper.rb
56
- - lib/views/shared/_webs_info.html.erb
57
- - Rakefile
58
- - webs.gemspec
44
+ - README.rdoc
45
+ - lib/webs.rb
46
+ - lib/cache/cache.rb
47
+ - lib/config/webs_constants.rb
48
+ - lib/config/webs_initializer.rb
49
+ - lib/controller/url_for_context_path.rb
50
+ - lib/controller/webs_controller.rb
51
+ - lib/helper/application.rb
52
+ - lib/helper/params.rb
53
+ - lib/helper/tags.rb
54
+ - lib/views/layouts/webs_page.html.erb
55
+ - lib/views/layouts/webs_utility.html.erb
56
+ - lib/test/webs_test_helper.rb
57
+ - lib/views/shared/_webs_info.html.erb
58
+ - Rakefile
59
+ - webs.gemspec
59
60
  has_rdoc: true
60
61
  homepage: http://github.com/websdotcom/websgem
61
62
  licenses: []
62
63
 
63
64
  post_install_message:
64
65
  rdoc_options:
65
- - --line-numbers
66
- - --inline-source
67
- - --title
68
- - Webs
69
- - --main
70
- - README.rdoc
66
+ - --line-numbers
67
+ - --inline-source
68
+ - --title
69
+ - Webs
70
+ - --main
71
+ - README.rdoc
71
72
  require_paths:
72
- - lib
73
+ - lib
73
74
  required_ruby_version: !ruby/object:Gem::Requirement
75
+ none: false
74
76
  requirements:
75
- - - ">="
76
- - !ruby/object:Gem::Version
77
- segments:
78
- - 0
79
- version: "0"
77
+ - - ">="
78
+ - !ruby/object:Gem::Version
79
+ hash: 3
80
+ segments:
81
+ - 0
82
+ version: "0"
80
83
  required_rubygems_version: !ruby/object:Gem::Requirement
84
+ none: false
81
85
  requirements:
82
- - - ">="
83
- - !ruby/object:Gem::Version
84
- segments:
85
- - 1
86
- - 2
87
- version: "1.2"
86
+ - - ">="
87
+ - !ruby/object:Gem::Version
88
+ hash: 11
89
+ segments:
90
+ - 1
91
+ - 2
92
+ version: "1.2"
88
93
  requirements: []
89
94
 
90
95
  rubyforge_project: webs
91
- rubygems_version: 1.3.6
96
+ rubygems_version: 1.3.7
92
97
  signing_key:
93
98
  specification_version: 3
94
99
  summary: Reusable webs stuff.