doggo 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +10 -10
- data/LICENSE.txt +1 -1
- data/README.md +3 -2
- metadata +14 -14
checksums.yaml
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMjU2":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
ZjZiMjhhN2YwNGMyM2RhNDk0ZWNmYWFiMzE2ODM2MmI3YTgyZjU2OGQwZmY0
|
|
5
|
+
OGQ1MmUyYTI2MDY1OWQxODI0ZQ==
|
|
6
6
|
data.tar.gz: !binary |-
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
Yjk2MzQzN2M2NmFiYzZjZDE0YTdmNmQwMDNlNzUzMjVkMzEyOWU3ZGJkYWRl
|
|
8
|
+
ZTNjODcyMGNjMmQwYzMzMjc4Ng==
|
|
9
9
|
SHA512:
|
|
10
10
|
metadata.gz: !binary |-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
ODJmNjM2YWQ4NTk3NmQyZjA2MGVjNzEyOGEwNDllMDVmMmRmZGRkZGRhNjky
|
|
12
|
+
NWZkNTUyMGVjMDFiZWE4OTllODVmZTkyNGNhNjY4ZWMwOWQ1M2NmOGI1NjVk
|
|
13
|
+
OTkzYjA0ODcyZTcyN2U5YWNkYWI4ZDA1MDMzMzE0M2IwNmU5NDA=
|
|
14
14
|
data.tar.gz: !binary |-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
YmQzYjkzMDA5YWQ0NmM2MWZiYjk5YzNkYzlkZWU5MWVmNGViNDE2NjAyMjI2
|
|
16
|
+
YjJmNDQ5NmQxMWNlZTYwY2FhMmEzNWMwNzA5ODc2MDY5NjdjMWMzNTBjZjY2
|
|
17
|
+
YjlhZTQ4NGM5MzUyZWM5NjY1MTIzYTkzNWNkMWViZWM0YzU3MDc=
|
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# Doggo
|
|
2
2
|
|
|
3
3
|
[](https://opensource.org/licenses/MIT)
|
|
4
|
+
[](https://app.travis-ci.com/RIPGlobal/doggo)
|
|
4
5
|
|
|
5
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.
|
|
6
7
|
|
|
@@ -118,7 +119,7 @@ end
|
|
|
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 need 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:
|
|
119
120
|
|
|
120
121
|
```
|
|
121
|
-
gem update --system 2.7.
|
|
122
|
+
gem update --system 2.7.11
|
|
122
123
|
```
|
|
123
124
|
|
|
124
|
-
According to the [release history](https://rubygems.org/gems/rubygems-update/versions), 2.7.
|
|
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.
|
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: doggo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- RIPA Global
|
|
8
8
|
- Andrew David Hodgkinson
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2021-09-27 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rspec-core
|
|
@@ -17,32 +17,32 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - ~>
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version: '3.
|
|
20
|
+
version: '3.10'
|
|
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.10'
|
|
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.10'
|
|
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.10'
|
|
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:
|
|
45
|
-
-
|
|
45
|
+
- dev@ripaglobal.com
|
|
46
46
|
executables: []
|
|
47
47
|
extensions: []
|
|
48
48
|
extra_rdoc_files:
|
|
@@ -55,14 +55,14 @@ files:
|
|
|
55
55
|
- spec/example/doggo_spec.rb
|
|
56
56
|
- spec/internal_spec.rb
|
|
57
57
|
- spec/spec_helper.rb
|
|
58
|
-
homepage: https://www.
|
|
58
|
+
homepage: https://www.ripaglobal.com/
|
|
59
59
|
licenses:
|
|
60
60
|
- MIT
|
|
61
61
|
metadata:
|
|
62
|
-
homepage_uri: https://www.
|
|
63
|
-
source_code_uri: https://github.com/
|
|
64
|
-
bug_tracker_uri: https://github.com/
|
|
65
|
-
changelog_uri: https://github.com/
|
|
62
|
+
homepage_uri: https://www.ripaglobal.com/
|
|
63
|
+
source_code_uri: https://github.com/RIPAGlobal/doggo/
|
|
64
|
+
bug_tracker_uri: https://github.com/RIPAGlobal/doggo/issues/
|
|
65
|
+
changelog_uri: https://github.com/RIPAGlobal/doggo/blob/master/CHANGELOG.md
|
|
66
66
|
post_install_message:
|
|
67
67
|
rdoc_options: []
|
|
68
68
|
require_paths:
|
|
@@ -79,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
79
79
|
version: '0'
|
|
80
80
|
requirements: []
|
|
81
81
|
rubyforge_project:
|
|
82
|
-
rubygems_version: 2.7.
|
|
82
|
+
rubygems_version: 2.7.11
|
|
83
83
|
signing_key:
|
|
84
84
|
specification_version: 4
|
|
85
85
|
summary: RSpec 3 formatter - documentation, with progress indication
|