yerba 0.1.0-x86_64-linux → 0.1.1-x86_64-linux

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: c73225f4313d597072cfaf860ad7cda84ba502c7f6eb703c2c701c77d9dd0acc
4
- data.tar.gz: 2108f4c300fcab936ca3ada146f3248341f90c801ebca0e6d9755c979dbe5a60
3
+ metadata.gz: 0a630ea1f3e2279313d55bb9a8dc3ce57da252aeb992d597e6a53e8a8d820975
4
+ data.tar.gz: 95df0224a3bed658fc30886b298cf324bac6b1cbd755968bc89ca9e9f5b7670f
5
5
  SHA512:
6
- metadata.gz: 27c7094132d9f7aca8f14c4c01de1d27af8db73915ea54b456b8d433166968356c7c8275f8ac39e8504a64b171ac7394db1f4f20e5ea92f068b51521ce7c71d9
7
- data.tar.gz: b22136eadf70fb3293ec5dbbc42fdf0025c003c31ffb7bfe73890c19f33203e8ef16b926ebc9e1dc3225223900ac60a5b5e40a22b49caed8bf8da0dc8731c62a
6
+ metadata.gz: a05585cef7fb2a2ab7bd17a737e5198f3068196c24f2ddcf322bfd6b1f0ee8cac38d7d775350d1579540be4a627b51e52f1b5f73f6d9081bcfcbd63b1074fc42
7
+ data.tar.gz: 275227ac545b6e2aa3ee9f0b6bee61ffc6f225335839610057d3194dd74f76ce40bbe30d9c2600bc6bf3337e8c35204643e8b98de106657a8731052539e92617
Binary file
data/lib/yerba/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Yerba
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
data/rust/Cargo.lock CHANGED
@@ -409,7 +409,7 @@ dependencies = [
409
409
 
410
410
  [[package]]
411
411
  name = "yerba"
412
- version = "0.1.0"
412
+ version = "0.1.1"
413
413
  dependencies = [
414
414
  "clap",
415
415
  "glob",
data/rust/Cargo.toml CHANGED
@@ -1,10 +1,10 @@
1
1
  [package]
2
2
  name = "yerba"
3
- version = "0.1.0"
3
+ version = "0.1.1"
4
4
  edition = "2021"
5
5
  authors = ["Marco Roth <marco.roth@intergga.ch>"]
6
6
  description = "YAML Editing and Refactoring with Better Accuracy"
7
- readme = "../README.md"
7
+ readme = "README.md"
8
8
  license = "MIT"
9
9
  repository = "https://github.com/marcoroth/yerba"
10
10
  keywords = ["yaml", "editing", "refactoring", "lossless", "cli"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yerba
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Marco Roth