pain 0.1.1 → 0.1.2
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 +4 -4
- data/{bin → exe}/.rubocop.yml +0 -0
- data/{bin → exe}/pain +0 -0
- data/lib/pain/version.rb +1 -1
- data/pain.gemspec +2 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 380f270bc87e7ff545281f6ae43893ce5a3c4e733aa0b565aeff62c1f8d8cfb1
|
|
4
|
+
data.tar.gz: 00642f0e234a27d811355dc7e08800032e2c64aa6b6f25eecc267dd777bce64c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0021ac6846547a4f5098b2516d3350f272bcde5114caafad5ee46124c1a7be832e35a29cfbd81318ae5dfc93dc1af2e3d1d34a8d662bf159300e6bed156c9fc2
|
|
7
|
+
data.tar.gz: 54f8c0b64969964ed3a9cf1413e557b9695e6f47bf593741ffd357b1b48737f12b744a89a1d31bc813e3d15e81c4a559acd644cadad008520114f388745bd4be
|
data/{bin → exe}/.rubocop.yml
RENAMED
|
File without changes
|
data/{bin → exe}/pain
RENAMED
|
File without changes
|
data/lib/pain/version.rb
CHANGED
data/pain.gemspec
CHANGED
|
@@ -14,7 +14,8 @@ Gem::Specification.new do |spec|
|
|
|
14
14
|
spec.license = 'MIT'
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
|
17
|
-
spec.
|
|
17
|
+
spec.bindir = 'exe'
|
|
18
|
+
spec.executables = 'pain'
|
|
18
19
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
19
20
|
spec.require_paths = ['lib']
|
|
20
21
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pain
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andy Nicholson
|
|
8
8
|
autorequire:
|
|
9
|
-
bindir:
|
|
9
|
+
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-01-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: term-ansicolor
|
|
@@ -151,8 +151,8 @@ files:
|
|
|
151
151
|
- LICENSE.txt
|
|
152
152
|
- README.md
|
|
153
153
|
- Rakefile
|
|
154
|
-
-
|
|
155
|
-
-
|
|
154
|
+
- exe/.rubocop.yml
|
|
155
|
+
- exe/pain
|
|
156
156
|
- lib/pain.rb
|
|
157
157
|
- lib/pain/cli.rb
|
|
158
158
|
- lib/pain/color_strings.rb
|
|
@@ -180,7 +180,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
180
180
|
- !ruby/object:Gem::Version
|
|
181
181
|
version: '0'
|
|
182
182
|
requirements: []
|
|
183
|
-
rubygems_version: 3.
|
|
183
|
+
rubygems_version: 3.3.5
|
|
184
184
|
signing_key:
|
|
185
185
|
specification_version: 4
|
|
186
186
|
summary: Quickly calculate User Pain for a bug
|