rack-read_only 1.0.1 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: f397f956998a6f99dd9b91047d00222b41a78ab0
4
- data.tar.gz: 4fa72e7e2d8cf889acd787fa347c5c6981f921dc
2
+ SHA256:
3
+ metadata.gz: 99e59cf4730b10158ed7c844f15c8ba97f64968509c1eb0fc66c91304c1dc9ca
4
+ data.tar.gz: 3cad7902af06dab34eb1680f5b4840c6db34de29595ebba76527fb70b4729da2
5
5
  SHA512:
6
- metadata.gz: 2d75c8f318ab40ea42859f1d3c7271a0bb590c19d8183810295356b24b5b23dac0910109a6abbc6fc04c90342d302f325b43c92e35c9f41d0d76b48e99c070c6
7
- data.tar.gz: ad690ac13fe841edfbdddaeb7c1e307c230557f0d2ee6388fe18eaef636b11827aefab9d577640b28cf8c92c1067b5af981498f01cec131641a8193f6f2887ab
6
+ metadata.gz: 551a4a80a9f294bf033e33e43360d56676163a2232d3dfa09c3be54c329863734afe84b4d179184b1e71f79d83e5555b289f1532a2dfcd43485158611c71e221
7
+ data.tar.gz: bd1c0ccc69b9981659fc4ec5219770f0f6bd968600649e4ee2525347f42d7117193c95e18f949315f93038a3de1c3716f1bc81664ffce993c94569a5af58b7e9
@@ -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
- furnished to do so, subject to the following conditions:
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 above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
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,
@@ -1,5 +1,5 @@
1
1
  module Rack
2
2
  class ReadOnly
3
- VERSION = "1.0.1"
3
+ VERSION = "2.0.0"
4
4
  end
5
5
  end
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: 1.0.1
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: 2015-05-16 00:00:00.000000000 Z
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
- rubyforge_project:
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.