big-picture_manager 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6cd8a2367b34b1dc9676c2be471b03a70d4615e9
4
- data.tar.gz: f562da028422633499bcd9447c5e7401cfce41fa
3
+ metadata.gz: e814bd35addd6331519c7da9b01f47c67d622273
4
+ data.tar.gz: 664cad4440622f698700acce70a4e506b89f3680
5
5
  SHA512:
6
- metadata.gz: cb893055055a7341966d23e22e6b95e4987cd8d41804762533cf0828f0801955f4e980d04edb6fda162a9ae41052f0d9b8b86351de31e2964e22665a866960df
7
- data.tar.gz: edae2a676bccad1c827aa4fc941df65eac7d9e7a16e346626fa7adf8e3ff9a82e20e9dce84e29361481e828db91edc0bfe4fdff4457f661e9580996902ecd4cd
6
+ metadata.gz: a34a1716a66853377cb0e5585904241333a4515527ff92e4f2b0966c187b02bb43f9080b52077d62a78cf1d373f5c0ff7473deab52c46e1ecb83d33fc2198bb4
7
+ data.tar.gz: c8f30e4692247e711a62a0186046b8c365ca66b306a5d98f6be5a184844c48e82b676da3e158cdf1abb58141a674528434198b5c12705e51f9471337e761cfa3
data/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  This is a RubyGem that built with artificial intelligence to help developers work on their job.
4
4
 
5
+ Big-Picture Manager requires Mac OS X.
6
+
5
7
  ## Usage
6
8
 
7
9
  Install it as:
@@ -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 mistake.
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 Picture Manager"|
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 [ 10, 15, 20 ].sample
40
+ sleep [ 15, 30 ].sample
39
41
  end
@@ -1,7 +1,7 @@
1
1
  module Big
2
2
  module Picture
3
3
  module Manager
4
- VERSION = "0.0.2"
4
+ VERSION = "0.0.3"
5
5
  end
6
6
  end
7
7
  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.2
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-08 00:00:00.000000000 Z
11
+ date: 2013-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler