rb-system-with-aliases 0.1 → 0.2

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: 35386ed4a166fd242528906be3aca74b5fd6fb3a
4
- data.tar.gz: a941f63dc0940d73070fcdf4417b9fab3ed03e4a
3
+ metadata.gz: 27aa6e1875e78ff9b47e3b0204373aa9a8d01f40
4
+ data.tar.gz: 9bb5aee1a672b8efed7e94c15674435789ddb9ba
5
5
  SHA512:
6
- metadata.gz: 496215b042538d50849ce009bea94d9ae301b6404a73bd77a45a7f22026f525c66a2c132a359af83679295ba6f2d1249bb4644f1dd6055478601c2943031b75c
7
- data.tar.gz: 5a2583dffe2c7d1f3910e399bc33cf3d7e5acc375bf3bda44cee8ff4ddea6dcc6ace9408e040eb5b47aef210c0e609a68070a5277c9833ee71147b641cc2b0ac
6
+ metadata.gz: d24bc7b7ab609c7d45bfacfea2143180f1e66aed5db79ba04c8f5113624e5b3d048716b986deae16b1ffb05a451735b6f899b5892512a20d2274377351122b5b
7
+ data.tar.gz: 98086ee568714fad9438c45dab52dacd100232ff76e057e0a78f2d8e18b943b37870ea2ff9b677ad591ad60638b7bc8bcf1f9de237352c59b6e0d7f9936c8172
@@ -5,8 +5,8 @@ require 'system_with_aliases'
5
5
 
6
6
  def usage
7
7
  puts 'Usage: system-with-aliases [option] <command ...>'
8
- puts '-v --version\tPrint version information'
9
- puts '-h --help\tPrint usage information'
8
+ puts "-v --version\tPrint version information"
9
+ puts "-h --help\tPrint usage information"
10
10
 
11
11
  exit 0
12
12
  end
@@ -1,4 +1,4 @@
1
- require 'version'
1
+ require_relative 'version'
2
2
 
3
3
  #
4
4
  # SystemWithAliases - execute system commands with aliases
@@ -2,5 +2,5 @@
2
2
  # SystemWithAliases
3
3
  #
4
4
  module SystemWithAliases
5
- VERSION = '0.1'
5
+ VERSION = '0.2'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rb-system-with-aliases
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.1'
4
+ version: '0.2'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Pennebaker