sinatra-contrib 4.0.1 → 4.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 991bb7ef6f431b07f50761b153a9f3c5158ad08928016731a83aebeabca7e425
4
- data.tar.gz: bdbd66c9e184498f1d7ab4bd1585c8eed82a03dc6fdda5c3e725440461ca1400
3
+ metadata.gz: 3847278bcdd943f86243445ea0959559d9c0f148b2320e07f4474400af3d69c9
4
+ data.tar.gz: 6430fb1432cfa954fcffbadf3edcae9b8c622c69cc118c3cd21e9489f489a3af
5
5
  SHA512:
6
- metadata.gz: 0bc2c3cc62ababa3a12f0dfb277e4fc09e86a5b37d99e63a1122206f7569488d6dd32a53e5fd1145e961b6074a77e1eb5cfef5f186c9a2c799522311396f6847
7
- data.tar.gz: 9e4788ef2796d91b3db8b266ec7f948d2ec64abec1e67cd86e7f62f8171915c3a371217aab9e1f22048108167fd3a95261f6bfd26a0956962733a92e9344f577
6
+ metadata.gz: 01dc3a37a746bdd1229776b7da8de2920e5ced4ddd3d571aaece41b45828975f42916ab165225a221c9265f24a07975aa9290ae08685d7149d0716314d9b28db
7
+ data.tar.gz: b5dd64828094ab97e66af29e9be9aab13f9d42cd598f796d6917502e2ce0aaa00ccf7970c9f09ccb5fa20d10fbc5da136cb1a88e4268e0530cf2cb7811216ce7
data/README.md CHANGED
@@ -69,7 +69,7 @@ consider using an alternative like [rerun](https://github.com/alexch/rerun) or
69
69
  * [`sinatra/test_helpers`][sinatra-test-helpers]: Helper methods to ease testing your Sinatra
70
70
  application. Partly extracted from Sinatra. Testing framework agnostic
71
71
 
72
- * `sinatra/quiet_logger`: Extension to exclude specific pathes from access log.
72
+ * `sinatra/quiet_logger`: Extension to exclude specific paths from access log.
73
73
  It works by patching Rack::CommonLogger
74
74
 
75
75
  ## Installation
data/ideas.md CHANGED
@@ -10,7 +10,7 @@
10
10
  end
11
11
 
12
12
  * `sinatra-smart-cache`: update cache header only if arguments are more
13
- restrictive than curent value, set caching headers that way for most helper
13
+ restrictive than current value, set caching headers that way for most helper
14
14
  methods (i.e. `send_file`)
15
15
 
16
16
  * Some verbose logging extension: Log what filters, routes, error handlers,
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Sinatra
4
4
  module Contrib
5
- VERSION = '4.0.1'
5
+ VERSION = '4.1.0'
6
6
  end
7
7
  end
@@ -13,7 +13,7 @@ module Sinatra
13
13
  # require 'sinatra/haml_helpers'
14
14
  #
15
15
  # class Application < Sinatra::Base
16
- # register Sinatra::HamlHelpers
16
+ # helpers Sinatra::HamlHelpers
17
17
  #
18
18
  # # now you can use the helpers in your views
19
19
  # get '/' do
@@ -395,12 +395,12 @@ module Sinatra
395
395
  # attr_reader :register_path warn on -w (private attribute)
396
396
  def register_path; @register_path ||= nil; end
397
397
 
398
- # Indicates an extesion is being registered.
398
+ # Indicates an extension is being registered.
399
399
  def start_registering_extension
400
400
  @register_path = caller_files[2]
401
401
  end
402
402
 
403
- # Indicates the extesion has already been registered.
403
+ # Indicates the extension has already been registered.
404
404
  def stop_registering_extension
405
405
  @register_path = nil
406
406
  end
@@ -21,7 +21,7 @@ module Sinatra
21
21
  # end
22
22
  # end
23
23
  #
24
- # You can use it in classic application just by requring the extension:
24
+ # You can use it in classic application just by requiring the extension:
25
25
  #
26
26
  # require 'sinatra'
27
27
  # require 'sinatra/webdav'
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra-contrib
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.1
4
+ version: 4.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - https://github.com/sinatra/sinatra/graphs/contributors
8
+ autorequire:
8
9
  bindir: bin
9
10
  cert_chain: []
10
- date: 1980-01-02 00:00:00.000000000 Z
11
+ date: 2024-11-18 00:00:00.000000000 Z
11
12
  dependencies:
12
13
  - !ruby/object:Gem::Dependency
13
14
  name: multi_json
@@ -43,28 +44,28 @@ dependencies:
43
44
  requirements:
44
45
  - - '='
45
46
  - !ruby/object:Gem::Version
46
- version: 4.0.1
47
+ version: 4.1.0
47
48
  type: :runtime
48
49
  prerelease: false
49
50
  version_requirements: !ruby/object:Gem::Requirement
50
51
  requirements:
51
52
  - - '='
52
53
  - !ruby/object:Gem::Version
53
- version: 4.0.1
54
+ version: 4.1.0
54
55
  - !ruby/object:Gem::Dependency
55
56
  name: sinatra
56
57
  requirement: !ruby/object:Gem::Requirement
57
58
  requirements:
58
59
  - - '='
59
60
  - !ruby/object:Gem::Version
60
- version: 4.0.1
61
+ version: 4.1.0
61
62
  type: :runtime
62
63
  prerelease: false
63
64
  version_requirements: !ruby/object:Gem::Requirement
64
65
  requirements:
65
66
  - - '='
66
67
  - !ruby/object:Gem::Version
67
- version: 4.0.1
68
+ version: 4.1.0
68
69
  - !ruby/object:Gem::Dependency
69
70
  name: tilt
70
71
  requirement: !ruby/object:Gem::Requirement
@@ -122,6 +123,7 @@ metadata:
122
123
  homepage_uri: http://sinatrarb.com/contrib/
123
124
  documentation_uri: https://www.rubydoc.info/gems/sinatra-contrib
124
125
  rubygems_mfa_required: 'true'
126
+ post_install_message:
125
127
  rdoc_options: []
126
128
  require_paths:
127
129
  - lib
@@ -136,7 +138,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
136
138
  - !ruby/object:Gem::Version
137
139
  version: '0'
138
140
  requirements: []
139
- rubygems_version: 3.6.7
141
+ rubygems_version: 3.5.22
142
+ signing_key:
140
143
  specification_version: 4
141
144
  summary: Collection of useful Sinatra extensions.
142
145
  test_files: []