rack-read_only 1.0.1 → 2.0.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 +5 -5
- data/LICENSE.txt +10 -6
- data/lib/rack/read_only/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 99e59cf4730b10158ed7c844f15c8ba97f64968509c1eb0fc66c91304c1dc9ca
|
4
|
+
data.tar.gz: 3cad7902af06dab34eb1680f5b4840c6db34de29595ebba76527fb70b4729da2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 551a4a80a9f294bf033e33e43360d56676163a2232d3dfa09c3be54c329863734afe84b4d179184b1e71f79d83e5555b289f1532a2dfcd43485158611c71e221
|
7
|
+
data.tar.gz: bd1c0ccc69b9981659fc4ec5219770f0f6bd968600649e4ee2525347f42d7117193c95e18f949315f93038a3de1c3716f1bc81664ffce993c94569a5af58b7e9
|
data/LICENSE.txt
CHANGED
@@ -1,16 +1,20 @@
|
|
1
|
-
The MIT License (MIT)
|
2
|
-
|
3
1
|
Copyright (c) 2015 Jon Wood
|
4
2
|
|
5
3
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
4
|
of this software and associated documentation files (the "Software"), to deal
|
7
5
|
in the Software without restriction, including without limitation the rights
|
8
6
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
10
|
-
|
7
|
+
copies of the Software, and to permit persons to whom the Software is furnished
|
8
|
+
to do so, subject to the following conditions:
|
9
|
+
|
10
|
+
* The above copyright notice and this permission notice shall be included in all
|
11
|
+
copies or substantial portions of the Software.
|
11
12
|
|
12
|
-
The
|
13
|
-
|
13
|
+
* The software may not be used by individuals, corporations, governments, or
|
14
|
+
other groups for systems or activities that actively and knowingly endanger,
|
15
|
+
harm, or otherwise threaten the physical, mental, economic, or general well-being
|
16
|
+
of individuals or groups in violation of the United Nations Universal Declaration
|
17
|
+
of Human Rights (https://www.un.org/en/universal-declaration-human-rights/).
|
14
18
|
|
15
19
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
20
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rack-read_only
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jon Wood
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-09-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -169,8 +169,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
169
169
|
- !ruby/object:Gem::Version
|
170
170
|
version: '0'
|
171
171
|
requirements: []
|
172
|
-
|
173
|
-
rubygems_version: 2.4.5
|
172
|
+
rubygems_version: 3.0.3
|
174
173
|
signing_key:
|
175
174
|
specification_version: 4
|
176
175
|
summary: Allows Rack based APIs to be set to read only.
|