runby_pace 0.2.0 → 0.2.1

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
  SHA1:
3
- metadata.gz: 77f387051e46c4f6f78a9b473bd489481138c165
4
- data.tar.gz: e8f3e809926fac438a1101500600f67818d94e22
3
+ metadata.gz: d3242b3f8df55820d61ce7a77fa6111485930c32
4
+ data.tar.gz: 0fd91d11383bc68bc7b3a1aeee6756cf29b76cbd
5
5
  SHA512:
6
- metadata.gz: 85f384bccd0ffc9db3aef47f13bff41a0f0134227020eaf65647b33d07188fe9da17ec4c497f383266f5586b5a0395870c6129695af8adeedbbbaa3f2726c539
7
- data.tar.gz: 042add614397d1516a5c25a2301011396d04c218b7cd4b5d8544e08a29601736ebd16e912fd1e845279b1dfb33f142cca4f0b29d00f85badd024e3751eb482d4
6
+ metadata.gz: e8165ddb6baea560a2f8a35526f6a17c92cf37e0e78dff113156269965d98ae044e74b8be6e722ef5f9bed851b299f04c6312ff262e92e7c9bd30b7e876334a0
7
+ data.tar.gz: 4f17f273eb20dc3ddad05bc3b034c26ca85a229aed393d1af7007e95a6bddd04ec9e4373526f450f92e0414e52fb766f5e4bfcccee95fbb3e885807be8e615e1
@@ -1,3 +1,3 @@
1
1
  module RunbyPace
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
data/runby_pace.gemspec CHANGED
@@ -13,6 +13,8 @@ Gem::Specification.new do |spec|
13
13
  spec.homepage = 'https://github.com/tygerbytes/runby-pace'
14
14
  spec.license = 'MIT'
15
15
 
16
+ spec.metadata = { 'commit-hash' => `git log -n 1 --pretty=format:"%H"`}
17
+
16
18
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
17
19
  spec.bindir = 'exe'
18
20
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runby_pace
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ty Walls
@@ -82,7 +82,8 @@ files:
82
82
  homepage: https://github.com/tygerbytes/runby-pace
83
83
  licenses:
84
84
  - MIT
85
- metadata: {}
85
+ metadata:
86
+ commit-hash: 05126f8be33b4570bcbf001f8a1f1e33ab1c40fd
86
87
  post_install_message:
87
88
  rdoc_options: []
88
89
  require_paths: