descartes 0.8.4.12 → 0.8.5

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: 7fa93012a52951462d30fae6032997bff0ce25fa
4
- data.tar.gz: 9e9c0550e83a574648927d943636f775b0a954de
3
+ metadata.gz: 9332abbe8541682e9b717d4df5cb3166344f15e9
4
+ data.tar.gz: 8d6bcee8f442264d1c79c84c5526b6efb53c8d88
5
5
  SHA512:
6
- metadata.gz: 92f618f5bf689e837a6c833beeda1171574be49d26f10b15eba714961a3a7e9b0cd7768e6a255067583096b7d4528a06c1a2fb598c0c0b6e97185c559c74d725
7
- data.tar.gz: 1d0412c58d292a4d8accd31e8279887e0f40f71572b2e6d2cf43b8824f5c830717dfe9b8f1ac1f8a4bcc6fdfcb2e36bd8e052187ffa351b4d17e2843975bc8a4
6
+ metadata.gz: 0044ee56a56a2424bf9b72ac50f25efeeb876b011369face7e69c61b07e299907111cd50231e2fab1eba580ba587199674346972a226826dc3ada5eb7f37fbcc
7
+ data.tar.gz: 94528b6f23dc637b0d4970862252d1435cbf09729b333e70b1ce0cf515132c64feae9884926c2f3cb58b5739616a73bf70f0926d4b39a6c2110e19e43e66cdf0
data/bin/descartes CHANGED
File without changes
@@ -0,0 +1,27 @@
1
+ ##
2
+ ## DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
3
+ ## Version 2, December 2004
4
+ ##
5
+ ## Everyone is permitted to copy and distribute verbatim or modified
6
+ ## copies of this license document, and changing it is allowed as long
7
+ ## as the name is changed.
8
+ ##
9
+ ## DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
10
+ ## TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
11
+ ##
12
+ ## 0. You just DO WHAT THE FUCK YOU WANT TO.
13
+ ##
14
+
15
+ class Descartes
16
+ class Azzone
17
+ include Cinch::Plugin
18
+ match /Azzone/i
19
+
20
+ def execute(m)
21
+ file = File.join $options[:dotfiles], 'azzone.txt'
22
+ m.reply [].tap { |ary|
23
+ File.read(file).each_line { |line| ary << line unless line.strip.empty? }
24
+ }.sample
25
+ end
26
+ end
27
+ end
@@ -0,0 +1,14 @@
1
+ Rolling Girls è la solita figata visiva senza senso
2
+ semplicemente ci sono anime che hanno un gran lavoro sull'aspetto esteriore che millantano di dare chissà quali significati nascosti che non sono altro che grosse seghe mentali dei registi che non portano a nulla
3
+ sono abituato a mal giudicare qualsiasi cosa che mi si presenti infiocchettata ad arte, pure più del necessario, perché nella gran parte dei casi l'infiocchettamento serve a nascondere il fatto che la trama è inconsistente
4
+ Nah Azz, penso che più semplicemente tu abbia dei gusti demmerda :D
5
+ Kiavik, dal mio punto di vista li hai tu, invece
6
+ a me sta sui coglioni il fatto di proporti come prodotto d'elite quando invece non lo sei e intrattieni meno di quanto lo faccia Oreimo
7
+ la differenza è quando sai di far cagare e non lo nascondi e quando sai di far cagare e fai di tutto per nasconderlo
8
+ perché vi lasciate stupire da effetti speciali che altro non sono che meri infioccamenti
9
+ se davvero come sostenete avessi gusti di merda
10
+ mi piace anche svagarmi ogni tanto
11
+ è una questione di marketing, se ti proponi come un anime di sostanza e non ce l'hai ti becchi i miei sputi, stop
12
+ Mawaru ha una trama che non conduce a nulla
13
+ ma per me quelle analisi sono seghe mentali
14
+ secondo me gli anime che hanno veramente una trama di sostanza sono quelli che riconosco io e che riconoscete anche voi
@@ -1,19 +1,19 @@
1
- [
2
- {
3
- "nicknames": [
4
- { "nickname": "RoxasShadowRS"},
5
- { "nickname": "RoxasShadow" }
6
- ],
7
- "username" : "Roxas Shadow",
8
- "password" : "Eheheheheh"
9
- },
10
-
11
- {
12
- "nicknames": [
13
- { "nickname": "Helltilt" },
14
- { "nickname": "Hell-11" }
15
- ],
16
- "username" : "Hell",
17
- "password" : "Ohohohohoh"
18
- }
1
+ [
2
+ {
3
+ "nicknames": [
4
+ { "nickname": "RoxasShadowRS"},
5
+ { "nickname": "RoxasShadow" }
6
+ ],
7
+ "username" : "Roxas Shadow",
8
+ "password" : "Eheheheheh"
9
+ },
10
+
11
+ {
12
+ "nicknames": [
13
+ { "nickname": "Helltilt" },
14
+ { "nickname": "Hell-11" }
15
+ ],
16
+ "username" : "Hell",
17
+ "password" : "Ohohohohoh"
18
+ }
19
19
  ]
@@ -14,6 +14,6 @@
14
14
 
15
15
  class Descartes
16
16
  def self.version
17
- '0.8.4.12'
17
+ '0.8.5'
18
18
  end
19
19
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: descartes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.4.12
4
+ version: 0.8.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Giovanni Capuano
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-08 00:00:00.000000000 Z
11
+ date: 2015-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cinch
@@ -171,11 +171,15 @@ executables:
171
171
  extensions: []
172
172
  extra_rdoc_files: []
173
173
  files:
174
+ - bin/descartes
175
+ - lib/descartes.rb
174
176
  - lib/descartes/descartes.rb
175
177
  - lib/descartes/modules/arnaldo.rb
178
+ - lib/descartes/modules/azzone.rb
176
179
  - lib/descartes/modules/crunchyroll.rb
177
180
  - lib/descartes/modules/currency.rb
178
181
  - lib/descartes/modules/dicteng.rb
182
+ - lib/descartes/modules/files/azzone.txt
179
183
  - lib/descartes/modules/files/lastfm_api.yml
180
184
  - lib/descartes/modules/files/pigro.json
181
185
  - lib/descartes/modules/files/pigro.txt
@@ -195,8 +199,6 @@ files:
195
199
  - lib/descartes/modules/url.rb
196
200
  - lib/descartes/utils.rb
197
201
  - lib/descartes/version.rb
198
- - lib/descartes.rb
199
- - bin/descartes
200
202
  homepage: http://www.giovannicapuano.net
201
203
  licenses:
202
204
  - WTFPL
@@ -217,7 +219,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
217
219
  version: '0'
218
220
  requirements: []
219
221
  rubyforge_project:
220
- rubygems_version: 2.0.3
222
+ rubygems_version: 2.2.2
221
223
  signing_key:
222
224
  specification_version: 4
223
225
  summary: Codo ergo bot.