dry-testing 0.0.5 → 1.0.7

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
  SHA256:
3
- metadata.gz: 492e61e83d04c0d64b1edbf19b51f61e99e575711046aca8bc4a6acdacf669c7
4
- data.tar.gz: 3d68b84462c6cdf60e1726e3ae513fddca169c59b825cfb1ca6577278a88809e
3
+ metadata.gz: c17cff7ed0a8cfd05cf711301b8de62a68c78db50eb866b7a4c88503c726fb0c
4
+ data.tar.gz: 214cab3eccc0698c5b71fec7da13df7355ba17832b3f448fddb6d5c2aa4a2bab
5
5
  SHA512:
6
- metadata.gz: 5fd2ad8ac8c8055c3568657f0c447842579e63a9e53a1aeccdb4a6d190d7e0fef14450b79789841a097da674d2ca69bdc2c01e61438ea75b17533b7f086624b8
7
- data.tar.gz: cfc77422efee1748c38744af5d703b0d7c350dfc6522a88cba88ce402400fc51558991c6d6ea3f5a80f251a674d9c5ebc9fd9d3574d8ee2b2d77235e77e68809
6
+ metadata.gz: c0dbc6e8e952c79994778e2e4b1ed4a4dce6a10f36bef78e27597cb7a33232a51878af18ccd820ce2202eeadd8885d945adaca4e12de0e3a96ea631f41799dd8
7
+ data.tar.gz: 57f7694268ff515a6f2fb911a2496ced4e37165ffc40cc6c872bf6e39abd1b550cac25071458f743431fb8c7c73c0e15b819ea0eda5a3aa4bb6887cb68892a2d
@@ -1,3 +1,92 @@
1
+ <!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS --->
2
+
3
+ ## 1.0.7 2021-01-03
4
+
5
+
6
+ ### Added
7
+
8
+ - Release GH automation part 6
9
+
10
+
11
+ [Compare v1.0.6...v1.0.7](https://github.com/dry-rb/dry-testing/compare/v1.0.6...v1.0.7)
12
+
13
+ ## 1.0.6 2021-01-03
14
+
15
+
16
+ ### Added
17
+
18
+ - Release GH automation part 5
19
+
20
+
21
+ [Compare v1.0.5...v1.0.6](https://github.com/dry-rb/dry-testing/compare/v1.0.5...v1.0.6)
22
+
23
+ ## 1.0.5 2021-01-03
24
+
25
+
26
+ ### Added
27
+
28
+ - Release GH automation part 4
29
+
30
+
31
+ [Compare v1.0.4...v1.0.5](https://github.com/dry-rb/dry-testing/compare/v1.0.4...v1.0.5)
32
+
33
+ ## 1.0.4 2021-01-03
34
+
35
+
36
+ ### Added
37
+
38
+ - Release GH automation part 3
39
+
40
+
41
+ [Compare v1.0.3...v1.0.4](https://github.com/dry-rb/dry-testing/compare/v1.0.3...v1.0.4)
42
+
43
+ ## 1.0.3 2021-01-03
44
+
45
+
46
+ ### Added
47
+
48
+ - Release GH automation part 2
49
+
50
+
51
+ [Compare v1.0.2...v1.0.3](https://github.com/dry-rb/dry-testing/compare/v1.0.2...v1.0.3)
52
+
53
+ ## 1.0.2 2021-01-03
54
+
55
+
56
+ ### Added
57
+
58
+ - Release GH automation
59
+
60
+
61
+ [Compare v1.0.1...v1.0.2](https://github.com/dry-rb/dry-testing/compare/v1.0.1...v1.0.2)
62
+
63
+ ## 1.0.1 2020-02-10
64
+
65
+
66
+ ### Fixed
67
+
68
+ - all the things
69
+
70
+
71
+ [Compare v1.0.1...v1.0.1](https://github.com/dry-rb/dry-testing/compare/v1.0.1...v1.0.1)
72
+
73
+ ## 1.0.1 2020-02-10
74
+
75
+
76
+ ### Fixed
77
+
78
+ - all the things
79
+
80
+
81
+ [Compare v1.0.0...v1.0.1](https://github.com/dry-rb/dry-testing/compare/v1.0.0...v1.0.1)
82
+
83
+ ## 1.0.0 2020-01-22
84
+
85
+ let's release it
86
+
87
+
88
+ [Compare v0.2.2...v1.0.0](https://github.com/dry-rb/dry-testing/compare/v0.2.2...v1.0.0)
89
+
1
90
  ## 0.2.2 2020-01-15
2
91
 
3
92
  How about another test?
@@ -23,6 +112,10 @@ How about another test?
23
112
 
24
113
  One more test
25
114
 
115
+ ### Fixed
116
+
117
+ - just testing
118
+
26
119
 
27
120
  [Compare v0.2.0...v0.2.1](https://github.com/dry-rb/dry-testing/compare/v0.2.0...v0.2.1)
28
121
 
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2015-2020 dry-rb team
3
+ Copyright (c) 2015-2021 dry-rb team
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of
6
6
  this software and associated documentation files (the "Software"), to deal in
data/README.md CHANGED
@@ -21,7 +21,7 @@
21
21
 
22
22
  This library officially supports the following Ruby versions:
23
23
 
24
- * MRI >= `2.4`
24
+ * MRI >= `2.5`
25
25
  * jruby >= `9.2`
26
26
 
27
27
  ## License
@@ -0,0 +1,32 @@
1
+ # frozen_string_literal: true
2
+ # this file is managed by dry-rb/devtools project
3
+
4
+ lib = File.expand_path('lib', __dir__)
5
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
6
+ require 'dry/testing/version'
7
+
8
+ Gem::Specification.new do |spec|
9
+ spec.name = 'dry-testing'
10
+ spec.authors = ["Piotr Solnica"]
11
+ spec.email = ["piotr.solnica@gmail.com"]
12
+ spec.license = 'MIT'
13
+ spec.version = Dry::Testing::VERSION.dup
14
+
15
+ spec.summary = "this is a gem that is used for testing purposes only - do not install it, do not use it"
16
+ spec.description = spec.summary
17
+ spec.homepage = 'https://dry-rb.org/gems/dry-testing'
18
+ spec.files = Dir["CHANGELOG.md", "LICENSE", "README.md", "dry-testing.gemspec", "lib/**/*"]
19
+ spec.bindir = 'bin'
20
+ spec.executables = []
21
+ spec.require_paths = ['lib']
22
+
23
+ spec.metadata['allowed_push_host'] = 'https://rubygems.org'
24
+ spec.metadata['changelog_uri'] = 'https://github.com/dry-rb/dry-testing/blob/master/CHANGELOG.md'
25
+ spec.metadata['source_code_uri'] = 'https://github.com/dry-rb/dry-testing'
26
+ spec.metadata['bug_tracker_uri'] = 'https://github.com/dry-rb/dry-testing/issues'
27
+
28
+ spec.required_ruby_version = ">= 2.5.0"
29
+
30
+ # to update dependencies edit project.yml
31
+ spec.add_development_dependency "rake", "~> 13.0"
32
+ end
@@ -1,5 +1,5 @@
1
1
  module Dry
2
2
  module Testing
3
- VERSION = '0.0.5'
3
+ VERSION = "1.0.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,15 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dry-testing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Piotr Solnica
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-21 00:00:00.000000000 Z
12
- dependencies: []
11
+ date: 2021-01-03 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rake
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '13.0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '13.0'
13
27
  description: this is a gem that is used for testing purposes only - do not install
14
28
  it, do not use it
15
29
  email:
@@ -21,6 +35,7 @@ files:
21
35
  - CHANGELOG.md
22
36
  - LICENSE
23
37
  - README.md
38
+ - dry-testing.gemspec
24
39
  - lib/dry-testing.rb
25
40
  - lib/dry/testing/version.rb
26
41
  homepage: https://dry-rb.org/gems/dry-testing
@@ -39,14 +54,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
39
54
  requirements:
40
55
  - - ">="
41
56
  - !ruby/object:Gem::Version
42
- version: 2.4.0
57
+ version: 2.5.0
43
58
  required_rubygems_version: !ruby/object:Gem::Requirement
44
59
  requirements:
45
60
  - - ">="
46
61
  - !ruby/object:Gem::Version
47
62
  version: '0'
48
63
  requirements: []
49
- rubygems_version: 3.0.3
64
+ rubygems_version: 3.1.4
50
65
  signing_key:
51
66
  specification_version: 4
52
67
  summary: this is a gem that is used for testing purposes only - do not install it,