doggo 1.2.0 → 1.3.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 (3) hide show
  1. checksums.yaml +5 -15
  2. data/README.md +9 -2
  3. metadata +14 -15
checksums.yaml CHANGED
@@ -1,17 +1,7 @@
1
1
  ---
2
- !binary "U0hBMjU2":
3
- metadata.gz: !binary |-
4
- ZjZiMjhhN2YwNGMyM2RhNDk0ZWNmYWFiMzE2ODM2MmI3YTgyZjU2OGQwZmY0
5
- OGQ1MmUyYTI2MDY1OWQxODI0ZQ==
6
- data.tar.gz: !binary |-
7
- Yjk2MzQzN2M2NmFiYzZjZDE0YTdmNmQwMDNlNzUzMjVkMzEyOWU3ZGJkYWRl
8
- ZTNjODcyMGNjMmQwYzMzMjc4Ng==
2
+ SHA256:
3
+ metadata.gz: c5e8ff89425a6cbe8743c56c2bca484c634496c327041bf864301dc85bf82a7e
4
+ data.tar.gz: '002591f5f6cc3b77a45cc66e37eb950f2cbf293c386b500864bb24e54d404583'
9
5
  SHA512:
10
- metadata.gz: !binary |-
11
- ODJmNjM2YWQ4NTk3NmQyZjA2MGVjNzEyOGEwNDllMDVmMmRmZGRkZGRhNjky
12
- NWZkNTUyMGVjMDFiZWE4OTllODVmZTkyNGNhNjY4ZWMwOWQ1M2NmOGI1NjVk
13
- OTkzYjA0ODcyZTcyN2U5YWNkYWI4ZDA1MDMzMzE0M2IwNmU5NDA=
14
- data.tar.gz: !binary |-
15
- YmQzYjkzMDA5YWQ0NmM2MWZiYjk5YzNkYzlkZWU5MWVmNGViNDE2NjAyMjI2
16
- YjJmNDQ5NmQxMWNlZTYwY2FhMmEzNWMwNzA5ODc2MDY5NjdjMWMzNTBjZjY2
17
- YjlhZTQ4NGM5MzUyZWM5NjY1MTIzYTkzNWNkMWViZWM0YzU3MDc=
6
+ metadata.gz: a851694e2684d1ac6cf2e1989d1bb88d63a9d7df2dd19159bf55299a6d75f39102f99be22c1a6e567599317b83ff38a41dc1d708aaaa0e9519f3dc03906a392f
7
+ data.tar.gz: 3012f9c7375be534ef17f56594ccbce6e6a3ec97be02ae5b58796c0a10029705be8252f95af42890c02b2d993e262e2d362ba0fa6aae13f794305224e2e4f747
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://app.travis-ci.com/RIPGlobal/doggo.svg?branch=master)](https://app.travis-ci.com/RIPGlobal/doggo)
4
+ [![Build Status](https://app.travis-ci.com/RIPAGlobal/doggo.svg?branch=master)](https://app.travis-ci.com/RIPAGlobal/doggo)
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 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
+ 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,42 +1,42 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: doggo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.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: 2021-09-27 00:00:00.000000000 Z
12
+ date: 2023-01-13 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
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
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
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
41
  version: '3.10'
42
42
  description: Similar to "rspec -f d", but also indicates progress by showing the current
@@ -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
- rubyforge_project:
82
- rubygems_version: 2.7.11
83
- signing_key:
81
+ rubygems_version: 3.4.1
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