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.
Files changed (4) hide show
  1. checksums.yaml +10 -10
  2. data/LICENSE.txt +1 -1
  3. data/README.md +3 -2
  4. metadata +14 -14
checksums.yaml CHANGED
@@ -1,17 +1,17 @@
1
1
  ---
2
2
  !binary "U0hBMjU2":
3
3
  metadata.gz: !binary |-
4
- ODUxZDM4MDFmM2Y2ZWVhZmYyMDRjNTk2NDc2MmVkZDg5YjgzZjFhMThiOGE1
5
- YmNmNTYwZWQ1MTgwOTczYjZjNQ==
4
+ ZjZiMjhhN2YwNGMyM2RhNDk0ZWNmYWFiMzE2ODM2MmI3YTgyZjU2OGQwZmY0
5
+ OGQ1MmUyYTI2MDY1OWQxODI0ZQ==
6
6
  data.tar.gz: !binary |-
7
- ZTQ1MmMzN2FmY2VhY2E0OGE0YzNlNDY4OTg4OTZkNWQ4ZTU0ZDY4NWVkNzEx
8
- YjE5YWVhZTY5MjRkYTk2MmZkNw==
7
+ Yjk2MzQzN2M2NmFiYzZjZDE0YTdmNmQwMDNlNzUzMjVkMzEyOWU3ZGJkYWRl
8
+ ZTNjODcyMGNjMmQwYzMzMjc4Ng==
9
9
  SHA512:
10
10
  metadata.gz: !binary |-
11
- MTc5Mjc2ODljYmE1ZDg4ZjVjNDM4Zjg1N2FkMmI2MjhjNDMzOWExYWIyMzAy
12
- YTJiNDQ3MGZhMWNmOWUwODc4NzMzMDgzOTNmMGM3MjdjMTEzMGZiN2VlZDQy
13
- ZGNiMWEzZmVhNTg2YmQxNzQyN2RmZDFmOGMwYTk4NmFmYTU2MzY=
11
+ ODJmNjM2YWQ4NTk3NmQyZjA2MGVjNzEyOGEwNDllMDVmMmRmZGRkZGRhNjky
12
+ NWZkNTUyMGVjMDFiZWE4OTllODVmZTkyNGNhNjY4ZWMwOWQ1M2NmOGI1NjVk
13
+ OTkzYjA0ODcyZTcyN2U5YWNkYWI4ZDA1MDMzMzE0M2IwNmU5NDA=
14
14
  data.tar.gz: !binary |-
15
- MTg4NmRmYTg0MGNkNTM3N2ZhNmYxMjYwY2JlNmRlYjg0YzZiNWRiN2FhM2Jm
16
- NTUyMjIxODUwY2FiM2YyOTczYzRjNTEyZGM2ZjIxYzQxODE1MmQ4ZWYzZmE4
17
- YTg0NzI4YTgzZTYzZDIwYjgxNGI3NzY3YjJlMzNlNGU1OTgwM2E=
15
+ YmQzYjkzMDA5YWQ0NmM2MWZiYjk5YzNkYzlkZWU5MWVmNGViNDE2NjAyMjI2
16
+ YjJmNDQ5NmQxMWNlZTYwY2FhMmEzNWMwNzA5ODc2MDY5NjdjMWMzNTBjZjY2
17
+ YjlhZTQ4NGM5MzUyZWM5NjY1MTIzYTkzNWNkMWViZWM0YzU3MDc=
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2020 RIP Global
3
+ Copyright (c) 2021 RIPA Global
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -1,6 +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://app.travis-ci.com/RIPGlobal/doggo.svg?branch=master)](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.10
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.10 is the last of the v2.x RubyGems releases which still supported Ruby v1.x. Version 2.7.10 was released on June 14th 2019.
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.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
- - RIP Global
7
+ - RIPA Global
8
8
  - Andrew David Hodgkinson
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-04-09 00:00:00.000000000 Z
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.0'
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.0'
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.7'
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.7'
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
- - andrew@ripglobal.com
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.ripglobal.com/
58
+ homepage: https://www.ripaglobal.com/
59
59
  licenses:
60
60
  - MIT
61
61
  metadata:
62
- homepage_uri: https://www.ripglobal.com/
63
- source_code_uri: https://github.com/ripglobal/doggo/
64
- bug_tracker_uri: https://github.com/ripglobal/doggo/issues/
65
- changelog_uri: https://github.com/ripglobal/doggo/blob/master/CHANGELOG.md
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.10
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