rspectacular 0.70.7 → 0.70.8
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 +22 -0
- data/README.md +0 -20
- data/lib/rspectacular/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: f4fe6adaaac38f07b4f1f5453151bc75daa5aeca2c65893315782c2eb5749df9
|
4
|
+
data.tar.gz: 186ea5d66326432095f5fdb859f738a7564e8913807a56773a6fa3ecd5eb8443
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ff3e3319246ec8ee4a3bbf8ab7065705ba5a1901c2a1af7ae49889380f1561d03a1d5e356c16cd93c181fdf54f47131bece235c667dd3645b36c36e81545c0b
|
7
|
+
data.tar.gz: 2027907724663c96b09a3feff184e2b035840e1d61069b7a15dce7bb23fab9c29cb5e257ea5e6ac59ad32f2035d75d2f44a7f7a2a495b180c3fdebb6cb48c645
|
data/LICENSE
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
Copyright (c) 2013 Jeff Felchner
|
2
|
+
|
3
|
+
MIT License
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
6
|
+
a copy of this software and associated documentation files (the
|
7
|
+
"Software"), to deal in the Software without restriction, including
|
8
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
9
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
10
|
+
permit persons to whom the Software is furnished to do so, subject to
|
11
|
+
the following conditions:
|
12
|
+
|
13
|
+
The above copyright notice and this permission notice shall be
|
14
|
+
included in all copies or substantial portions of the Software.
|
15
|
+
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
17
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
18
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
19
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
20
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
21
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
22
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/README.md
CHANGED
@@ -35,26 +35,6 @@ Usage
|
|
35
35
|
|
36
36
|
Take a look at the project's [Wiki](#wiki) for full details and usage.
|
37
37
|
|
38
|
-
Installation
|
39
|
-
--------------------------------------------------------------------------------
|
40
|
-
|
41
|
-
Rspectacular is cryptographically signed. To be sure the gem you install hasn’t
|
42
|
-
been tampered with:
|
43
|
-
|
44
|
-
Add my public key (if you haven’t already) as a trusted certificate
|
45
|
-
|
46
|
-
```
|
47
|
-
gem cert --add <(curl -Ls https://raw.github.com/thekompanee/rspectacular/master/certs/thekompanee.pem)
|
48
|
-
|
49
|
-
gem install rspectacular -P MediumSecurity
|
50
|
-
```
|
51
|
-
|
52
|
-
The MediumSecurity trust profile will verify signed gems, but allow the
|
53
|
-
installation of unsigned dependencies.
|
54
|
-
|
55
|
-
This is necessary because not all of Rspectacular's dependencies are signed, so
|
56
|
-
we cannot use HighSecurity.
|
57
|
-
|
58
38
|
Issues
|
59
39
|
------
|
60
40
|
|
data/lib/rspectacular/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rspectacular
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.70.
|
4
|
+
version: 0.70.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- jfelchner
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-05-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|
@@ -42,12 +42,13 @@ description: We rock some RSpec configurations and matchers like it ain't nobody
|
|
42
42
|
bidnezz.
|
43
43
|
email: accounts+git@thekompanee.com
|
44
44
|
executables:
|
45
|
-
- deploy
|
46
45
|
- rspectacular_test_bootstrap
|
46
|
+
- deploy
|
47
47
|
extensions: []
|
48
48
|
extra_rdoc_files:
|
49
49
|
- README.md
|
50
50
|
files:
|
51
|
+
- LICENSE
|
51
52
|
- README.md
|
52
53
|
- Rakefile
|
53
54
|
- bin/deploy
|
@@ -127,8 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
127
128
|
- !ruby/object:Gem::Version
|
128
129
|
version: '0'
|
129
130
|
requirements: []
|
130
|
-
|
131
|
-
rubygems_version: 2.5.1
|
131
|
+
rubygems_version: 3.0.3
|
132
132
|
signing_key:
|
133
133
|
specification_version: 4
|
134
134
|
summary: RSpec Support And Matchers
|