sakuric 2.0.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 (407) hide show
  1. data/CHANGELOG +13 -0
  2. data/Gemfile +22 -0
  3. data/Gemfile.lock +60 -0
  4. data/HISTORY.yml +13 -0
  5. data/INSTALL +5 -0
  6. data/LICENSE +1 -0
  7. data/Makefile +19 -0
  8. data/Manifest +405 -0
  9. data/README.md +72 -0
  10. data/Rakefile +4 -0
  11. data/TODO +3 -0
  12. data/VERSION +1 -0
  13. data/bashrc +30 -0
  14. data/bashrc.d/00-functions.include +7 -0
  15. data/bashrc.d/01-sakura_checks.include +15 -0
  16. data/bashrc.d/02-uname.include +11 -0
  17. data/bashrc.d/80-ruby.include +4 -0
  18. data/bashrc.d/99-dirs.include +11 -0
  19. data/bashrc.d/aliases.include +20 -0
  20. data/bashrc.d/common.include +7 -0
  21. data/bashrc.d/local.d/README +1 -0
  22. data/bashrc.d/local.d/nothing.include +0 -0
  23. data/bashrc.d/uname.d/Darwin +6 -0
  24. data/bashrc.d/uname.d/Linux +0 -0
  25. data/bashrc.local.sample +11 -0
  26. data/bin/10 +7 -0
  27. data/bin/10times +7 -0
  28. data/bin/1every +22 -0
  29. data/bin/1everyN +22 -0
  30. data/bin/1suN +22 -0
  31. data/bin/2 +5 -0
  32. data/bin/act +24 -0
  33. data/bin/amarelo +2 -0
  34. data/bin/arancio +4 -0
  35. data/bin/arcobaleno +10 -0
  36. data/bin/bianco +3 -0
  37. data/bin/black +2 -0
  38. data/bin/brew-install +3 -0
  39. data/bin/cache +50 -0
  40. data/bin/cache3 +50 -0
  41. data/bin/cheorae +4 -0
  42. data/bin/colorastdouterr +37 -0
  43. data/bin/cp2desktop +3 -0
  44. data/bin/create-git-repo.sh +24 -0
  45. data/bin/csoe +37 -0
  46. data/bin/data +3 -0
  47. data/bin/derive +90 -0
  48. data/bin/dimmi +31 -0
  49. data/bin/dimmiora +4 -0
  50. data/bin/doppioni +48 -0
  51. data/bin/du- +9 -0
  52. data/bin/duplicates +48 -0
  53. data/bin/echodo +7 -0
  54. data/bin/ensure_line_present +82 -0
  55. data/bin/epoch2date +5 -0
  56. data/bin/fanout +100 -0
  57. data/bin/find-broken-symlink +26 -0
  58. data/bin/find-duplicates +48 -0
  59. data/bin/find-special-chars-within-filenames +12 -0
  60. data/bin/fix-terminal +5 -0
  61. data/bin/gce-create-centos-instance +5 -0
  62. data/bin/gce-create-custom-image +8 -0
  63. data/bin/gce-curl-get-instances-for-project +7 -0
  64. data/bin/gce-get-token +3 -0
  65. data/bin/gce-getproject-metadata +35 -0
  66. data/bin/gce-public-ip +4 -0
  67. data/bin/gcutil-fetch +36 -0
  68. data/bin/giallo +2 -0
  69. data/bin/git-clone-in-non-empty-dir +21 -0
  70. data/bin/git-ignore +3 -0
  71. data/bin/git-repos +98 -0
  72. data/bin/git-repos.py +99 -0
  73. data/bin/gitinfo +2 -0
  74. data/bin/google-spreadsheet-cat +40 -0
  75. data/bin/google_ips +5 -0
  76. data/bin/gray +3 -0
  77. data/bin/green +2 -0
  78. data/bin/grigio +3 -0
  79. data/bin/gsutil-debug-bucket +12 -0
  80. data/bin/gsutil-get-oauth2-token +4 -0
  81. data/bin/gugol-image +74 -0
  82. data/bin/hamachi-ubuntu-install +17 -0
  83. data/bin/head-1^-1 +5 -0
  84. data/bin/ifdownup +13 -0
  85. data/bin/immature/ok2 +25 -0
  86. data/bin/immature/twice-still-broken +9 -0
  87. data/bin/install-gic-repo +13 -0
  88. data/bin/install-sakura-on-debian-latest +6 -0
  89. data/bin/iphoto_big_files.sh +37 -0
  90. data/bin/itunes +140 -0
  91. data/bin/jason-xpath.rb +54 -0
  92. data/bin/jsawk +1128 -0
  93. data/bin/json-xpath.rb +54 -0
  94. data/bin/keepup +13 -0
  95. data/bin/lsof-top10 +3 -0
  96. data/bin/minicook +218 -0
  97. data/bin/mv2. +2 -0
  98. data/bin/mv2desktop +2 -0
  99. data/bin/mv2dropbox +2 -0
  100. data/bin/mv2here +2 -0
  101. data/bin/mvto +39 -0
  102. data/bin/nero +2 -0
  103. data/bin/never_as_root +18 -0
  104. data/bin/not +16 -0
  105. data/bin/ok +42 -0
  106. data/bin/orange +4 -0
  107. data/bin/pink +2 -0
  108. data/bin/polygen-dell +7 -0
  109. data/bin/polygen-heanet +6 -0
  110. data/bin/polygen-labs +4 -0
  111. data/bin/print_key_val +4 -0
  112. data/bin/rainbow +10 -0
  113. data/bin/recipe +19 -0
  114. data/bin/red +2 -0
  115. data/bin/remember-command +140 -0
  116. data/bin/remember-command.rb +140 -0
  117. data/bin/richelp +99 -0
  118. data/bin/ricorda-comando +140 -0
  119. data/bin/rosa +2 -0
  120. data/bin/rosso +2 -0
  121. data/bin/run-parts.sh +50 -0
  122. data/bin/sakura-check-version +48 -0
  123. data/bin/sakura-init.DRAFT +5 -0
  124. data/bin/sakura-version +2 -0
  125. data/bin/sano +5 -0
  126. data/bin/sbianca +3 -0
  127. data/bin/sblua +2 -0
  128. data/bin/setterm-reset +5 -0
  129. data/bin/sgialla +2 -0
  130. data/bin/sgrigia +2 -0
  131. data/bin/split +37 -0
  132. data/bin/split.rb +37 -0
  133. data/bin/srosa +1 -0
  134. data/bin/srossa +2 -0
  135. data/bin/strip-white-spaces +2 -0
  136. data/bin/stty-sane +5 -0
  137. data/bin/sudo^-1 +18 -0
  138. data/bin/sverda +6 -0
  139. data/bin/swift-saio-install.sh +336 -0
  140. data/bin/synergyc +0 -0
  141. data/bin/synergys +0 -0
  142. data/bin/syracuse.pl +29 -0
  143. data/bin/tail-n+2 +5 -0
  144. data/bin/tellme +31 -0
  145. data/bin/tellme-time +4 -0
  146. data/bin/timeout3 +91 -0
  147. data/bin/top5 +4 -0
  148. data/bin/trim +4 -0
  149. data/bin/trova-broken-symlink +26 -0
  150. data/bin/twice +5 -0
  151. data/bin/twice.rb +5 -0
  152. data/bin/ubuntu-install-hamachi64 +17 -0
  153. data/bin/ultimo +5 -0
  154. data/bin/upload.py +2380 -0
  155. data/bin/usleep +0 -0
  156. data/bin/varia +90 -0
  157. data/bin/verde +2 -0
  158. data/bin/vermelho +2 -0
  159. data/bin/vim-whereveritis +5 -0
  160. data/bin/viola +1 -0
  161. data/bin/virsh-list-all-vms.py +21 -0
  162. data/bin/virtualbox-manage +41 -0
  163. data/bin/weekend +12 -0
  164. data/bin/whattimeisit +4 -0
  165. data/bin/whereis-ip +5 -0
  166. data/bin/white +3 -0
  167. data/bin/whitefy +3 -0
  168. data/bin/yellow +2 -0
  169. data/bin/yellowfy +2 -0
  170. data/bin/zombies +25 -0
  171. data/docz/polygen/dell.grm +100 -0
  172. data/docz/polygen/frati.grm +85 -0
  173. data/docz/polygen/heanet.grm +54 -0
  174. data/docz/richelp/gcompute.yml +52 -0
  175. data/docz/richelp/gcutil.yml +52 -0
  176. data/docz/richelp/gmail.yml +2 -0
  177. data/docz/richelp/ruby.yml +81 -0
  178. data/docz/richelp/sakura.yml +20 -0
  179. data/docz/richelp/sql.yml +12 -0
  180. data/docz/richelp/ubuntu.yml +22 -0
  181. data/docz/richelp/yaml.yml +39 -0
  182. data/docz/richelp/yml.yml +39 -0
  183. data/etc/sakura/devel.yml +36 -0
  184. data/etc/synergy.conf.example +37 -0
  185. data/images/color-sample.png +0 -0
  186. data/images/google.jpg +0 -0
  187. data/images/icons/toilet.png +0 -0
  188. data/images/sakura.jpg +0 -0
  189. data/images/sakura2.jpg +0 -0
  190. data/init.rb +5 -0
  191. data/lib/classes/arrays.rb +246 -0
  192. data/lib/classes/debug_ric.rb +196 -0
  193. data/lib/classes/fake_data.rb +8 -0
  194. data/lib/classes/ric_debug.rb +0 -0
  195. data/lib/classes/ricconf.rb +110 -0
  196. data/lib/classes/richelp.rb +70 -0
  197. data/lib/classes/strings.rb +284 -0
  198. data/lib/facter/google_compute_engine.rb +10 -0
  199. data/lib/recipes/20120411-puppet-rump-palladius.recipe +2 -0
  200. data/lib/recipes/20120726-skype.ubuntu.recipe +16 -0
  201. data/lib/recipes/20130206-puppet3.ubuntu.recipe +32 -0
  202. data/lib/recipes/20130206-redis.linux.recipe +17 -0
  203. data/lib/recipes/20130208-vanilla.linux.recipe +37 -0
  204. data/lib/recipes/Makefile +4 -0
  205. data/lib/recipes/README.md +29 -0
  206. data/lib/recipes/scripts/redis.sh +14 -0
  207. data/lib/ric.rb +156 -0
  208. data/lib/ric_colors.rb +313 -0
  209. data/lib/ric_strings.rb +285 -0
  210. data/lib/sonice-players/itunes_mac.rb +43 -0
  211. data/lib/sonice-players/itunes_win.rb +47 -0
  212. data/lib/sonice-players/mpd.rb +45 -0
  213. data/lib/sonice-players/rhythmbox.rb +38 -0
  214. data/profile +1 -0
  215. data/sakuric.gemspec +40 -0
  216. data/sbin/install-sakura-on-debian +25 -0
  217. data/sbin/make-install.sh +10 -0
  218. data/sbin/mate-createsymlink +4 -0
  219. data/sounds/0.ogg +0 -0
  220. data/sounds/0.wav +0 -0
  221. data/sounds/01.ogg +0 -0
  222. data/sounds/02.ogg +0 -0
  223. data/sounds/03.ogg +0 -0
  224. data/sounds/08.ogg +0 -0
  225. data/sounds/09.ogg +0 -0
  226. data/sounds/1.ogg +0 -0
  227. data/sounds/1.wav +0 -0
  228. data/sounds/10.ogg +0 -0
  229. data/sounds/100.ogg +0 -0
  230. data/sounds/11.ogg +0 -0
  231. data/sounds/12.ogg +0 -0
  232. data/sounds/13.ogg +0 -0
  233. data/sounds/14.ogg +0 -0
  234. data/sounds/15.ogg +0 -0
  235. data/sounds/16.ogg +0 -0
  236. data/sounds/17.ogg +0 -0
  237. data/sounds/18.ogg +0 -0
  238. data/sounds/19.ogg +0 -0
  239. data/sounds/2.ogg +0 -0
  240. data/sounds/2.wav +0 -0
  241. data/sounds/20.ogg +0 -0
  242. data/sounds/21.ogg +0 -0
  243. data/sounds/22.ogg +0 -0
  244. data/sounds/23.ogg +0 -0
  245. data/sounds/24.ogg +0 -0
  246. data/sounds/26.ogg +0 -0
  247. data/sounds/3.ogg +0 -0
  248. data/sounds/3.wav +0 -0
  249. data/sounds/30.ogg +0 -0
  250. data/sounds/34.ogg +0 -0
  251. data/sounds/4.ogg +0 -0
  252. data/sounds/4.wav +0 -0
  253. data/sounds/40.ogg +0 -0
  254. data/sounds/42.ogg +0 -0
  255. data/sounds/45.ogg +0 -0
  256. data/sounds/47.ogg +0 -0
  257. data/sounds/5.ogg +0 -0
  258. data/sounds/5.wav +0 -0
  259. data/sounds/50.ogg +0 -0
  260. data/sounds/6.ogg +0 -0
  261. data/sounds/6.wav +0 -0
  262. data/sounds/60.ogg +0 -0
  263. data/sounds/7.ogg +0 -0
  264. data/sounds/7.wav +0 -0
  265. data/sounds/70.ogg +0 -0
  266. data/sounds/8.ogg +0 -0
  267. data/sounds/8.wav +0 -0
  268. data/sounds/80.ogg +0 -0
  269. data/sounds/9.ogg +0 -0
  270. data/sounds/9.wav +0 -0
  271. data/sounds/90.ogg +0 -0
  272. data/sounds/a.ogg +0 -0
  273. data/sounds/aaahhh.ogg +0 -0
  274. data/sounds/abologna.ogg +0 -0
  275. data/sounds/adargenta.ogg +0 -0
  276. data/sounds/alzatiecammina.ogg +0 -0
  277. data/sounds/apache.ogg +0 -0
  278. data/sounds/attenzione.ogg +0 -0
  279. data/sounds/awesome.m4a +0 -0
  280. data/sounds/bazinga.mp3 +0 -0
  281. data/sounds/bazinga.ogg +0 -0
  282. data/sounds/bela regaz.wav +0 -0
  283. data/sounds/benvenuti.wav +0 -0
  284. data/sounds/benvenuti2.wav +0 -0
  285. data/sounds/bergonz.ogg +0 -0
  286. data/sounds/boh.ogg +0 -0
  287. data/sounds/buahah.ogg +0 -0
  288. data/sounds/buonasera.ogg +0 -0
  289. data/sounds/buongiorno.ogg +0 -0
  290. data/sounds/burp.ogg +0 -0
  291. data/sounds/carlo.ogg +0 -0
  292. data/sounds/cena.ogg +0 -0
  293. data/sounds/che figata.m4a +0 -0
  294. data/sounds/che figlio di puttana.m4a +0 -0
  295. data/sounds/che.ogg +0 -0
  296. data/sounds/ciao.ogg +0 -0
  297. data/sounds/ciao.wav +0 -0
  298. data/sounds/da.ogg +0 -0
  299. data/sounds/davide.ogg +0 -0
  300. data/sounds/demone.ogg +0 -0
  301. data/sounds/dhcp.ogg +0 -0
  302. data/sounds/dinuovo.ogg +0 -0
  303. data/sounds/dns.ogg +0 -0
  304. data/sounds/dopo.ogg +0 -0
  305. data/sounds/e'.ogg +0 -0
  306. data/sounds/eattivo.ogg +0 -0
  307. data/sounds/ee.ogg +0 -0
  308. data/sounds/ehi.ogg +0 -0
  309. data/sounds/eoragiu.ogg +0 -0
  310. data/sounds/eorasu.ogg +0 -0
  311. data/sounds/eripartita.ogg +0 -0
  312. data/sounds/estato.ogg +0 -0
  313. data/sounds/estatoriavviato.ogg +0 -0
  314. data/sounds/fratro.ogg +0 -0
  315. data/sounds/frozenbubble.ogg +0 -0
  316. data/sounds/funziona.ogg +0 -0
  317. data/sounds/go raibh mile maith agaibh.m4a +0 -0
  318. data/sounds/grazie.ogg +0 -0
  319. data/sounds/h1.ogg +0 -0
  320. data/sounds/hainuovaposta.ogg +0 -0
  321. data/sounds/hogiamangiato.ogg +0 -0
  322. data/sounds/host.ogg +0 -0
  323. data/sounds/il.ogg +0 -0
  324. data/sounds/ilcomputer.ogg +0 -0
  325. data/sounds/ilnumerodaleiselezionatoe.ogg +0 -0
  326. data/sounds/ilprocesso.ogg +0 -0
  327. data/sounds/ilprogramma.ogg +0 -0
  328. data/sounds/ilservizio.ogg +0 -0
  329. data/sounds/imap.ogg +0 -0
  330. data/sounds/imieisuperpoterimidiconoche.ogg +0 -0
  331. data/sounds/infunzione.ogg +0 -0
  332. data/sounds/inpunto.ogg +0 -0
  333. data/sounds/ipmon.ogg +0 -0
  334. data/sounds/laconnessioneadinternet.ogg +0 -0
  335. data/sounds/lastampante.ogg +0 -0
  336. data/sounds/lazzaron.ogg +0 -0
  337. data/sounds/ldap.ogg +0 -0
  338. data/sounds/linterfaccia.ogg +0 -0
  339. data/sounds/lucilla.ogg +0 -0
  340. data/sounds/ma vaffanculo.m4a +0 -0
  341. data/sounds/majjal.wav +0 -0
  342. data/sounds/mamma.ogg +0 -0
  343. data/sounds/mauro.ogg +0 -0
  344. data/sounds/max.ogg +0 -0
  345. data/sounds/meerda.wav +0 -0
  346. data/sounds/meno.ogg +0 -0
  347. data/sounds/merda clo.wav +0 -0
  348. data/sounds/mezza.ogg +0 -0
  349. data/sounds/mila.ogg +0 -0
  350. data/sounds/mille.ogg +0 -0
  351. data/sounds/minuti.ogg +0 -0
  352. data/sounds/named.ogg +0 -0
  353. data/sounds/no.ogg +0 -0
  354. data/sounds/nohofame.ogg +0 -0
  355. data/sounds/nonfunziona.ogg +0 -0
  356. data/sounds/nonriescoatrovare.ogg +0 -0
  357. data/sounds/nonsarebbeoradilavorare.ogg +0 -0
  358. data/sounds/nonstalavorando.ogg +0 -0
  359. data/sounds/numero.wav +0 -0
  360. data/sounds/ooohhh.ogg +0 -0
  361. data/sounds/pinger.ogg +0 -0
  362. data/sounds/pocofa.ogg +0 -0
  363. data/sounds/pop3.ogg +0 -0
  364. data/sounds/porca puttana.m4a +0 -0
  365. data/sounds/porcapupazza.ogg +0 -0
  366. data/sounds/ppp.ogg +0 -0
  367. data/sounds/pranzo.ogg +0 -0
  368. data/sounds/prego.ogg +0 -0
  369. data/sounds/prima.ogg +0 -0
  370. data/sounds/qualcosamidice.ogg +0 -0
  371. data/sounds/raggiungibile.ogg +0 -0
  372. data/sounds/riccardo.ogg +0 -0
  373. data/sounds/salsa ridge.wav +0 -0
  374. data/sounds/scusa.ogg +0 -0
  375. data/sounds/seriously man.m4a +0 -0
  376. data/sounds/si.ogg +0 -0
  377. data/sounds/sito porno con sonoro.wav +0 -0
  378. data/sounds/socmel.wav +0 -0
  379. data/sounds/sono.ogg +0 -0
  380. data/sounds/sonoacasa.ogg +0 -0
  381. data/sounds/sonole.ogg +0 -0
  382. data/sounds/sputo.ogg +0 -0
  383. data/sounds/ssh.ogg +0 -0
  384. data/sounds/stagiocando.ogg +0 -0
  385. data/sounds/statospento.ogg +0 -0
  386. data/sounds/stopaiodipalle.ogg +0 -0
  387. data/sounds/thesedicks.wav +0 -0
  388. data/sounds/tornatosu.ogg +0 -0
  389. data/sounds/trapoco.ogg +0 -0
  390. data/sounds/trequarti.ogg +0 -0
  391. data/sounds/tutti.ogg +0 -0
  392. data/sounds/una.ogg +0 -0
  393. data/sounds/unquarto.ogg +0 -0
  394. data/sounds/virgola.ogg +0 -0
  395. data/sources/c/usleep.c +50 -0
  396. data/spec/my_first_spec.rb +6 -0
  397. data/tasks/sakuric-gem.rake +21 -0
  398. data/tasks/testing.rake +15 -0
  399. data/templates/bashrc.inject +10 -0
  400. data/templates/happy_christmas.ascii_art +5 -0
  401. data/test/roodi.sh +10 -0
  402. data/test/test_mini_failing.rb +3 -0
  403. data/test/test_mini_ok.rb +3 -0
  404. data/test/test_ruby_syntax.sh +12 -0
  405. data/third-party/jsawk/README.markdown +437 -0
  406. data/third-party/jsawk/jsawk +1128 -0
  407. metadata +835 -0
