echo_cli 0.2.0 → 0.3.0

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
  SHA1:
3
- metadata.gz: 304cdcdc353ffaa49724686c829e15cb0a1c99c5
4
- data.tar.gz: 3095dc503395d93acde8b5f0cfce1198d0e2a5bf
3
+ metadata.gz: 165abb5d15932f7c238d33b1610d7307def08d9c
4
+ data.tar.gz: eb798ad0ca1e80a7f58b7f2744ab68578a3c1a5c
5
5
  SHA512:
6
- metadata.gz: 779e12c3ad8c316d227f50869f6fc19a8ec7f422ff4209570916b429487731faac217d919c5762ac645363468e71224ed7939adc783ef1ca3f202e6cd19b537e
7
- data.tar.gz: f893c37905b08a65804a48cc9d156ca2000522af9ef952f1290103051d88978a332059c1e06fe22aaf6e40ce1dcf4cfeb67e4b62886c2126e2f41621cc644baf
6
+ metadata.gz: 19d8a8fa730e4be2662cb9a5db3dcddbe174cdacc87a54ee2796c3f8ab960dd3b6b5879c93c0ae64731adbb2fbc01fbfe7001b909de3367293012aea9c32dcd6
7
+ data.tar.gz: 7ece7f333f31fedf536c4cd49a4c95f115b95f152d876ab26eac08c9cc5b460217b4639f346566f097750f3ba7f42c2d852d715287af604c30e9cd43205e948e
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # EchoCli
1
+ # Echo_cli
2
2
 
3
3
  Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/echo_cli`. To experiment with that code, run `bin/console` for an interactive prompt.
4
4
 
data/echo_cli.gemspec CHANGED
@@ -5,7 +5,7 @@ require 'echo_cli/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "echo_cli"
8
- spec.version = EchoCli::VERSION
8
+ spec.version = Echo_cli::VERSION
9
9
  spec.authors = ["Brandon Raphael"]
10
10
  spec.email = ["brandonraphael1@gmail.com"]
11
11
 
@@ -1,3 +1,3 @@
1
- module EchoCli
2
- VERSION = "0.2.0"
1
+ module Echo_cli
2
+ VERSION = "0.3.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: echo_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Raphael