togows 0.1.0 → 0.1.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/README.md +4 -0
  3. data/lib/togows/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3aa356b44bbb2bf65b5f57312ed7134c221480b1b0f21727310756f5f8f1aa05
4
- data.tar.gz: 222d0166a0d845fae0dca15a94a178b9ff6f2f3ef0329331390f692f32e85c49
3
+ metadata.gz: b57c6eb30e5091c8ecf43322f5633060dd4eb62a5eb5119bc065eefd8427ac26
4
+ data.tar.gz: f08403f639def8d902a781295a1d4ebbf1f142c4da278d81aad8f685fce58066
5
5
  SHA512:
6
- metadata.gz: 986782292f69d0fe7db251001108570a20e4502ad4e0bc0e4865443f233ea536c4f72d23f1c64176d04eee3b12f78a322748d153867ff0c6dd96a616ee9a8b86
7
- data.tar.gz: 38199b730174c357333a5ae268529add28e289888ade3d384286c69f60d9eaec718661addb336e4a2f6c5cabad9df4f87b8257e830a24e0b18932bde4d1252af
6
+ metadata.gz: afd8c0bcadb19d829320c62bf8efc7373d6dd48149f60f3571a93a6f203fca9206a1a8e6bbf6e188d8981a3c2917a70861cdca2e0271d2b56f96a297d892c422
7
+ data.tar.gz: 7c59c569570a11b8d2eb0b016ecbaa61e7083502e5e20263b25a33ffde57fd35e8f966ac1781aeb67fca0b1e8424a193a42c535f93ef99722505c8479d64beaa
data/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # togows
2
2
 
3
+ [![CI](https://github.com/kojix2/togows-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/kojix2/togows-cli/actions/workflows/ci.yml)
4
+ [![Gem Version](https://badge.fury.io/rb/togows.svg)](https://badge.fury.io/rb/togows)
5
+ [![Lines of Code](https://img.shields.io/endpoint?url=https%3A%2F%2Ftokei.kojix2.net%2Fapi%2Fbadge%2Flines%3Furl%3Dhttps%3A%2F%2Fgithub.com%2Fkojix2%2Ftogows-cli%2F)](https://tokei.kojix2.net/analyze?url=https%3A%2F%2Fgithub.com%2Fkojix2%2Ftogows-cli%2F)
6
+
3
7
  A small dependency-free Ruby command line client for the TogoWS REST API.
4
8
 
5
9
  ```sh
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TogoWS
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: togows
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - kojix2