oura 0.1.7 → 0.1.8

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: 8d0461c16288896b2ed569b92aed2d684fe47fc80903e320c25d613880bc9c56
4
- data.tar.gz: 9efa9d4179dfe46ca4c1b878a4541852aa88be9a27359a90201c9ce87053904b
3
+ metadata.gz: 642d1cde75038e39000fd44a5057b42076a9cc96dc66ad0c664400ecde817457
4
+ data.tar.gz: e5471ad9b4dda988875ea56fa03aec40a3ae4f53969a844b4ae33cb02634e1ea
5
5
  SHA512:
6
- metadata.gz: eda67edf335fa657497888a2a9f128ceba6a46c2ec63141b26859c8c6b0d3069cdfd1e7c8442d165c33ced110d76f052fcb0b16cd2ec745d3b841a456524ce04
7
- data.tar.gz: 0ec58466bf8b0e98661df5c9cae3d5cc0882b0f42a66ac47a8cc36cd9f2d33e72218b2aaf1418b20cdb2e08660004ec736ee7c768afde8fc2d3e610776f1f854
6
+ metadata.gz: d2cd544682b58e01187682e13c70a05d3faafadbeb7cb6677a5ed9fa6fd2443d10ab7d89afac377a70707279737331762498f245960e7779783914912edca640
7
+ data.tar.gz: 74e9a8d9572477e107e834aa2f0b0ab6909483cf466c5f78b1f3a1a959160122b1682a38af578a2519cec595456d869158d3f9027d61c9981b78a120089e5a5b
@@ -101,7 +101,7 @@ jobs:
101
101
  command: |
102
102
  old_tag=$(git describe --tags @^ | tr "-" " " | awk '{print $1}')
103
103
  new_tag=$(git describe --tags)
104
- title_link="https://github.com/paveg/oura/${old_tag}...${new_tag}"
104
+ title_link="https://github.com/paveg/oura/compare/${old_tag}...${new_tag}"
105
105
  echo "export TITLE_LINK=$title_link" >> $BASH_ENV
106
106
  echo "export NTF_MSG=\":+1: Bump up $old_tag to $new_tag\"" >> $BASH_ENV
107
107
  - notify-slack:
@@ -1,6 +1,10 @@
1
1
  Change Log
2
2
  ==========
3
3
 
4
+ ## v0.1.8
5
+
6
+ - Little CI fixes
7
+
4
8
  ## v0.1.7
5
9
 
6
10
  - Fix up Slack notification configuration
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Oura
4
- VERSION = '0.1.7'
4
+ VERSION = '0.1.8'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oura
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryota Ikezawa