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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7ed10c1b52b39337e13741f8cc57fb41e8b116c5e7f41a8438af2bb441d19a68
4
- data.tar.gz: 10fb7b20f0fafaf75c2e2c3e06c638939b50dae86eca5e1f54442e1a2abb044b
3
+ metadata.gz: 380f270bc87e7ff545281f6ae43893ce5a3c4e733aa0b565aeff62c1f8d8cfb1
4
+ data.tar.gz: 00642f0e234a27d811355dc7e08800032e2c64aa6b6f25eecc267dd777bce64c
5
5
  SHA512:
6
- metadata.gz: fc3fc6de280eac3f11662545ee19d6dea0d982fe56a8fc994f637c6a3f61bf6778c84483a2503c2ee8c47e3c23169e991e9fc325b4cc2c4054012b4d6824ab90
7
- data.tar.gz: 24f06280c62da6d1a3e745f27d35b109bc29c4512ad0c1160452c886c7356b1da70e6bd3d1dc995798f0f6ca535ddcbc0b22d804bf1a3181e27f0b81240c43a9
6
+ metadata.gz: 0021ac6846547a4f5098b2516d3350f272bcde5114caafad5ee46124c1a7be832e35a29cfbd81318ae5dfc93dc1af2e3d1d34a8d662bf159300e6bed156c9fc2
7
+ data.tar.gz: 54f8c0b64969964ed3a9cf1413e557b9695e6f47bf593741ffd357b1b48737f12b744a89a1d31bc813e3d15e81c4a559acd644cadad008520114f388745bd4be
File without changes
data/{bin → exe}/pain RENAMED
File without changes
data/lib/pain/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Pain
4
- VERSION = '0.1.1'
4
+ VERSION = '0.1.2'
5
5
  end
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.executables = spec.files.grep(%r{^bin/pain}) { |f| File.basename(f) }
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Nicholson
8
8
  autorequire:
9
- bindir: bin
9
+ bindir: exe
10
10
  cert_chain: []
11
- date: 2021-08-04 00:00:00.000000000 Z
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
- - bin/.rubocop.yml
155
- - bin/pain
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.1.6
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