dry-web-roda 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/dry/web/roda/skeletons/umbrella/spec/spec_helper.rb.tt +2 -7
- data/lib/dry/web/roda/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 098b36c65e1500dcc2bf04bf8cb81e1807069efc
|
4
|
+
data.tar.gz: b50f09164159286720335cb84c4c8118baea97a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f905a762830e86fd51edbd5ba4fa5c0f3344502c5adf418c239ea7963117d09756253c823698e49cb5521ce4486931dcddb2800a5037ffdcbd7e334faeb45fc5
|
7
|
+
data.tar.gz: f505162cdf453439c363b167dec3fcf623a9ebf9187d52436666b3b11d883c91d02ef1b507893b617df48a2ec0b6d3bd4788ec48b8aa5c8e639d9d7e818ba3f7
|
data/CHANGELOG.md
CHANGED
@@ -34,17 +34,12 @@ RSpec.configure do |config|
|
|
34
34
|
# `--only-failures` and `--next-failure` CLI options.
|
35
35
|
config.example_status_persistence_file_path = "spec/examples.txt"
|
36
36
|
|
37
|
-
# This setting enables warnings. It's recommended, but in some cases may be
|
38
|
-
# too noisy due to issues in dependencies.
|
39
|
-
config.warnings = true
|
40
|
-
|
41
37
|
# Many RSpec users commonly either run the entire suite or an individual
|
42
38
|
# file, and it's useful to allow more verbose output when running an
|
43
39
|
# individual spec file.
|
44
40
|
if config.files_to_run.one?
|
45
|
-
# Use the documentation formatter for detailed output,
|
46
|
-
#
|
47
|
-
# (e.g. via a command-line flag).
|
41
|
+
# Use the documentation formatter for detailed output, unless a formatter
|
42
|
+
# has already been configured (e.g. via a command-line flag).
|
48
43
|
config.default_formatter = "doc"
|
49
44
|
end
|
50
45
|
|
data/lib/dry/web/roda/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dry-web-roda
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Piotr Solnica
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-07-
|
11
|
+
date: 2016-07-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: dry-configurable
|