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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 59503ffdbcf7b5b41c890acb2358f59cdedb3f24
4
- data.tar.gz: 0311db2f2ae761da5b4f8529861ad947783c52d3
3
+ metadata.gz: 098b36c65e1500dcc2bf04bf8cb81e1807069efc
4
+ data.tar.gz: b50f09164159286720335cb84c4c8118baea97a2
5
5
  SHA512:
6
- metadata.gz: 883bab2eab3166fae8a15c137d6d253cec0cba27b5aeaa7509b04cc7457b1e5ae9270549e3e13348302aa7e91c6c711432540aee19158aad59094f39d59c2c9c
7
- data.tar.gz: 316fd9d9ef91eec1cf7462f282183decaf0cf038e0efaa6075b9d95c4ae68810be304f835c398835f4f7dde83097ee4d8fe6626dc215aacb8a7b7b8416d80e47
6
+ metadata.gz: f905a762830e86fd51edbd5ba4fa5c0f3344502c5adf418c239ea7963117d09756253c823698e49cb5521ce4486931dcddb2800a5037ffdcbd7e334faeb45fc5
7
+ data.tar.gz: f505162cdf453439c363b167dec3fcf623a9ebf9187d52436666b3b11d883c91d02ef1b507893b617df48a2ec0b6d3bd4788ec48b8aa5c8e639d9d7e818ba3f7
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ # 0.3.3 / 2016-07-23
2
+
3
+ ### Changed
4
+
5
+ - By default, don't display warning output when running specs (timriley)
6
+
1
7
  # 0.2.2 / 2016-07-18
2
8
 
3
9
  ### Fixed
@@ -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
- # unless a formatter has already been configured
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
 
@@ -1,7 +1,7 @@
1
1
  module Dry
2
2
  module Web
3
3
  module Roda
4
- VERSION = "0.2.2".freeze
4
+ VERSION = "0.2.3".freeze
5
5
  end
6
6
  end
7
7
  end
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.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-18 00:00:00.000000000 Z
11
+ date: 2016-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dry-configurable