dry-testing 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +1 -0
  3. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 4cd504af04d7b234442720c6fe1da3601465f807645fd6cea0837f4ba56a58aa
4
+ data.tar.gz: 51744a01e97ccc6029294b40fb3083e99397ebe37431dfbf1d7b16105179c986
5
+ SHA512:
6
+ metadata.gz: 4b2d2b9b679214bb058b0f2afaab9ed14d4cb67ff1652d91f516b6865167703d0e4833500c2d76526b5711bb3d777ace145e148a29d3a15cc851f0bf6b62907d
7
+ data.tar.gz: 3656ddf8fab4da2c7bd19154de085d69a35ed02df6595f45e4b54254145c753a73ba6299667808b5eb90499b02a3136127c0c88d96e6ed8d64abf8af9c7d3229
data/README.md ADDED
@@ -0,0 +1 @@
1
+ # THIS IS NOT A REAL GEM - IT IS ONLY FOR TESTING PURPOSES
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: dry-testing
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Piotr Solnica
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-01-18 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email:
15
+ - piotr.solnica@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - README.md
21
+ homepage: https://github.com/dry-rb/testing
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 2.4.0
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubygems_version: 3.0.3
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: this is a gem that is used for testing purposes only - do not install it,
44
+ do not use it
45
+ test_files: []