metadata ADDED
@@ -0,0 +1,835 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: sakuric
3
+ version: !ruby/object:Gem::Version
4
+ hash: 13
5
+ prerelease:
6
+ segments:
7
+ - 2
8
+ - 0
9
+ - 1
10
+ version: 2.0.1
11
+ platform: ruby
12
+ authors:
13
+ - Riccardo Carlesso
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2013-02-17 00:00:00 Z
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
21
+ name: ric
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ none: false
25
+ requirements:
26
+ - - ">="
27
+ - !ruby/object:Gem::Version
28
+ hash: 3
29
+ segments:
30
+ - 0
31
+ version: "0"
32
+ type: :runtime
33
+ version_requirements: *id001
34
+ - !ruby/object:Gem::Dependency
35
+ name: ric
36
+ prerelease: false
37
+ requirement: &id002 !ruby/object:Gem::Requirement
38
+ none: false
39
+ requirements:
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ hash: 3
43
+ segments:
44
+ - 0
45
+ version: "0"
46
+ type: :development
47
+ version_requirements: *id002
48
+ - !ruby/object:Gem::Dependency
49
+ name: echoe
50
+ prerelease: false
51
+ requirement: &id003 !ruby/object:Gem::Requirement
52
+ none: false
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ hash: 3
57
+ segments:
58
+ - 0
59
+ version: "0"
60
+ type: :development
61
+ version_requirements: *id003
62
+ description: My SAKURA gem with various utilities. This is my swiss-army knife for Linux and Mac. See README.md for amazing examples
63
+ email: "['p','ll','diusbonton].join('a') @ gmail.com"
64
+ executables:
65
+ - "10"
66
+ - 10times
67
+ - 1every
68
+ - 1everyN
69
+ - 1suN
70
+ - "2"
71
+ - act
72
+ - amarelo
73
+ - arancio
74
+ - arcobaleno
75
+ - bianco
76
+ - black
77
+ - brew-install
78
+ - cache
79
+ - cache3
80
+ - cheorae
81
+ - colorastdouterr
82
+ - cp2desktop
83
+ - create-git-repo.sh
84
+ - csoe
85
+ - data
86
+ - derive
87
+ - dimmi
88
+ - dimmiora
89
+ - doppioni
90
+ - du-
91
+ - duplicates
92
+ - echodo
93
+ - ensure_line_present
94
+ - epoch2date
95
+ - fanout
96
+ - find-broken-symlink
97
+ - find-duplicates
98
+ - find-special-chars-within-filenames
99
+ - fix-terminal
100
+ - gce-create-centos-instance
101
+ - gce-create-custom-image
102
+ - gce-curl-get-instances-for-project
103
+ - gce-get-token
104
+ - gce-getproject-metadata
105
+ - gce-public-ip
106
+ - gcutil-fetch
107
+ - giallo
108
+ - git-clone-in-non-empty-dir
109
+ - git-ignore
110
+ - git-repos
111
+ - git-repos.py
112
+ - gitinfo
113
+ - google-spreadsheet-cat
114
+ - google_ips
115
+ - gray
116
+ - green
117
+ - grigio
118
+ - gsutil-debug-bucket
119
+ - gsutil-get-oauth2-token
120
+ - gugol-image
121
+ - hamachi-ubuntu-install
122
+ - head-1^-1
123
+ - ifdownup
124
+ - immature/ok2
125
+ - immature/twice-still-broken
126
+ - install-gic-repo
127
+ - install-sakura-on-debian-latest
128
+ - iphoto_big_files.sh
129
+ - itunes
130
+ - jason-xpath.rb
131
+ - jsawk
132
+ - json-xpath.rb
133
+ - keepup
134
+ - lsof-top10
135
+ - minicook
136
+ - mv2.
137
+ - mv2desktop
138
+ - mv2dropbox
139
+ - mv2here
140
+ - mvto
141
+ - nero
142
+ - never_as_root
143
+ - not
144
+ - ok
145
+ - orange
146
+ - pink
147
+ - polygen-dell
148
+ - polygen-heanet
149
+ - polygen-labs
150
+ - print_key_val
151
+ - rainbow
152
+ - recipe
153
+ - red
154
+ - remember-command
155
+ - remember-command.rb
156
+ - richelp
157
+ - ricorda-comando
158
+ - rosa
159
+ - rosso
160
+ - run-parts.sh
161
+ - sakura-check-version
162
+ - sakura-init.DRAFT
163
+ - sakura-version
164
+ - sano
165
+ - sbianca
166
+ - sblua
167
+ - setterm-reset
168
+ - sgialla
169
+ - sgrigia
170
+ - split
171
+ - split.rb
172
+ - srosa
173
+ - srossa
174
+ - strip-white-spaces
175
+ - stty-sane
176
+ - sudo^-1
177
+ - sverda
178
+ - swift-saio-install.sh
179
+ - synergyc
180
+ - synergys
181
+ - syracuse.pl
182
+ - tail-n+2
183
+ - tellme
184
+ - tellme-time
185
+ - timeout3
186
+ - top5
187
+ - trim
188
+ - trova-broken-symlink
189
+ - twice
190
+ - twice.rb
191
+ - ubuntu-install-hamachi64
192
+ - ultimo
193
+ - upload.py
194
+ - usleep
195
+ - varia
196
+ - verde
197
+ - vermelho
198
+ - vim-whereveritis
199
+ - viola
200
+ - virsh-list-all-vms.py
201
+ - virtualbox-manage
202
+ - weekend
203
+ - whattimeisit
204
+ - whereis-ip
205
+ - white
206
+ - whitefy
207
+ - yellow
208
+ - yellowfy
209
+ - zombies
210
+ extensions: []
211
+
212
+ extra_rdoc_files:
213
+ - CHANGELOG
214
+ - LICENSE
215
+ - README.md
216
+ - TODO
217
+ - bin/10
218
+ - bin/10times
219
+ - bin/1every
220
+ - bin/1everyN
221
+ - bin/1suN
222
+ - bin/2
223
+ - bin/act
224
+ - bin/amarelo
225
+ - bin/arancio
226
+ - bin/arcobaleno
227
+ - bin/bianco
228
+ - bin/black
229
+ - bin/brew-install
230
+ - bin/cache
231
+ - bin/cache3
232
+ - bin/cheorae
233
+ - bin/colorastdouterr
234
+ - bin/cp2desktop
235
+ - bin/create-git-repo.sh
236
+ - bin/csoe
237
+ - bin/data
238
+ - bin/derive
239
+ - bin/dimmi
240
+ - bin/dimmiora
241
+ - bin/doppioni
242
+ - bin/du-
243
+ - bin/duplicates
244
+ - bin/echodo
245
+ - bin/ensure_line_present
246
+ - bin/epoch2date
247
+ - bin/fanout
248
+ - bin/find-broken-symlink
249
+ - bin/find-duplicates
250
+ - bin/find-special-chars-within-filenames
251
+ - bin/fix-terminal
252
+ - bin/gce-create-centos-instance
253
+ - bin/gce-create-custom-image
254
+ - bin/gce-curl-get-instances-for-project
255
+ - bin/gce-get-token
256
+ - bin/gce-getproject-metadata
257
+ - bin/gce-public-ip
258
+ - bin/gcutil-fetch
259
+ - bin/giallo
260
+ - bin/git-clone-in-non-empty-dir
261
+ - bin/git-ignore
262
+ - bin/git-repos
263
+ - bin/git-repos.py
264
+ - bin/gitinfo
265
+ - bin/google-spreadsheet-cat
266
+ - bin/google_ips
267
+ - bin/gray
268
+ - bin/green
269
+ - bin/grigio
270
+ - bin/gsutil-debug-bucket
271
+ - bin/gsutil-get-oauth2-token
272
+ - bin/gugol-image
273
+ - bin/hamachi-ubuntu-install
274
+ - bin/head-1^-1
275
+ - bin/ifdownup
276
+ - bin/immature/ok2
277
+ - bin/immature/twice-still-broken
278
+ - bin/install-gic-repo
279
+ - bin/install-sakura-on-debian-latest
280
+ - bin/iphoto_big_files.sh
281
+ - bin/itunes
282
+ - bin/jason-xpath.rb
283
+ - bin/jsawk
284
+ - bin/json-xpath.rb
285
+ - bin/keepup
286
+ - bin/lsof-top10
287
+ - bin/minicook
288
+ - bin/mv2.
289
+ - bin/mv2desktop
290
+ - bin/mv2dropbox
291
+ - bin/mv2here
292
+ - bin/mvto
293
+ - bin/nero
294
+ - bin/never_as_root
295
+ - bin/not
296
+ - bin/ok
297
+ - bin/orange
298
+ - bin/pink
299
+ - bin/polygen-dell
300
+ - bin/polygen-heanet
301
+ - bin/polygen-labs
302
+ - bin/print_key_val
303
+ - bin/rainbow
304
+ - bin/recipe
305
+ - bin/red
306
+ - bin/remember-command
307
+ - bin/remember-command.rb
308
+ - bin/richelp
309
+ - bin/ricorda-comando
310
+ - bin/rosa
311
+ - bin/rosso
312
+ - bin/run-parts.sh
313
+ - bin/sakura-check-version
314
+ - bin/sakura-init.DRAFT
315
+ - bin/sakura-version
316
+ - bin/sano
317
+ - bin/sbianca
318
+ - bin/sblua
319
+ - bin/setterm-reset
320
+ - bin/sgialla
321
+ - bin/sgrigia
322
+ - bin/split
323
+ - bin/split.rb
324
+ - bin/srosa
325
+ - bin/srossa
326
+ - bin/strip-white-spaces
327
+ - bin/stty-sane
328
+ - bin/sudo^-1
329
+ - bin/sverda
330
+ - bin/swift-saio-install.sh
331
+ - bin/synergyc
332
+ - bin/synergys
333
+ - bin/syracuse.pl
334
+ - bin/tail-n+2
335
+ - bin/tellme
336
+ - bin/tellme-time
337
+ - bin/timeout3
338
+ - bin/top5
339
+ - bin/trim
340
+ - bin/trova-broken-symlink
341
+ - bin/twice
342
+ - bin/twice.rb
343
+ - bin/ubuntu-install-hamachi64
344
+ - bin/ultimo
345
+ - bin/upload.py
346
+ - bin/usleep
347
+ - bin/varia
348
+ - bin/verde
349
+ - bin/vermelho
350
+ - bin/vim-whereveritis
351
+ - bin/viola
352
+ - bin/virsh-list-all-vms.py
353
+ - bin/virtualbox-manage
354
+ - bin/weekend
355
+ - bin/whattimeisit
356
+ - bin/whereis-ip
357
+ - bin/white
358
+ - bin/whitefy
359
+ - bin/yellow
360
+ - bin/yellowfy
361
+ - bin/zombies
362
+ - lib/classes/arrays.rb
363
+ - lib/classes/debug_ric.rb
364
+ - lib/classes/fake_data.rb
365
+ - lib/classes/ric_debug.rb
366
+ - lib/classes/ricconf.rb
367
+ - lib/classes/richelp.rb
368
+ - lib/classes/strings.rb
369
+ - lib/facter/google_compute_engine.rb
370
+ - lib/recipes/20120411-puppet-rump-palladius.recipe
371
+ - lib/recipes/20120726-skype.ubuntu.recipe
372
+ - lib/recipes/20130206-puppet3.ubuntu.recipe
373
+ - lib/recipes/20130206-redis.linux.recipe
374
+ - lib/recipes/20130208-vanilla.linux.recipe
375
+ - lib/recipes/Makefile
376
+ - lib/recipes/README.md
377
+ - lib/recipes/scripts/redis.sh
378
+ - lib/ric.rb
379
+ - lib/ric_colors.rb
380
+ - lib/ric_strings.rb
381
+ - lib/sonice-players/itunes_mac.rb
382
+ - lib/sonice-players/itunes_win.rb
383
+ - lib/sonice-players/mpd.rb
384
+ - lib/sonice-players/rhythmbox.rb
385
+ - tasks/sakuric-gem.rake
386
+ - tasks/testing.rake
387
+ files:
388
+ - CHANGELOG
389
+ - Gemfile
390
+ - Gemfile.lock
391
+ - HISTORY.yml
392
+ - INSTALL
393
+ - LICENSE
394
+ - Makefile
395
+ - Manifest
396
+ - README.md
397
+ - Rakefile
398
+ - TODO
399
+ - VERSION
400
+ - bashrc
401
+ - bashrc.d/00-functions.include
402
+ - bashrc.d/01-sakura_checks.include
403
+ - bashrc.d/02-uname.include
404
+ - bashrc.d/80-ruby.include
405
+ - bashrc.d/99-dirs.include
406
+ - bashrc.d/aliases.include
407
+ - bashrc.d/common.include
408
+ - bashrc.d/local.d/README
409
+ - bashrc.d/local.d/nothing.include
410
+ - bashrc.d/uname.d/Darwin
411
+ - bashrc.d/uname.d/Linux
412
+ - bashrc.local.sample
413
+ - bin/10
414
+ - bin/10times
415
+ - bin/1every
416
+ - bin/1everyN
417
+ - bin/1suN
418
+ - bin/2
419
+ - bin/act
420
+ - bin/amarelo
421
+ - bin/arancio
422
+ - bin/arcobaleno
423
+ - bin/bianco
424
+ - bin/black
425
+ - bin/brew-install
426
+ - bin/cache
427
+ - bin/cache3
428
+ - bin/cheorae
429
+ - bin/colorastdouterr
430
+ - bin/cp2desktop
431
+ - bin/create-git-repo.sh
432
+ - bin/csoe
433
+ - bin/data
434
+ - bin/derive
435
+ - bin/dimmi
436
+ - bin/dimmiora
437
+ - bin/doppioni
438
+ - bin/du-
439
+ - bin/duplicates
440
+ - bin/echodo
441
+ - bin/ensure_line_present
442
+ - bin/epoch2date
443
+ - bin/fanout
444
+ - bin/find-broken-symlink
445
+ - bin/find-duplicates
446
+ - bin/find-special-chars-within-filenames
447
+ - bin/fix-terminal
448
+ - bin/gce-create-centos-instance
449
+ - bin/gce-create-custom-image
450
+ - bin/gce-curl-get-instances-for-project
451
+ - bin/gce-get-token
452
+ - bin/gce-getproject-metadata
453
+ - bin/gce-public-ip
454
+ - bin/gcutil-fetch
455
+ - bin/giallo
456
+ - bin/git-clone-in-non-empty-dir
457
+ - bin/git-ignore
458
+ - bin/git-repos
459
+ - bin/git-repos.py
460
+ - bin/gitinfo
461
+ - bin/google-spreadsheet-cat
462
+ - bin/google_ips
463
+ - bin/gray
464
+ - bin/green
465
+ - bin/grigio
466
+ - bin/gsutil-debug-bucket
467
+ - bin/gsutil-get-oauth2-token
468
+ - bin/gugol-image
469
+ - bin/hamachi-ubuntu-install
470
+ - bin/head-1^-1
471
+ - bin/ifdownup
472
+ - bin/immature/ok2
473
+ - bin/immature/twice-still-broken
474
+ - bin/install-gic-repo
475
+ - bin/install-sakura-on-debian-latest
476
+ - bin/iphoto_big_files.sh
477
+ - bin/itunes
478
+ - bin/jason-xpath.rb
479
+ - bin/jsawk
480
+ - bin/json-xpath.rb
481
+ - bin/keepup
482
+ - bin/lsof-top10
483
+ - bin/minicook
484
+ - bin/mv2.
485
+ - bin/mv2desktop
486
+ - bin/mv2dropbox
487
+ - bin/mv2here
488
+ - bin/mvto
489
+ - bin/nero
490
+ - bin/never_as_root
491
+ - bin/not
492
+ - bin/ok
493
+ - bin/orange
494
+ - bin/pink
495
+ - bin/polygen-dell
496
+ - bin/polygen-heanet
497
+ - bin/polygen-labs
498
+ - bin/print_key_val
499
+ - bin/rainbow
500
+ - bin/recipe
501
+ - bin/red
502
+ - bin/remember-command
503
+ - bin/remember-command.rb
504
+ - bin/richelp
505
+ - bin/ricorda-comando
506
+ - bin/rosa
507
+ - bin/rosso
508
+ - bin/run-parts.sh
509
+ - bin/sakura-check-version
510
+ - bin/sakura-init.DRAFT
511
+ - bin/sakura-version
512
+ - bin/sano
513
+ - bin/sbianca
514
+ - bin/sblua
515
+ - bin/setterm-reset
516
+ - bin/sgialla
517
+ - bin/sgrigia
518
+ - bin/split
519
+ - bin/split.rb
520
+ - bin/srosa
521
+ - bin/srossa
522
+ - bin/strip-white-spaces
523
+ - bin/stty-sane
524
+ - bin/sudo^-1
525
+ - bin/sverda
526
+ - bin/swift-saio-install.sh
527
+ - bin/synergyc
528
+ - bin/synergys
529
+ - bin/syracuse.pl
530
+ - bin/tail-n+2
531
+ - bin/tellme
532
+ - bin/tellme-time
533
+ - bin/timeout3
534
+ - bin/top5
535
+ - bin/trim
536
+ - bin/trova-broken-symlink
537
+ - bin/twice
538
+ - bin/twice.rb
539
+ - bin/ubuntu-install-hamachi64
540
+ - bin/ultimo
541
+ - bin/upload.py
542
+ - bin/usleep
543
+ - bin/varia
544
+ - bin/verde
545
+ - bin/vermelho
546
+ - bin/vim-whereveritis
547
+ - bin/viola
548
+ - bin/virsh-list-all-vms.py
549
+ - bin/virtualbox-manage
550
+ - bin/weekend
551
+ - bin/whattimeisit
552
+ - bin/whereis-ip
553
+ - bin/white
554
+ - bin/whitefy
555
+ - bin/yellow
556
+ - bin/yellowfy
557
+ - bin/zombies
558
+ - docz/polygen/dell.grm
559
+ - docz/polygen/frati.grm
560
+ - docz/polygen/heanet.grm
561
+ - docz/richelp/gcompute.yml
562
+ - docz/richelp/gcutil.yml
563
+ - docz/richelp/gmail.yml
564
+ - docz/richelp/ruby.yml
565
+ - docz/richelp/sakura.yml
566
+ - docz/richelp/sql.yml
567
+ - docz/richelp/ubuntu.yml
568
+ - docz/richelp/yaml.yml
569
+ - docz/richelp/yml.yml
570
+ - etc/sakura/devel.yml
571
+ - etc/synergy.conf.example
572
+ - images/color-sample.png
573
+ - images/google.jpg
574
+ - images/icons/toilet.png
575
+ - images/sakura.jpg
576
+ - images/sakura2.jpg
577
+ - init.rb
578
+ - lib/classes/arrays.rb
579
+ - lib/classes/debug_ric.rb
580
+ - lib/classes/fake_data.rb
581
+ - lib/classes/ric_debug.rb
582
+ - lib/classes/ricconf.rb
583
+ - lib/classes/richelp.rb
584
+ - lib/classes/strings.rb
585
+ - lib/facter/google_compute_engine.rb
586
+ - lib/recipes/20120411-puppet-rump-palladius.recipe
587
+ - lib/recipes/20120726-skype.ubuntu.recipe
588
+ - lib/recipes/20130206-puppet3.ubuntu.recipe
589
+ - lib/recipes/20130206-redis.linux.recipe
590
+ - lib/recipes/20130208-vanilla.linux.recipe
591
+ - lib/recipes/Makefile
592
+ - lib/recipes/README.md
593
+ - lib/recipes/scripts/redis.sh
594
+ - lib/ric.rb
595
+ - lib/ric_colors.rb
596
+ - lib/ric_strings.rb
597
+ - lib/sonice-players/itunes_mac.rb
598
+ - lib/sonice-players/itunes_win.rb
599
+ - lib/sonice-players/mpd.rb
600
+ - lib/sonice-players/rhythmbox.rb
601
+ - profile
602
+ - sbin/install-sakura-on-debian
603
+ - sbin/make-install.sh
604
+ - sbin/mate-createsymlink
605
+ - sounds/0.ogg
606
+ - sounds/0.wav
607
+ - sounds/01.ogg
608
+ - sounds/02.ogg
609
+ - sounds/03.ogg
610
+ - sounds/08.ogg
611
+ - sounds/09.ogg
612
+ - sounds/1.ogg
613
+ - sounds/1.wav
614
+ - sounds/10.ogg
615
+ - sounds/100.ogg
616
+ - sounds/11.ogg
617
+ - sounds/12.ogg
618
+ - sounds/13.ogg
619
+ - sounds/14.ogg
620
+ - sounds/15.ogg
621
+ - sounds/16.ogg
622
+ - sounds/17.ogg
623
+ - sounds/18.ogg
624
+ - sounds/19.ogg
625
+ - sounds/2.ogg
626
+ - sounds/2.wav
627
+ - sounds/20.ogg
628
+ - sounds/21.ogg
629
+ - sounds/22.ogg
630
+ - sounds/23.ogg
631
+ - sounds/24.ogg
632
+ - sounds/26.ogg
633
+ - sounds/3.ogg
634
+ - sounds/3.wav
635
+ - sounds/30.ogg
636
+ - sounds/34.ogg
637
+ - sounds/4.ogg
638
+ - sounds/4.wav
639
+ - sounds/40.ogg
640
+ - sounds/42.ogg
641
+ - sounds/45.ogg
642
+ - sounds/47.ogg
643
+ - sounds/5.ogg
644
+ - sounds/5.wav
645
+ - sounds/50.ogg
646
+ - sounds/6.ogg
647
+ - sounds/6.wav
648
+ - sounds/60.ogg
649
+ - sounds/7.ogg
650
+ - sounds/7.wav
651
+ - sounds/70.ogg
652
+ - sounds/8.ogg
653
+ - sounds/8.wav
654
+ - sounds/80.ogg
655
+ - sounds/9.ogg
656
+ - sounds/9.wav
657
+ - sounds/90.ogg
658
+ - sounds/a.ogg
659
+ - sounds/aaahhh.ogg
660
+ - sounds/abologna.ogg
661
+ - sounds/adargenta.ogg
662
+ - sounds/alzatiecammina.ogg
663
+ - sounds/apache.ogg
664
+ - sounds/attenzione.ogg
665
+ - sounds/awesome.m4a
666
+ - sounds/bazinga.mp3
667
+ - sounds/bazinga.ogg
668
+ - sounds/bela regaz.wav
669
+ - sounds/benvenuti.wav
670
+ - sounds/benvenuti2.wav
671
+ - sounds/bergonz.ogg
672
+ - sounds/boh.ogg
673
+ - sounds/buahah.ogg
674
+ - sounds/buonasera.ogg
675
+ - sounds/buongiorno.ogg
676
+ - sounds/burp.ogg
677
+ - sounds/carlo.ogg
678
+ - sounds/cena.ogg
679
+ - sounds/che figata.m4a
680
+ - sounds/che figlio di puttana.m4a
681
+ - sounds/che.ogg
682
+ - sounds/ciao.ogg
683
+ - sounds/ciao.wav
684
+ - sounds/da.ogg
685
+ - sounds/davide.ogg
686
+ - sounds/demone.ogg
687
+ - sounds/dhcp.ogg
688
+ - sounds/dinuovo.ogg
689
+ - sounds/dns.ogg
690
+ - sounds/dopo.ogg
691
+ - sounds/e'.ogg
692
+ - sounds/eattivo.ogg
693
+ - sounds/ee.ogg
694
+ - sounds/ehi.ogg
695
+ - sounds/eoragiu.ogg
696
+ - sounds/eorasu.ogg
697
+ - sounds/eripartita.ogg
698
+ - sounds/estato.ogg
699
+ - sounds/estatoriavviato.ogg
700
+ - sounds/fratro.ogg
701
+ - sounds/frozenbubble.ogg
702
+ - sounds/funziona.ogg
703
+ - sounds/go raibh mile maith agaibh.m4a
704
+ - sounds/grazie.ogg
705
+ - sounds/h1.ogg
706
+ - sounds/hainuovaposta.ogg
707
+ - sounds/hogiamangiato.ogg
708
+ - sounds/host.ogg
709
+ - sounds/il.ogg
710
+ - sounds/ilcomputer.ogg
711
+ - sounds/ilnumerodaleiselezionatoe.ogg
712
+ - sounds/ilprocesso.ogg
713
+ - sounds/ilprogramma.ogg
714
+ - sounds/ilservizio.ogg
715
+ - sounds/imap.ogg
716
+ - sounds/imieisuperpoterimidiconoche.ogg
717
+ - sounds/infunzione.ogg
718
+ - sounds/inpunto.ogg
719
+ - sounds/ipmon.ogg
720
+ - sounds/laconnessioneadinternet.ogg
721
+ - sounds/lastampante.ogg
722
+ - sounds/lazzaron.ogg
723
+ - sounds/ldap.ogg
724
+ - sounds/linterfaccia.ogg
725
+ - sounds/lucilla.ogg
726
+ - sounds/ma vaffanculo.m4a
727
+ - sounds/majjal.wav
728
+ - sounds/mamma.ogg
729
+ - sounds/mauro.ogg
730
+ - sounds/max.ogg
731
+ - sounds/meerda.wav
732
+ - sounds/meno.ogg
733
+ - sounds/merda clo.wav
734
+ - sounds/mezza.ogg
735
+ - sounds/mila.ogg
736
+ - sounds/mille.ogg
737
+ - sounds/minuti.ogg
738
+ - sounds/named.ogg
739
+ - sounds/no.ogg
740
+ - sounds/nohofame.ogg
741
+ - sounds/nonfunziona.ogg
742
+ - sounds/nonriescoatrovare.ogg
743
+ - sounds/nonsarebbeoradilavorare.ogg
744
+ - sounds/nonstalavorando.ogg
745
+ - sounds/numero.wav
746
+ - sounds/ooohhh.ogg
747
+ - sounds/pinger.ogg
748
+ - sounds/pocofa.ogg
749
+ - sounds/pop3.ogg
750
+ - sounds/porca puttana.m4a
751
+ - sounds/porcapupazza.ogg
752
+ - sounds/ppp.ogg
753
+ - sounds/pranzo.ogg
754
+ - sounds/prego.ogg
755
+ - sounds/prima.ogg
756
+ - sounds/qualcosamidice.ogg
757
+ - sounds/raggiungibile.ogg
758
+ - sounds/riccardo.ogg
759
+ - sounds/salsa ridge.wav
760
+ - sounds/scusa.ogg
761
+ - sounds/seriously man.m4a
762
+ - sounds/si.ogg
763
+ - sounds/sito porno con sonoro.wav
764
+ - sounds/socmel.wav
765
+ - sounds/sono.ogg
766
+ - sounds/sonoacasa.ogg
767
+ - sounds/sonole.ogg
768
+ - sounds/sputo.ogg
769
+ - sounds/ssh.ogg
770
+ - sounds/stagiocando.ogg
771
+ - sounds/statospento.ogg
772
+ - sounds/stopaiodipalle.ogg
773
+ - sounds/thesedicks.wav
774
+ - sounds/tornatosu.ogg
775
+ - sounds/trapoco.ogg
776
+ - sounds/trequarti.ogg
777
+ - sounds/tutti.ogg
778
+ - sounds/una.ogg
779
+ - sounds/unquarto.ogg
780
+ - sounds/virgola.ogg
781
+ - sources/c/usleep.c
782
+ - spec/my_first_spec.rb
783
+ - tasks/sakuric-gem.rake
784
+ - tasks/testing.rake
785
+ - templates/bashrc.inject
786
+ - templates/happy_christmas.ascii_art
787
+ - test/roodi.sh
788
+ - test/test_mini_failing.rb
789
+ - test/test_mini_ok.rb
790
+ - test/test_ruby_syntax.sh
791
+ - third-party/jsawk/README.markdown
792
+ - third-party/jsawk/jsawk
793
+ - sakuric.gemspec
794
+ homepage: http://github.com/palladius/sakura
795
+ licenses: []
796
+
797
+ post_install_message:
798
+ rdoc_options:
799
+ - --line-numbers
800
+ - --inline-source
801
+ - --title
802
+ - Sakuric
803
+ - --main
804
+ - README.md
805
+ require_paths:
806
+ - lib
807
+ required_ruby_version: !ruby/object:Gem::Requirement
808
+ none: false
809
+ requirements:
810
+ - - ">="
811
+ - !ruby/object:Gem::Version
812
+ hash: 3
813
+ segments:
814
+ - 0
815
+ version: "0"
816
+ required_rubygems_version: !ruby/object:Gem::Requirement
817
+ none: false
818
+ requirements:
819
+ - - ">="
820
+ - !ruby/object:Gem::Version
821
+ hash: 11
822
+ segments:
823
+ - 1
824
+ - 2
825
+ version: "1.2"
826
+ requirements: []
827
+
828
+ rubyforge_project: sakuric
829
+ rubygems_version: 1.8.18
830
+ signing_key:
831
+ specification_version: 3
832
+ summary: My SAKURA gem with various utilities. This is my swiss-army knife for Linux and Mac. See README.md for amazing examples
833
+ test_files:
834
+ - test/test_mini_failing.rb
835
+ - test/test_mini_ok.rb