cmd.rb 0.3.2 → 0.3.3

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: 1e81a52d995f13903b644a2dcc326b35b57d37bc9b0e1840509835791a7c3100
4
- data.tar.gz: fb89b7ca7ba61d017141bebaeaa129589b812c7a7a742e5e0619cda3e4374b86
3
+ metadata.gz: ff8ad36671b624aa1d94446930520fa7f61a5d88731328fa2c7f6bbf95d848a8
4
+ data.tar.gz: 93c450c987bbd04f0b20a068580f00e75cf41016edcc12d32dc2559eedfef6e8
5
5
  SHA512:
6
- metadata.gz: 9131c3ffccbba0aef5cdcf3f19e7288ce8228b5095a9cac7e021c08202a09b4094a584e520a846c4be13e63f846f06a8b0583daf63dc3c01a8b7ef26185c2f0c
7
- data.tar.gz: 3eaed61342560a42a56952e74f1723c9f35a08ae22b13c7bb403bb5dd3a8d3ca85cc046a7bda3dab6246a94d36fce301188c011e3f7789a89057e911d138ece8
6
+ metadata.gz: c0cc266b825f3fda55713aa5967a03d239db5cbb445081d074b4293453e429aad3c2a59fe570b9fca513112ef35c34db820bb8b4a26d03a89be65d1c37d5f538
7
+ data.tar.gz: bf3ca72be9bb7b40ca34f5497dd33b0c7b80834756c5dc13add3963c4a3c5667117dc047ee7e6234f19b42a6baf47a8fef4cfb12ae30946b912f39c4b5397c88
File without changes
data/.gitignore CHANGED
File without changes
data/.projectile CHANGED
File without changes
data/.rubocop.yml CHANGED
File without changes
File without changes
File without changes
File without changes
data/.yardopts CHANGED
File without changes
data/Gemfile CHANGED
File without changes
data/LICENSE CHANGED
File without changes
data/README.md CHANGED
File without changes
data/Rakefile.rb CHANGED
File without changes
data/VERSION CHANGED
@@ -1 +1 @@
1
- v0.3.2
1
+ v0.3.3
data/cmd.rb.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.licenses = ["0BSD"]
11
11
  gem.files = `git ls-files`.split($/)
12
12
  gem.require_paths = ["lib"]
13
- gem.summary = "A library for building command-line applications"
13
+ gem.summary = "A library for building command-line applications, in Ruby."
14
14
  gem.description = gem.summary
15
15
  gem.add_runtime_dependency "ryo.rb", "~> 0.4"
16
16
  gem.add_runtime_dependency "optparse", "~> 0.3"
File without changes
File without changes
File without changes
data/lib/cmd.rb CHANGED
File without changes
File without changes
File without changes
data/test/fakefs/.gitkeep CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
data/test/setup.rb CHANGED
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cmd.rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - '0x1eef'
@@ -122,7 +122,7 @@ dependencies:
122
122
  - - "~>"
123
123
  - !ruby/object:Gem::Version
124
124
  version: '13.1'
125
- description: A library for building command-line applications
125
+ description: A library for building command-line applications, in Ruby.
126
126
  email:
127
127
  - 0x1eef@protonmail.com
128
128
  executables: []
@@ -177,5 +177,5 @@ requirements: []
177
177
  rubygems_version: 3.4.10
178
178
  signing_key:
179
179
  specification_version: 4
180
- summary: A library for building command-line applications
180
+ summary: A library for building command-line applications, in Ruby.
181
181
  test_files: []