webs 0.3.0 → 0.3.1

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.3.0') do |p|
6
+ Echoe.new('webs', '0.3.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"
data/lib/helper/params.rb CHANGED
@@ -2,7 +2,7 @@ module Webs
2
2
  module Helper
3
3
  module Params
4
4
  FW_PARAMS = [:fw_sig, :fw_sig_site, :fw_sig_is_admin, :fw_sig_permission_level, :fw_sig_session_key, :fw_sig_tier, :fw_sig_permissions, :fw_sig_time, :fw_sig_api_key,
5
- :fw_sig_url, :fw_sig_user, :fw_sig_width, :fw_sig_social, :fw_sig_premium, :fb_sig_network, :fw_sig_captcha_valid]
5
+ :fw_sig_url, :fw_sig_user, :fw_sig_width, :fw_sig_social, :fw_sig_premium, :fb_sig_network, :fw_sig_captcha_valid, :fw_sig_locale]
6
6
 
7
7
  FW_PARAMS.each do |fw_param|
8
8
  module_eval( "def #{fw_param.to_s}() params[:#{fw_param.to_s}] || request.headers['#{fw_param.to_s}'] end" )
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.3.0'.freeze
10
+ VERSION = '0.3.1'.freeze
11
11
 
12
12
  def self.app_title
13
13
  APP_NAME.titleize
data/webs.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{webs}
5
- s.version = "0.3.0"
5
+ s.version = "0.3.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"]
metadata CHANGED
@@ -1,15 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ prerelease:
5
+ version: 0.3.1
5
6
  platform: ruby
6
7
  authors:
7
- - Chuck Olczak
8
+ - Chuck Olczak
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
12
 
12
- date: 2014-09-22 00:00:00 Z
13
+ date: 2014-09-22 00:00:00 -04:00
14
+ default_executable:
13
15
  dependencies: []
14
16
 
15
17
  description: Reusable webs stuff.
@@ -19,90 +21,91 @@ executables: []
19
21
  extensions: []
20
22
 
21
23
  extra_rdoc_files:
22
- - lib/views/layouts/webs_page.html.erb
23
- - lib/views/layouts/webs_utility.html.erb
24
- - lib/views/shared/_error_msgs.html.erb
25
- - lib/views/shared/_flash_msg.html.erb
26
- - lib/views/shared/_jquery_noconflict.html.erb
27
- - lib/views/shared/_webs_info.html.erb
28
- - lib/cache/cache.rb
29
- - lib/config/initializers/http_accept_patch.rb
30
- - lib/config/initializers/intl_select.rb
31
- - lib/config/initializers/webs_view_path.rb
32
- - lib/config/webs_constants.rb
33
- - lib/config/webs_initializer.rb
34
- - lib/controller/abuse_governor.rb
35
- - lib/controller/alive_controller.rb
36
- - lib/controller/info_controller.rb
37
- - lib/controller/permission_converter.rb
38
- - lib/controller/url_for_context_path.rb
39
- - lib/controller/webs_controller.rb
40
- - lib/helper/application.rb
41
- - lib/helper/encoding.rb
42
- - lib/helper/params.rb
43
- - lib/helper/tags.rb
44
- - lib/middleware/parameter_fixer.rb
45
- - lib/test/webs_test_helper.rb
46
- - lib/webs.rb
47
- - README.rdoc
24
+ - lib/views/layouts/webs_page.html.erb
25
+ - lib/views/layouts/webs_utility.html.erb
26
+ - lib/views/shared/_error_msgs.html.erb
27
+ - lib/views/shared/_flash_msg.html.erb
28
+ - lib/views/shared/_jquery_noconflict.html.erb
29
+ - lib/views/shared/_webs_info.html.erb
30
+ - lib/webs.rb
31
+ - lib/cache/cache.rb
32
+ - lib/config/webs_constants.rb
33
+ - lib/config/webs_initializer.rb
34
+ - lib/config/initializers/http_accept_patch.rb
35
+ - lib/config/initializers/intl_select.rb
36
+ - lib/config/initializers/webs_view_path.rb
37
+ - lib/controller/abuse_governor.rb
38
+ - lib/controller/alive_controller.rb
39
+ - lib/controller/info_controller.rb
40
+ - lib/controller/permission_converter.rb
41
+ - lib/controller/url_for_context_path.rb
42
+ - lib/controller/webs_controller.rb
43
+ - lib/helper/application.rb
44
+ - lib/helper/encoding.rb
45
+ - lib/helper/params.rb
46
+ - lib/helper/tags.rb
47
+ - lib/middleware/parameter_fixer.rb
48
+ - lib/test/webs_test_helper.rb
49
+ - README.rdoc
48
50
  files:
49
- - README.rdoc
50
- - Rakefile
51
- - lib/cache/cache.rb
52
- - lib/config/initializers/http_accept_patch.rb
53
- - lib/config/initializers/intl_select.rb
54
- - lib/config/initializers/webs_view_path.rb
55
- - lib/config/webs_constants.rb
56
- - lib/config/webs_initializer.rb
57
- - lib/controller/abuse_governor.rb
58
- - lib/controller/alive_controller.rb
59
- - lib/controller/info_controller.rb
60
- - lib/controller/permission_converter.rb
61
- - lib/controller/url_for_context_path.rb
62
- - lib/controller/webs_controller.rb
63
- - lib/helper/application.rb
64
- - lib/helper/encoding.rb
65
- - lib/helper/params.rb
66
- - lib/helper/tags.rb
67
- - lib/middleware/parameter_fixer.rb
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
75
- - lib/webs.rb
76
- - webs.gemspec
51
+ - lib/views/layouts/webs_page.html.erb
52
+ - lib/views/layouts/webs_utility.html.erb
53
+ - lib/views/shared/_error_msgs.html.erb
54
+ - lib/views/shared/_flash_msg.html.erb
55
+ - lib/views/shared/_jquery_noconflict.html.erb
56
+ - lib/views/shared/_webs_info.html.erb
57
+ - lib/webs.rb
58
+ - lib/cache/cache.rb
59
+ - lib/config/webs_constants.rb
60
+ - lib/config/webs_initializer.rb
61
+ - lib/config/initializers/http_accept_patch.rb
62
+ - lib/config/initializers/intl_select.rb
63
+ - lib/config/initializers/webs_view_path.rb
64
+ - lib/controller/abuse_governor.rb
65
+ - lib/controller/alive_controller.rb
66
+ - lib/controller/info_controller.rb
67
+ - lib/controller/permission_converter.rb
68
+ - lib/controller/url_for_context_path.rb
69
+ - lib/controller/webs_controller.rb
70
+ - lib/helper/application.rb
71
+ - lib/helper/encoding.rb
72
+ - lib/helper/params.rb
73
+ - lib/helper/tags.rb
74
+ - lib/middleware/parameter_fixer.rb
75
+ - lib/test/webs_test_helper.rb
76
+ - README.rdoc
77
+ - Rakefile
78
+ - webs.gemspec
79
+ has_rdoc: true
77
80
  homepage: http://github.com/websdotcom/websgem
78
81
  licenses: []
79
82
 
80
- metadata: {}
81
-
82
83
  post_install_message:
83
84
  rdoc_options:
84
- - --line-numbers
85
- - --inline-source
86
- - --title
87
- - Webs
88
- - --main
89
- - README.rdoc
85
+ - --line-numbers
86
+ - --inline-source
87
+ - --title
88
+ - Webs
89
+ - --main
90
+ - README.rdoc
90
91
  require_paths:
91
- - lib
92
+ - lib
92
93
  required_ruby_version: !ruby/object:Gem::Requirement
94
+ none: false
93
95
  requirements:
94
- - - ">="
95
- - !ruby/object:Gem::Version
96
- version: "0"
96
+ - - ">="
97
+ - !ruby/object:Gem::Version
98
+ version: "0"
97
99
  required_rubygems_version: !ruby/object:Gem::Requirement
100
+ none: false
98
101
  requirements:
99
- - - ">="
100
- - !ruby/object:Gem::Version
101
- version: "1.2"
102
+ - - ">="
103
+ - !ruby/object:Gem::Version
104
+ version: "1.2"
102
105
  requirements: []
103
106
 
104
107
  rubyforge_project: webs
105
- rubygems_version: 2.3.0
108
+ rubygems_version: 1.5.1
106
109
  signing_key:
107
110
  specification_version: 3
108
111
  summary: Reusable webs stuff.
checksums.yaml DELETED
@@ -1,7 +0,0 @@
1
- ---
2
- SHA512:
3
- metadata.gz: 729473cb868f9cf3926569ad05ccfea65bfdb4cd4bd4c45bc990bb7bba20cd570e65338a151790fe075c6382838842b12f6ea8f671a147211272e5eda236b3bb
4
- data.tar.gz: cce219c985d45bfa89bbb921e83442421a6fbe8aa627c550a46afb09825aad2a843466d4ffad9ca88a4e99325628115297a828744a6f5ec3b20b0f3a7cd23011
5
- SHA1:
6
- metadata.gz: 409b50f57e01dbb6104542542f47f5ba8cc02754
7
- data.tar.gz: 95400cf31c0e8154b24a10957e829086c812021f