webs 0.1.51 → 0.2.1

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.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
- ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- YzgzZjg0MGNmZDg0OGU0OWZmMDk0M2ZhNTFjNjBlODlkNmNkY2NjZA==
5
- data.tar.gz: !binary |-
6
- NjE5OTllMDI1Yzg1OWVmNzNlMDhiYzgyYzYyYjkwOTAxNDVmYjI5NQ==
7
- SHA512:
8
- metadata.gz: !binary |-
9
- OWE2ZjgxZTJmMmYyYjJiMWMzMmM3YzdiMWM3YTZkYTI0ZTE0MGJkMjhhZDI0
10
- YWRmMmE0Mzc3NjAzNWQ0ODdmMjkxNGUyODY3ODFlOWQ5NjBhOTQ1YzM3YTJj
11
- ODcwOGZmMWYzMWNmZjg2MGI5ZDA3MmIzZTBkMDU5MmM3YTBjY2I=
12
- data.tar.gz: !binary |-
13
- YmNkZDg3ZWM3ZDBiNjMyMjJmOTljOTVmNjRhYzg5MzQyOWUzODE1Njg2OGI4
14
- NjliZDNjMDBmNzA3NTI4ZDVjYWQ4YjE2OWVjNjNlZmRmMmU4YjIxNGE4YmUz
15
- MzlkMTBiOTA1YWI4ZWU1NTIyZDMwMWI2YjZkYTgxYTIwNTlmNzE=
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 074a188a67f31520f66670060ce9e7d87cbe498a
4
+ data.tar.gz: 6a797e3bdbcd16f8a7f9b6343d82bb0dd59944f5
5
+ SHA512:
6
+ metadata.gz: b9da722003a24f6ebd811debb1f622a05320b94c9131b443afe93b625af6f1e4df7e3f77bcb49369f828485652a4d31a9b3791118dc7fec05fcd3f1aa99d030f
7
+ data.tar.gz: 5690517cb83b7f635a3d27921053eebe129ac708bd00533eea9a8eb30adc99ba02b8196c92c79b22d576b7e443f375665d4754863eca99d4914b913d11467d25
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.49') do |p|
6
+ Echoe.new('webs', '0.2.1') 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"
@@ -1,4 +1,4 @@
1
- <%= fwml :utility, :title=>@title do %>
1
+ <%= fwml :utility, { :title => @title }.merge!(@page_attributes || {}) do %>
2
2
  <fw:head>
3
3
  <%= javascript_include_tag 'application' %>
4
4
  <%= stylesheet_link_tag 'styles' %>
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.49'.freeze
10
+ VERSION = '0.2.1'.freeze
11
11
 
12
12
  def self.app_title
13
13
  APP_NAME.titleize
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.51"
5
+ s.version = "0.2.1"
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{2013-10-25}
9
+ s.date = %q{2014-06-18}
10
10
  s.description = %q{Reusable webs stuff.}
11
11
  s.email = %q{chuck@webs.com}
12
12
  gemfiles = Dir.glob( "**/*.{erb,rb,rdoc}" )
metadata CHANGED
@@ -1,20 +1,24 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: webs
3
- version: !ruby/object:Gem::Version
4
- version: 0.1.51
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.1
5
5
  platform: ruby
6
- authors:
6
+ authors:
7
7
  - Chuck Olczak
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-25 00:00:00.000000000 Z
11
+
12
+ date: 2014-06-18 00:00:00 Z
12
13
  dependencies: []
14
+
13
15
  description: Reusable webs stuff.
14
16
  email: chuck@webs.com
15
17
  executables: []
18
+
16
19
  extensions: []
17
- extra_rdoc_files:
20
+
21
+ extra_rdoc_files:
18
22
  - lib/views/layouts/webs_page.html.erb
19
23
  - lib/views/layouts/webs_utility.html.erb
20
24
  - lib/views/shared/_error_msgs.html.erb
@@ -41,13 +45,9 @@ extra_rdoc_files:
41
45
  - lib/test/webs_test_helper.rb
42
46
  - lib/webs.rb
43
47
  - README.rdoc
44
- files:
45
- - lib/views/layouts/webs_page.html.erb
46
- - lib/views/layouts/webs_utility.html.erb
47
- - lib/views/shared/_error_msgs.html.erb
48
- - lib/views/shared/_flash_msg.html.erb
49
- - lib/views/shared/_jquery_noconflict.html.erb
50
- - lib/views/shared/_webs_info.html.erb
48
+ files:
49
+ - README.rdoc
50
+ - Rakefile
51
51
  - lib/cache/cache.rb
52
52
  - lib/config/initializers/http_accept_patch.rb
53
53
  - lib/config/initializers/intl_select.rb
@@ -66,37 +66,45 @@ files:
66
66
  - lib/helper/tags.rb
67
67
  - lib/middleware/parameter_fixer.rb
68
68
  - lib/test/webs_test_helper.rb
69
+ - lib/views/layouts/webs_page.html.erb
70
+ - lib/views/layouts/webs_utility.html.erb
71
+ - lib/views/shared/_error_msgs.html.erb
72
+ - lib/views/shared/_flash_msg.html.erb
73
+ - lib/views/shared/_jquery_noconflict.html.erb
74
+ - lib/views/shared/_webs_info.html.erb
69
75
  - lib/webs.rb
70
- - README.rdoc
71
- - Rakefile
72
76
  - webs.gemspec
73
77
  homepage: http://github.com/websdotcom/websgem
74
78
  licenses: []
79
+
75
80
  metadata: {}
81
+
76
82
  post_install_message:
77
- rdoc_options:
83
+ rdoc_options:
78
84
  - --line-numbers
79
85
  - --inline-source
80
86
  - --title
81
87
  - Webs
82
88
  - --main
83
89
  - README.rdoc
84
- require_paths:
90
+ require_paths:
85
91
  - lib
86
- required_ruby_version: !ruby/object:Gem::Requirement
87
- requirements:
88
- - - ! '>='
89
- - !ruby/object:Gem::Version
90
- version: '0'
91
- required_rubygems_version: !ruby/object:Gem::Requirement
92
- requirements:
93
- - - ! '>='
94
- - !ruby/object:Gem::Version
95
- version: '1.2'
92
+ required_ruby_version: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: "0"
97
+ required_rubygems_version: !ruby/object:Gem::Requirement
98
+ requirements:
99
+ - - ">="
100
+ - !ruby/object:Gem::Version
101
+ version: "1.2"
96
102
  requirements: []
103
+
97
104
  rubyforge_project: webs
98
- rubygems_version: 2.1.10
105
+ rubygems_version: 2.3.0
99
106
  signing_key:
100
107
  specification_version: 3
101
108
  summary: Reusable webs stuff.
102
109
  test_files: []
110
+