zomba 0.4.0 → 0.5.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: d91dd770913ab7598d5618a902181f1e2ef65f72
4
- data.tar.gz: 4a7b5e024121003e1405f7d733cad8a3fbf8b81a
3
+ metadata.gz: b6ab72875a03d02bf74f476eeb80459194002d6b
4
+ data.tar.gz: 11f92dfe45018a5aad1fd314c1f92285ad319c2e
5
5
  SHA512:
6
- metadata.gz: 2936c6f2c88dd952317529830e175a59c166f7342701b83b1de694c750caa35be5f34df05eb9e38d80238e10f43bb0450e7edb4c6be4e230687a21f422237ab0
7
- data.tar.gz: d96eab7324caf6073ea4f99c234c021d080f90f6d168ddf565f58af01a281a4f7beaab1f8a132b1329ac89ffb02df806d11bca7c74d28116d30e17c815c6591d
6
+ metadata.gz: d79234bef6cb67c41d50fd741d0ebce80eb4d393ce5926a603e51a61e1e76d196557dd2fa4e9684e9b17c38cd7bdf717e41c192bfe85c2e4754dc7f3a0f34005
7
+ data.tar.gz: ee98521abbefb2c7188b9aa5433b2e4250ffc70e2420a38297dca1ee05670f6633e4e22e9d04fec346c5b1203a0ec30c1a2142c43a39e15de4e8720187c61fc0
@@ -1,4 +1,4 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.3.0
3
+ - 2.3.1
4
4
  before_install: gem install bundler -v 1.11.2
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Zomba
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/zomba.svg)](https://badge.fury.io/rb/zomba)
4
+
3
5
  `Zomba` is a command line tool that simply spits out reasons for developers why their code ain't working.
4
6
 
5
7
  Every time you run `Zomba`, a new reason will be given.
data/exe/zomba CHANGED
@@ -31,7 +31,7 @@ when '-s', '--say'
31
31
  puts spit
32
32
  `say #{spit}`
33
33
  else
34
- puts "This command only works for Max OS X computers."
34
+ puts "This command only works for Mac OS X computers."
35
35
  puts "Type 'zomba --help' for help."
36
36
  end
37
37
  when nil
@@ -10,7 +10,14 @@ module Zomba
10
10
  f.puts("It worked on my local computer")
11
11
  f.puts("Did you delete something by mistake?")
12
12
  f.puts("This is a network problem!")
13
- f.puts("You requested that it works this way. Dind't you?")
13
+ f.puts("You requested that it works this way. Did not you?")
14
+ f.puts("That error means it was successful.")
15
+ f.puts("Did you type soemthing wrong that made it crash?")
16
+ f.puts("No one told me how it is supposed to work. so I was forced to guess my way into it.")
17
+ f.puts("Oh, you said you DID NOT want that to happen?!")
18
+ f.puts("The DNS has not propogated yet!")
19
+ f.puts("That part of the code was written by another developer who was fired!")
20
+
14
21
  end
15
22
  end
16
23
  end
@@ -1,3 +1,4 @@
1
+ require "zomba/version"
1
2
  module Zomba
2
- FILENAME = ::File.expand_path('~/.zombas.txt')
3
+ FILENAME = ::File.expand_path("~/.zomba-#{Zomba::VERSION}.txt")
3
4
  end
@@ -1,3 +1,3 @@
1
1
  module Zomba
2
- VERSION = "0.4.0"
2
+ VERSION = "0.5.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zomba
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aly Badawy
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-05-10 00:00:00.000000000 Z
11
+ date: 2016-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler