sinatra-contrib 2.0.3 → 2.0.4
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 +5 -5
- data/lib/sinatra/contrib/version.rb +1 -1
- data/sinatra-contrib.gemspec +16 -1
- metadata +12 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 20a1e473bbc0246851a1a86b2e442c28a18b55a3
|
|
4
|
+
data.tar.gz: 295208b6345310d88a8776955a0fc43d5305fd3f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 016d33f9ff45a86a64c76b63adb6bddf59cfe99742223172091cc748b0fa7cab05a8f031c4566b15c8ef0facc944593eeb8d97c3e8d5bce45bf89db046d7be3e
|
|
7
|
+
data.tar.gz: 50dba04560023eed92a8e6d4190d8032d771f56aaa237ceec781d6b859bf23eb423f1dedf1591fbda8d4267f97bcf04de9529c7d05e6d4571a1e1519e3ad6e1e
|
data/sinatra-contrib.gemspec
CHANGED
|
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
|
|
|
6
6
|
s.name = "sinatra-contrib"
|
|
7
7
|
s.version = version
|
|
8
8
|
s.description = "Collection of useful Sinatra extensions"
|
|
9
|
-
s.homepage = "http://
|
|
9
|
+
s.homepage = "http://sinatrarb.com/contrib/"
|
|
10
10
|
s.license = "MIT"
|
|
11
11
|
s.summary = s.description
|
|
12
12
|
s.authors = ["https://github.com/sinatra/sinatra/graphs/contributors"]
|
|
@@ -19,6 +19,21 @@ Gem::Specification.new do |s|
|
|
|
19
19
|
"sinatra-contrib.gemspec"
|
|
20
20
|
]
|
|
21
21
|
|
|
22
|
+
if s.respond_to?(:metadata)
|
|
23
|
+
s.metadata = {
|
|
24
|
+
'source_code_uri' => 'https://github.com/sinatra/sinatra/tree/master/sinatra-contrib',
|
|
25
|
+
'homepage_uri' => 'http://sinatrarb.com/contrib/',
|
|
26
|
+
'documentation_uri' => 'https://www.rubydoc.info/gems/sinatra-contrib'
|
|
27
|
+
}
|
|
28
|
+
else
|
|
29
|
+
raise <<-EOF
|
|
30
|
+
RubyGems 2.0 or newer is required to protect against public gem pushes. You can update your rubygems version by running:
|
|
31
|
+
gem install rubygems-update
|
|
32
|
+
update_rubygems:
|
|
33
|
+
gem update --system
|
|
34
|
+
EOF
|
|
35
|
+
end
|
|
36
|
+
|
|
22
37
|
s.required_ruby_version = '>= 2.2.0'
|
|
23
38
|
|
|
24
39
|
s.add_dependency "sinatra", version
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sinatra-contrib
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- https://github.com/sinatra/sinatra/graphs/contributors
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-09-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sinatra
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 2.0.
|
|
19
|
+
version: 2.0.4
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 2.0.
|
|
26
|
+
version: 2.0.4
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: mustermann
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -92,14 +92,14 @@ dependencies:
|
|
|
92
92
|
requirements:
|
|
93
93
|
- - '='
|
|
94
94
|
- !ruby/object:Gem::Version
|
|
95
|
-
version: 2.0.
|
|
95
|
+
version: 2.0.4
|
|
96
96
|
type: :runtime
|
|
97
97
|
prerelease: false
|
|
98
98
|
version_requirements: !ruby/object:Gem::Requirement
|
|
99
99
|
requirements:
|
|
100
100
|
- - '='
|
|
101
101
|
- !ruby/object:Gem::Version
|
|
102
|
-
version: 2.0.
|
|
102
|
+
version: 2.0.4
|
|
103
103
|
- !ruby/object:Gem::Dependency
|
|
104
104
|
name: multi_json
|
|
105
105
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -414,10 +414,13 @@ files:
|
|
|
414
414
|
- lib/sinatra/test_helpers.rb
|
|
415
415
|
- lib/sinatra/webdav.rb
|
|
416
416
|
- sinatra-contrib.gemspec
|
|
417
|
-
homepage: http://
|
|
417
|
+
homepage: http://sinatrarb.com/contrib/
|
|
418
418
|
licenses:
|
|
419
419
|
- MIT
|
|
420
|
-
metadata:
|
|
420
|
+
metadata:
|
|
421
|
+
source_code_uri: https://github.com/sinatra/sinatra/tree/master/sinatra-contrib
|
|
422
|
+
homepage_uri: http://sinatrarb.com/contrib/
|
|
423
|
+
documentation_uri: https://www.rubydoc.info/gems/sinatra-contrib
|
|
421
424
|
post_install_message:
|
|
422
425
|
rdoc_options: []
|
|
423
426
|
require_paths:
|
|
@@ -434,7 +437,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
434
437
|
version: '0'
|
|
435
438
|
requirements: []
|
|
436
439
|
rubyforge_project:
|
|
437
|
-
rubygems_version: 2.
|
|
440
|
+
rubygems_version: 2.6.8
|
|
438
441
|
signing_key:
|
|
439
442
|
specification_version: 4
|
|
440
443
|
summary: Collection of useful Sinatra extensions
|