command-genie 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/bin/genie +2 -2
  3. data/lib/genie/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e85595987a1e849138f28c3420bf1457a6effdba
4
- data.tar.gz: 950bcc6ef3f4baf8717257c7ecd96d4e08e40717
3
+ metadata.gz: e512fd7b375f6535605f49ada554b7ab27d206a4
4
+ data.tar.gz: 9c43175e70299d10b63e1e303a934f7bb2d0c486
5
5
  SHA512:
6
- metadata.gz: fe602357a7eafc15fc7c23098d5bc157c543ed645602f57c7910bb258464b3425ee0a19201d9636f01e8f3f6ba5b1b7b4cdc1b5a0af8532e36ce0c9ccec7d5e7
7
- data.tar.gz: bb515303a32e51081c2b914d3e2f6038f93f2dbccf3cb6a1bcaf4f10f6bea0841cee78da74598ee1e2f70ff4e7d5a4d86e47211e67ae7b0d6e1308bd3fbf3c63
6
+ metadata.gz: f02b8d100c80762689ca2f58ae8cdb19ce494604da4e96e951a1e5244b32faefd6e069913b0f7b0c9fa0f1566e3b044ea89b95936d51b081b4e1c466d2c329fd
7
+ data.tar.gz: 6f7a36cc58dbf75bf31d364f60a5046d8324bc83c97fed431a209157e8984324abb75fbf63c1e0a47352224386fb265fe95f4e0ad16e4fa8cee58082081ccced
data/bin/genie CHANGED
@@ -96,7 +96,7 @@ if script_name != APP_NAME
96
96
  say "Running: #{cmd}"
97
97
  `#{cmd}`
98
98
  else
99
- say_error "No matching command found for `#{dir}`."
99
+ say_error "No matching command found for `#{Dir.pwd}`."
100
100
  end
101
101
  end
102
102
  end
@@ -111,7 +111,7 @@ if script_name != APP_NAME
111
111
  if cmd && !cmd.empty?
112
112
  say "#{cmd}"
113
113
  else
114
- say_error "No matching command found for `#{dir}`."
114
+ say_error "No matching command found for `#{Dir.pwd}`."
115
115
  end
116
116
  end
117
117
  end
@@ -1,3 +1,3 @@
1
1
  module CommandGenie
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: command-genie
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
  - Hwee-Boon Yar