rubyshell 1.0.0 → 1.0.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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rubyshell/version.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 90f9ebf7c21774ab58cacb92b34525a94884e2ca087a3cb2307a6f3cf45dde7e
4
- data.tar.gz: 9a75183f34a96c7755c3b1e2a8057d75b4e113a9c9f860905807090336456850
3
+ metadata.gz: f343a64aa8d805576bb86e5fd0f6694476805b7e7a4277ac51dbfc5b621a13a3
4
+ data.tar.gz: 15fbb627e2ef6e218a223d7c6d13a736539a4e9538e72ce1506b51df90b8cc30
5
5
  SHA512:
6
- metadata.gz: a86a05dc7ebd4a5eacba2c90a61a03033fe6367e2ace6bef2638a7a606be62c7630b1fada06cf3981c18772cc40680cda953408af8e7c8776155a4dd4644f83b
7
- data.tar.gz: 9869197ad8eaff074eb74f5eea166bffa2f1ff70f0b28e5f8530230bc74279e186a3d5238df595881b3a1962f10f6db8ce0e98a12c0643d3da9afb901af08fb7
6
+ metadata.gz: 926f688a76110e5eb0ab4ac491280ef84e00b58b9226d7b44d8d5c770690204a67b5f2248d71be0abdf2903ad922b2ce0b7b79065d2a30b0a894e8c668ddf327
7
+ data.tar.gz: 4a0ad4a8e3df9c889ad1bedc293a63760b1180129b2eeae8d3a71139a1c5041ab8321c4c5a4295852bccb90e5177563cd26e4313785dc722c7e8fa4c8b85f3dc
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RubyShell
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubyshell
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - albertalef
@@ -9,7 +9,7 @@ bindir: bin
9
9
  cert_chain: []
10
10
  date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies: []
12
- description: A long description, short for now
12
+ description: A rubist way to run shell commands
13
13
  email:
14
14
  - albertalef@protonmail.com
15
15
  executables: []