qa 1.2.0 → 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
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 15f2c24ef66af417831964088303e576bc6a41b2
|
4
|
+
data.tar.gz: d1f95c9f7f81a25052efb3fad0a9e9aec4dd94d8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c37c298ea575d83360d160e4d5463077da86375cdb0596bf0ca0914e3f137febe7de56cf1eb014a8b740b380b4168018e6f356219b2d0ced6cb77c0a0c6616a
|
7
|
+
data.tar.gz: 0ab1fa42c0d0722fb8e455c3cca0de392561763f5535ce04afeaf9095941e91b271d882162f1d2edbdab15f1234a9b45dbe00a1c249a9b28765b0684a0bdd8bc
|
data/README.md
CHANGED
@@ -634,11 +634,12 @@ Commit your features into a new branch and submit a pull request.
|
|
634
634
|
|
635
635
|
## Compatibility
|
636
636
|
|
637
|
-
|
637
|
+
* Ruby 2.4 or the latest 2.3 version is recommended. Later versions may also work.
|
638
|
+
* Rails 5 is required. We recommend the latest Rails 5.0 release.
|
638
639
|
|
639
640
|
# Help
|
640
641
|
|
641
|
-
For help with Questioning Authority, contact <
|
642
|
+
For help with Questioning Authority, contact <samvera-tech@googlegroups.com>.
|
642
643
|
|
643
644
|
### Special thanks to...
|
644
645
|
|
data/lib/qa/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: qa
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stephen Anderson
|
@@ -15,28 +15,22 @@ authors:
|
|
15
15
|
autorequire:
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
|
-
date: 2017-
|
18
|
+
date: 2017-10-05 00:00:00.000000000 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: rails
|
22
22
|
requirement: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - "
|
25
|
-
- !ruby/object:Gem::Version
|
26
|
-
version: 4.2.0
|
27
|
-
- - "<"
|
24
|
+
- - "~>"
|
28
25
|
- !ruby/object:Gem::Version
|
29
|
-
version: '
|
26
|
+
version: '5.0'
|
30
27
|
type: :runtime
|
31
28
|
prerelease: false
|
32
29
|
version_requirements: !ruby/object:Gem::Requirement
|
33
30
|
requirements:
|
34
|
-
- - "
|
35
|
-
- !ruby/object:Gem::Version
|
36
|
-
version: 4.2.0
|
37
|
-
- - "<"
|
31
|
+
- - "~>"
|
38
32
|
- !ruby/object:Gem::Version
|
39
|
-
version: '
|
33
|
+
version: '5.0'
|
40
34
|
- !ruby/object:Gem::Dependency
|
41
35
|
name: faraday
|
42
36
|
requirement: !ruby/object:Gem::Requirement
|
@@ -464,7 +458,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
464
458
|
version: '0'
|
465
459
|
requirements: []
|
466
460
|
rubyforge_project:
|
467
|
-
rubygems_version: 2.
|
461
|
+
rubygems_version: 2.6.8
|
468
462
|
signing_key:
|
469
463
|
specification_version: 4
|
470
464
|
summary: You should question your authorities.
|