djinni 1.0.1 → 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: 22d7bb07653339da42d8cdad71d9db608925e4ea
4
- data.tar.gz: 69c9f81b03a00d8b9c8ba9c2d98533f36376a61c
3
+ metadata.gz: dd658162d6f40ac5c5393014ad95a984d85b4c43
4
+ data.tar.gz: 3dc7c3bc4c3de59ede8b49fd610e8521e96d0be4
5
5
  SHA512:
6
- metadata.gz: 0ba050ab448fd2a4536726d845a7172611c2ed9a50fb95b9f2377e3770af0c5ff1d8b1794d5f4a0c5784d5a4ff6646e58d53900e6f1b19db58af0c79936e4379
7
- data.tar.gz: 8cc890373b9272d92c1de3a7d75f328f326983bc647f87fb8b9db9f509d4b925dd9e4d8373dd24361e761c10bbc708e3282e701ec75033c22e2b210df81ca8f6
6
+ metadata.gz: 86ab616ff2d6b4e3f5c3a9c4d40671aa159385e406d16e531aa8dc0b0475be19c15f24eb86430ce170eca071748bc0c97cef5371b975255c5fa5f3aee3317a15
7
+ data.tar.gz: 9926ed26472681d6ac32f2545374b29e8a81a14de8729900005cd1f6597d9b8a9fb145c7804ddfc4bdfacb17c3537f59f5d9f5bf16fd9155da713adcaeb65c0a
@@ -36,7 +36,7 @@ class DjinniHelpWish < Djinni::Wish
36
36
  return
37
37
  end
38
38
  end
39
- puts "Wish #{args} not found!"
39
+ puts "Command #{args} not found!"
40
40
  else
41
41
  usage
42
42
  end
@@ -48,8 +48,8 @@ class DjinniHelpWish < Djinni::Wish
48
48
  end
49
49
 
50
50
  def usage
51
- puts "help [wish]"
52
- puts "\tPrint usage for specified wish. If no wish is"
53
- puts "\tspecified, print description of all wishes."
51
+ puts "help [command]"
52
+ puts "\tPrint usage for specified command. If no command is"
53
+ puts "\tspecified, print description of all commands."
54
54
  end
55
55
  end
data/lib/djinni.rb CHANGED
@@ -187,7 +187,7 @@ class Djinni
187
187
  buff = grant_wish(buff + STDIN.getch, djinni_env)
188
188
 
189
189
  if (buff.nil?)
190
- puts "Wish not found!"
190
+ puts "Command not found!"
191
191
  buff = ""
192
192
  end
193
193
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: djinni
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miles Whittaker