leash 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/.standard.yml +1 -0
  3. data/lib/leash/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0f093dc6257e4b29e10bc90174aa9246859cc65dbf7f3c6cd22b997a13bda38a
4
- data.tar.gz: 9b5baa0d3f5da30dd18abf5e0258687399a05037f4a975676af575f1190cf10f
3
+ metadata.gz: 70dfef3206b5f17287ffec1c8914523fac664d527dc48422cf17abe6d14ddb7d
4
+ data.tar.gz: 15b4d012fbfe5a78d07f9479a0ba5b2d51975a13c650d902d7d00d632b4f7c66
5
5
  SHA512:
6
- metadata.gz: 9bb1e1e32786217df1406a991ce8abb884b9fac6c4bda783ebf016ce563c8590680d710c62d87f6e8664caa98c67529e8b2a7fd48fd253ac83cc92cd604ca94f
7
- data.tar.gz: 82520de80c2f69353814514b44e31c99d430eb22361d2e20742b994a66ee741558518ac3e473bb7013225b92c33c4268321babec782d76b6c6d9dd629d9b5b14
6
+ metadata.gz: 8bf0c864c2a75813c7b4b4e890edc8eab3c84ca81fe3ea9423d9953818d33e499c5324c81fd0eaadb1ec867fc0843019aaee30e0e35f01bceb6bbf585e146c88
7
+ data.tar.gz: a4c6005a18dd629fb89e0668648218181cc15180a0662f94d7436bdff31dcd63b2a89b641f534ed6e77d649c99e04e38123a09d7e8776bc8e768d814383406f9
data/.standard.yml CHANGED
@@ -1,3 +1,4 @@
1
1
  # For available configuration options, see:
2
2
  # https://github.com/standardrb/standard
3
3
  ruby_version: 2.7
4
+ format: progress
data/lib/leash/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Leash
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: leash
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
  - Tony Hsu
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-05-03 00:00:00.000000000 Z
11
+ date: 2024-05-06 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |2
14
14
  Leash provides a lightweight framework to implement "Do Nothing Scripting" with Ruby.