doggo 1.2.0 → 1.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -15
- data/README.md +9 -2
- metadata +18 -19
checksums.yaml
CHANGED
@@ -1,17 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
5
|
-
OGQ1MmUyYTI2MDY1OWQxODI0ZQ==
|
6
|
-
data.tar.gz: !binary |-
|
7
|
-
Yjk2MzQzN2M2NmFiYzZjZDE0YTdmNmQwMDNlNzUzMjVkMzEyOWU3ZGJkYWRl
|
8
|
-
ZTNjODcyMGNjMmQwYzMzMjc4Ng==
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: f2ebdfb2f750c0afe4af97a90fb88b6f5655b704026cc9e8fc987e0061d115df
|
4
|
+
data.tar.gz: 966478453e9053cee23b5b5b34eea44c90b6a2cb2cecffc6d8f9448eabcd68cc
|
9
5
|
SHA512:
|
10
|
-
metadata.gz:
|
11
|
-
|
12
|
-
NWZkNTUyMGVjMDFiZWE4OTllODVmZTkyNGNhNjY4ZWMwOWQ1M2NmOGI1NjVk
|
13
|
-
OTkzYjA0ODcyZTcyN2U5YWNkYWI4ZDA1MDMzMzE0M2IwNmU5NDA=
|
14
|
-
data.tar.gz: !binary |-
|
15
|
-
YmQzYjkzMDA5YWQ0NmM2MWZiYjk5YzNkYzlkZWU5MWVmNGViNDE2NjAyMjI2
|
16
|
-
YjJmNDQ5NmQxMWNlZTYwY2FhMmEzNWMwNzA5ODc2MDY5NjdjMWMzNTBjZjY2
|
17
|
-
YjlhZTQ4NGM5MzUyZWM5NjY1MTIzYTkzNWNkMWViZWM0YzU3MDc=
|
6
|
+
metadata.gz: becbd960857b831c4c404c68a62e19415b4d19b3dae648c8409ab051e9f4c8be642d31364eccfac6a9180215e1700f06fba75c2fab90beabfcb34ef71dd8a3e4
|
7
|
+
data.tar.gz: 02f77a7ceb05ddfcb8bc6847e9b6867c83a620aece011598913a77969bbcddd264205bf6c62b3965b0a23e5faa34c8882332adb685b89726147f26bd9c75c198
|
data/README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# Doggo
|
2
2
|
|
3
3
|
[![License](https://img.shields.io/badge/license-mit-blue.svg)](https://opensource.org/licenses/MIT)
|
4
|
-
[![Build Status](https://
|
4
|
+
[![Build Status](https://github.com/RIPAGlobal/doggo/actions/workflows/master.yml/badge.svg)](https://github.com/RIPAGlobal/doggo/actions)
|
5
5
|
|
6
6
|
An [RSpec](https://github.com/rspec) formatter that looks like `--format documentation`, but adds an indication of test number and overall test count at the start of each line.
|
7
7
|
|
@@ -116,10 +116,17 @@ end
|
|
116
116
|
|
117
117
|
## Development
|
118
118
|
|
119
|
-
Doggo works with Ruby 1.9.3-p551 from November 13th 2011, but needs a far newer RubyGems version in order for its `.gemspec` file to be processed. You will therefore probably
|
119
|
+
Doggo works with Ruby 1.9.3-p551 from November 13th 2011, but needs a far newer RubyGems version in order for its `.gemspec` file to be processed fully. You will therefore probably want to update RubyGems if you are doing development work on the source code and want to, for example, run `bundle update`. _Assuming you are using [rbenv](https://github.com/rbenv/rbenv)_ and have automatically (via Doggo's `.ruby-version` file) or manually (via e.g. running command `rbenv local 1.9.3-p551`) switched to Ruby 1.9.3-p551, you can safely ensure that the most recent compatible RubyGems version is installed by issuing this command:
|
120
120
|
|
121
121
|
```
|
122
122
|
gem update --system 2.7.11
|
123
123
|
```
|
124
124
|
|
125
125
|
According to the [release history](https://rubygems.org/gems/rubygems-update/versions), 2.7.11 is the last of the v2.x RubyGems releases which still supported Ruby v1.x. Version 2.7.11 was released on December 9th 2020.
|
126
|
+
|
127
|
+
If you recreate the `Gemfile.lock` file, you must:
|
128
|
+
|
129
|
+
* Make sure `PLATFORMS` only contains `ruby`
|
130
|
+
* Delete the `BUNDLED WITH` entry
|
131
|
+
|
132
|
+
...else some of the GitHub Actions won't run correctly (the 'build' will fail).
|
metadata
CHANGED
@@ -1,44 +1,44 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: doggo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- RIPA Global
|
8
8
|
- Andrew David Hodgkinson
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2024-07-01 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rspec-core
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
17
17
|
requirements:
|
18
|
-
- - ~>
|
18
|
+
- - "~>"
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version: '3.
|
20
|
+
version: '3.13'
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
|
-
- - ~>
|
25
|
+
- - "~>"
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version: '3.
|
27
|
+
version: '3.13'
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: rspec
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
31
31
|
requirements:
|
32
|
-
- - ~>
|
32
|
+
- - "~>"
|
33
33
|
- !ruby/object:Gem::Version
|
34
|
-
version: '3.
|
34
|
+
version: '3.13'
|
35
35
|
type: :development
|
36
36
|
prerelease: false
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
38
38
|
requirements:
|
39
|
-
- - ~>
|
39
|
+
- - "~>"
|
40
40
|
- !ruby/object:Gem::Version
|
41
|
-
version: '3.
|
41
|
+
version: '3.13'
|
42
42
|
description: Similar to "rspec -f d", but also indicates progress by showing the current
|
43
43
|
test number and total test count on each line.
|
44
44
|
email:
|
@@ -63,27 +63,26 @@ metadata:
|
|
63
63
|
source_code_uri: https://github.com/RIPAGlobal/doggo/
|
64
64
|
bug_tracker_uri: https://github.com/RIPAGlobal/doggo/issues/
|
65
65
|
changelog_uri: https://github.com/RIPAGlobal/doggo/blob/master/CHANGELOG.md
|
66
|
-
post_install_message:
|
66
|
+
post_install_message:
|
67
67
|
rdoc_options: []
|
68
68
|
require_paths:
|
69
69
|
- lib
|
70
70
|
required_ruby_version: !ruby/object:Gem::Requirement
|
71
71
|
requirements:
|
72
|
-
- -
|
72
|
+
- - ">="
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: 1.9.3
|
75
75
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
76
76
|
requirements:
|
77
|
-
- -
|
77
|
+
- - ">="
|
78
78
|
- !ruby/object:Gem::Version
|
79
79
|
version: '0'
|
80
80
|
requirements: []
|
81
|
-
|
82
|
-
|
83
|
-
signing_key:
|
81
|
+
rubygems_version: 3.5.11
|
82
|
+
signing_key:
|
84
83
|
specification_version: 4
|
85
84
|
summary: RSpec 3 formatter - documentation, with progress indication
|
86
85
|
test_files:
|
87
|
-
- spec/spec_helper.rb
|
88
|
-
- spec/internal_spec.rb
|
89
86
|
- spec/example/doggo_spec.rb
|
87
|
+
- spec/internal_spec.rb
|
88
|
+
- spec/spec_helper.rb
|