big-picture_manager 0.0.2 → 0.0.3
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 +4 -4
- data/README.md +2 -0
- data/bin/big-picture_manager +5 -3
- data/lib/big/picture/manager/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e814bd35addd6331519c7da9b01f47c67d622273
|
|
4
|
+
data.tar.gz: 664cad4440622f698700acce70a4e506b89f3680
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a34a1716a66853377cb0e5585904241333a4515527ff92e4f2b0966c187b02bb43f9080b52077d62a78cf1d373f5c0ff7473deab52c46e1ecb83d33fc2198bb4
|
|
7
|
+
data.tar.gz: c8f30e4692247e711a62a0186046b8c365ca66b306a5d98f6be5a184844c48e82b676da3e158cdf1abb58141a674528434198b5c12705e51f9471337e761cfa3
|
data/README.md
CHANGED
data/bin/big-picture_manager
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env ruby
|
|
2
|
+
# encoding: UTF-8
|
|
2
3
|
|
|
3
4
|
brain = <<BRAIN
|
|
4
5
|
What are you doing?
|
|
@@ -25,15 +26,16 @@ brain = <<BRAIN
|
|
|
25
26
|
I'm the manager because I'm smarter.
|
|
26
27
|
You should do some overtime.
|
|
27
28
|
You have Stock options!
|
|
28
|
-
It's my
|
|
29
|
+
It's my fault.
|
|
30
|
+
要保持狼性!
|
|
29
31
|
BRAIN
|
|
30
32
|
|
|
31
33
|
while :you_are_ do
|
|
32
34
|
idea = brain.lines.sample.strip
|
|
33
|
-
command = %Q|terminal-notifier -title "#{idea}" -message "from Big
|
|
35
|
+
command = %Q|terminal-notifier -title "#{idea}" -message "from Big-Picture Manager"|
|
|
34
36
|
|
|
35
37
|
puts command
|
|
36
38
|
system command
|
|
37
39
|
|
|
38
|
-
sleep [
|
|
40
|
+
sleep [ 15, 30 ].sample
|
|
39
41
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: big-picture_manager
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Cheng Guangnan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-11-
|
|
11
|
+
date: 2013-11-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|