webs 0.1.49 → 0.1.51

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,15 @@
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=
@@ -45,11 +45,11 @@ module Webs
45
45
  end
46
46
 
47
47
  def webs_query_string
48
- webs_params.collect{ |k,v| [k,v].join("=") }.join("&").to_s
48
+ webs_params.collect{ |k,v| [k,v].join("=") }.join("&")
49
49
  end
50
50
 
51
51
  def webs_auth_string
52
- webs_params.collect{ |k,v| [k[7..-1],v].join("=") }.to_s
52
+ webs_params.collect{ |k,v| [k[7..-1],v].join("=") }.join
53
53
  end
54
54
 
55
55
  # http://wiki.developers.webs.com/wiki/Verifying_Requests
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.49"
5
+ s.version = "0.1.51"
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-10-04}
9
+ s.date = %q{2013-10-25}
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,80 +1,78 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.49
5
- prerelease:
4
+ version: 0.1.51
6
5
  platform: ruby
7
6
  authors:
8
7
  - Chuck Olczak
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2011-10-04 00:00:00.000000000 -04:00
13
- default_executable:
11
+ date: 2013-10-25 00:00:00.000000000 Z
14
12
  dependencies: []
15
13
  description: Reusable webs stuff.
16
14
  email: chuck@webs.com
17
15
  executables: []
18
16
  extensions: []
19
17
  extra_rdoc_files:
20
- - lib/views/layouts/webs_utility.html.erb
21
18
  - lib/views/layouts/webs_page.html.erb
19
+ - lib/views/layouts/webs_utility.html.erb
20
+ - lib/views/shared/_error_msgs.html.erb
21
+ - lib/views/shared/_flash_msg.html.erb
22
22
  - lib/views/shared/_jquery_noconflict.html.erb
23
23
  - lib/views/shared/_webs_info.html.erb
24
- - lib/views/shared/_flash_msg.html.erb
25
- - lib/views/shared/_error_msgs.html.erb
26
- - lib/controller/info_controller.rb
27
- - lib/controller/webs_controller.rb
28
- - lib/controller/url_for_context_path.rb
24
+ - lib/cache/cache.rb
25
+ - lib/config/initializers/http_accept_patch.rb
26
+ - lib/config/initializers/intl_select.rb
27
+ - lib/config/initializers/webs_view_path.rb
28
+ - lib/config/webs_constants.rb
29
+ - lib/config/webs_initializer.rb
29
30
  - lib/controller/abuse_governor.rb
30
31
  - lib/controller/alive_controller.rb
32
+ - lib/controller/info_controller.rb
31
33
  - lib/controller/permission_converter.rb
34
+ - lib/controller/url_for_context_path.rb
35
+ - lib/controller/webs_controller.rb
36
+ - lib/helper/application.rb
32
37
  - lib/helper/encoding.rb
33
- - lib/helper/tags.rb
34
38
  - lib/helper/params.rb
35
- - lib/helper/application.rb
39
+ - lib/helper/tags.rb
36
40
  - lib/middleware/parameter_fixer.rb
37
- - lib/webs.rb
38
- - lib/cache/cache.rb
39
41
  - lib/test/webs_test_helper.rb
40
- - lib/config/webs_constants.rb
41
- - lib/config/initializers/http_accept_patch.rb
42
- - lib/config/initializers/webs_view_path.rb
43
- - lib/config/initializers/intl_select.rb
44
- - lib/config/webs_initializer.rb
42
+ - lib/webs.rb
45
43
  - README.rdoc
46
44
  files:
47
- - lib/views/layouts/webs_utility.html.erb
48
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
49
  - lib/views/shared/_jquery_noconflict.html.erb
50
50
  - lib/views/shared/_webs_info.html.erb
51
- - lib/views/shared/_flash_msg.html.erb
52
- - lib/views/shared/_error_msgs.html.erb
53
- - lib/controller/info_controller.rb
54
- - lib/controller/webs_controller.rb
55
- - lib/controller/url_for_context_path.rb
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
56
57
  - lib/controller/abuse_governor.rb
57
58
  - lib/controller/alive_controller.rb
59
+ - lib/controller/info_controller.rb
58
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
59
64
  - lib/helper/encoding.rb
60
- - lib/helper/tags.rb
61
65
  - lib/helper/params.rb
62
- - lib/helper/application.rb
66
+ - lib/helper/tags.rb
63
67
  - lib/middleware/parameter_fixer.rb
64
- - lib/webs.rb
65
- - lib/cache/cache.rb
66
68
  - lib/test/webs_test_helper.rb
67
- - lib/config/webs_constants.rb
68
- - lib/config/initializers/http_accept_patch.rb
69
- - lib/config/initializers/webs_view_path.rb
70
- - lib/config/initializers/intl_select.rb
71
- - lib/config/webs_initializer.rb
69
+ - lib/webs.rb
72
70
  - README.rdoc
73
71
  - Rakefile
74
72
  - webs.gemspec
75
- has_rdoc: true
76
73
  homepage: http://github.com/websdotcom/websgem
77
74
  licenses: []
75
+ metadata: {}
78
76
  post_install_message:
79
77
  rdoc_options:
80
78
  - --line-numbers
@@ -86,20 +84,18 @@ rdoc_options:
86
84
  require_paths:
87
85
  - lib
88
86
  required_ruby_version: !ruby/object:Gem::Requirement
89
- none: false
90
87
  requirements:
91
88
  - - ! '>='
92
89
  - !ruby/object:Gem::Version
93
90
  version: '0'
94
91
  required_rubygems_version: !ruby/object:Gem::Requirement
95
- none: false
96
92
  requirements:
97
93
  - - ! '>='
98
94
  - !ruby/object:Gem::Version
99
95
  version: '1.2'
100
96
  requirements: []
101
97
  rubyforge_project: webs
102
- rubygems_version: 1.6.2
98
+ rubygems_version: 2.1.10
103
99
  signing_key:
104
100
  specification_version: 3
105
101
  summary: Reusable webs stuff.