solid_apm 0.4.0 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -3
  3. data/lib/solid_apm/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f8623eafef426a98627eef8810538b4ad1100a125eadcdb99bf2db0df21cadc1
4
- data.tar.gz: 386f31259d69c1ae17a182c1b6faf6368b8802c2bccf2985fa9e7853f9fc3ddb
3
+ metadata.gz: efcb9cac89d539656968bd244d4aa9b369c5bac01241bc4b87f4a4d3d374e231
4
+ data.tar.gz: 322c070fe1eeafa50f4628fa54a59a26361b779427adbdf2aa861305891d27d9
5
5
  SHA512:
6
- metadata.gz: 2cc471473ae3e41df512e12b6183c0410aaae6325f8a21db2f78e6f84caf22824b503e411eaa8f4508b40250511c9c4ea597f7de2929693ae30959977f6e4097
7
- data.tar.gz: 03e17274e463f8e60fe50c9d22220a5f930570da6000802d227a9da2f28b4a51e84ba06af1009d6e32479f2a54a3ea95c21999ec2b06d0f18d00d94ecd17c5aa
6
+ metadata.gz: 4be9f2e4f94ddd42dac90ce6345a0601cd13060154a98f2a915152fafc09df8886281efa7cd5b024769331762c7ec2b1cb0f3d64f3ccb0d700206fc85a1ef787
7
+ data.tar.gz: 79bcd0928c31b6199fab8ef1d455bcd635aa7ee6aec5465138a841876d268e943b32e077ff5958cd395591fa3e87586343671163fd8602904ed4a0c029686a15
data/README.md CHANGED
@@ -69,9 +69,8 @@ Contribution directions go here.
69
69
  ## Release
70
70
 
71
71
  ```shell
72
- gem bump -v minor
73
- bundle install && git add Gemfile.lock && git commit --amend --no-edit && git push
74
- gem tag -p
72
+ bin/bump major|minor|patch
73
+ # GitHub Actions will take care of the rest
75
74
  ```
76
75
 
77
76
  ## License
@@ -1,3 +1,3 @@
1
1
  module SolidApm
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solid_apm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jean-Francis Bastien