bot_twitter_ebooks 3.3.1 → 3.3.2

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
- SHA1:
3
- metadata.gz: ee2a5225289297addac5b6d8edd4c79f5feefbc6
4
- data.tar.gz: 304d64067e4ccdbfa4c64495a03fd431e22174f9
2
+ SHA256:
3
+ metadata.gz: 6e07ac3d84889b668675bbe439135b02550d420f16cc0ba35e4a2921706b29ed
4
+ data.tar.gz: 31e5f567a10ab490329cef4a009cde7d7f889a69429648b80959078a469de673
5
5
  SHA512:
6
- metadata.gz: f09ed907f2763893c1ffc3a561cce8e7e8504f4f5c02330d419849c7e41818c8bd8625e76494388bc71b959a2f428515a63501bc46b518c1dbcac99d7ec34190
7
- data.tar.gz: 38b2223e5992a5f14ae7328cb37f7a7d7707e97d6a31b413f1da60836081acb297050f70950b0c09d67d8fb7114c87738bc96efd7a8ace1828ee7fd1d9aee4a0
6
+ metadata.gz: e74522d7e5f17d92626f1b01f4ce41b6f8607305d88b70a8f43875c503eb110506576bd8e90e37a871404a658d1d158fdce7b48081b054addd9d82abe2c54118
7
+ data.tar.gz: f2a26afb9faf4f58d1ed682cafb87bea323dcc876ac05cb0581f3be031c951b22a4c463c0a6cb083958f795e09a1532a8d72d01c81616b37f2c600a812989417
data/.gitignore CHANGED
@@ -1,362 +1,4 @@
1
-
2
- # Created by https://www.gitignore.io/api/git,vim,linux,macos,emacs,ruby,dropbox,windows,archive,vagrant,archives,compressed,compression,visualstudiocode,archlinuxpackages,compressedarchive
3
-
4
- ### Archive ###
5
-
6
- ### Mostly from https://en.wikipedia.org/wiki/List_of_archive_formats
7
-
8
- ## Archiving only
9
- # The traditional archive format on Unix-like systems, now used mainly for the creation of static libraries.
10
- *.a
11
- *.ar
12
- # RPM files consist of metadata concatenated with (usually) a cpio archive. Newer RPM systems also support other archives, as cpio is becoming obsolete. cpio is also used with initramfs.
13
- *.cpio
14
-
15
- # A self-extracting archive that uses the Bourne shell (sh).
16
- *.shar
17
- # A system for storing multiple files. LBR archives typically contained files processed by SQ, or the archive itself was compressed with SQ. LBR archives that were compressed with SQ ended with the extension .LQR
18
- *.LBR
19
- # An archive format originally used mainly for archiving and distribution of the exact, nearly-exact, or custom-modified contents of an optical storage medium such as a CD-ROM or DVD-ROM. However, it can be used to archive the contents of other storage media, selected partitions, folders, and/or files. The resulting archive is typically optimized for convenient rendering to (re-)writable CD or DVD media.
20
- *.iso
21
- # A library format used primarily on the Commodore 64 and 128 lines of computers. This bears no resemblance to the DOS LBR format. While library files were quick to implement (a number of programs exist to work with them) they are crippled in that they cannot grow with use: once a file has been created it cannot be amended (files added, changed or deleted) without recreating the entire file.
22
- *.lbr
23
- # An archive format used by Mozilla for storing binary diffs. Used in conjunction with bzip2.
24
- *.mar
25
- # A common archive format used on Unix-like systems. Generally used in conjunction with compressors such as gzip, bzip2, compress or xz to create .tar.gz, .tar.bz2, .tar.Z or tar.xz files.
26
- *.tar
27
-
28
- # Package managers
29
- # Red Hat Package Manager
30
- *.rpm
31
- # Debian package
32
- *.deb
33
- # MicroSoft Installer
34
- *.msi
35
- *.msm
36
- *.msp
37
- # Mozilla package installer
38
- *.xpi
39
- # Ruby Package
40
1
  *.gem
41
-
42
-
43
- ### Archives ###
44
- # It's better to unpack these files and commit the raw source because
45
- # git has its own built in compression methods.
46
- *.7z
47
- *.jar
48
- *.rar
49
- *.zip
50
- *.gz
51
- *.tgz
52
- *.bzip
53
- *.bz2
54
- *.xz
55
- *.lzma
56
- *.cab
57
-
58
- #packing-only formats
59
-
60
- #package management formats
61
- *.dmg
62
- *.egg
63
-
64
- ### ArchLinuxPackages ###
65
- *.tar.*
66
- *.exe
67
- *.log
68
- *.log.*
69
- *.sig
70
-
71
- pkg/
72
- src/
73
-
74
- ### Compressed ###
75
- *.pkg
76
- *.sit
77
- *.sitx
78
- *.zipx
79
-
80
- ### CompressedArchive ###
81
-
82
- ### Mostly from https://en.wikipedia.org/wiki/List_of_archive_formats
83
-
84
- ## Archiving and compression
85
- # Open source file format. Used by 7-Zip.
86
- # Mac OS X, restoration on different platforms is possible although not immediate Yes Based on 7z. Preserves Spotlight metadata, resource forks, owner/group information, dates and other data which would be otherwise lost with compression.
87
- *.s7z
88
- # Old archive versions only Proprietary format
89
- *.ace
90
- # A format that compresses and doubly encrypt the data (AES256 and CAS256) avoiding brute force attacks, also hide files in an AFA file. It has two ways to safeguard data integrity and subsequent repair of the file if has an error (repair with AstroA2P (online) or Astrotite (offline)).
91
- *.afa
92
- # A mainly Korean format designed for very large archives.
93
- *.alz
94
- # Android application package (variant of JAR file format).
95
- *.apk
96
- # ??
97
- *.arc
98
- # Originally DOS, now multiple
99
- *.arj
100
- # Open archive format, used by B1 Free Archiver (http://dev.b1.org/standard/archive-format.html)
101
- *.b1
102
- # Binary Archive with external header
103
- *.ba
104
- # Proprietary format from the ZipTV Compression Components
105
- *.bh
106
- # The Microsoft Windows native archive format, which is also used by many commercial installers such as InstallShield and WISE.
107
- # Originally DOS, now DOS and Windows Created by Yaakov Gringeler; released last in 2003 (Compressia 1.0.0.1 beta), now apparently defunct. Free trial of 30 days lets user create and extract archives; after that it is possible to extract, but not to create.
108
- *.car
109
- # Open source file format.
110
- *.cfs
111
- # Compact Pro archive, a common archiver used on Mac platforms until about Mac OS 7.5.x. Competed with StuffIt; now obsolete.
112
- *.cpt
113
- # Windows, Unix-like, Mac OS X Open source file format. Files are compressed individually with either gzip, bzip2 or lzo.
114
- *.dar
115
- # DiskDoubler Mac OS obsolete
116
- *.dd
117
- # ??
118
- *.dgc
119
- # Apple Disk Image upports "Internet-enabled" disk images, which, once downloaded, are automatically decompressed, mounted, have the contents extracted, and thrown away. Currently, Safari is the only browser that supports this form of extraction; however, the images can be manually extracted as well. This format can also be password-protected or encrypted with 128-bit or 256-bit AES encryption.
120
- # Enterprise Java Archive archive
121
- *.ear
122
- # ETSoft compressed archive
123
- # The predecessor of DGCA.
124
- *.gca
125
- # Originally DOS Yes, but may be covered by patents DOS era format; uses arithmetic/Markov coding
126
- *.ha
127
- # MS Windows HKI
128
- *.hki
129
- # Produced by ICEOWS program. Excels at text file compression.
130
- *.ice
131
- # Java archive, compatible with ZIP files
132
- *.jar
133
- # Open sourced archiver with compression using the PAQ family of algorithms and optional encryption.
134
- *.kgb
135
- # Originally DOS, now multiple Multiple Yes The standard format on Amiga.
136
- *.lzh
137
- *.lha
138
- # Archiver originally used on The Amiga. Now copied by Microsoft to use in their .cab and .chm files.
139
- *.lzx
140
- # file format from NoGate Consultings, a rival from ARC-Compressor.
141
- *.pak
142
- # A disk image archive format that supports several compression methods as well as splitting the archive into smaller pieces.
143
- *.partimg
144
- # An experimental open source packager (http://mattmahoney.net/dc)
145
- *.paq*
146
- # Open source archiver supporting authenticated encryption, volume spanning, customizable object level and volume level integrity checks (form CRCs to SHA-512 and Whirlpool hashes), fast deflate based compression
147
- *.pea
148
- # The format from the PIM - a freeware compression tool by Ilia Muraviev. It uses an LZP-based compression algorithm with set of filters for executable, image and audio files.
149
- *.pim
150
- # PackIt Mac OS obsolete
151
- *.pit
152
- # Used for data in games written using the Quadruple D library for Delphi. Uses byte pair compression.
153
- *.qda
154
- # A proprietary archive format, second in popularity to .zip files.
155
- # The format from a commercial archiving package. Odd among commercial packages in that they focus on incorporating experimental algorithms with the highest possible compression (at the expense of speed and memory), such as PAQ, PPMD and PPMZ (PPMD with unlimited-length strings), as well as a proprietary algorithms.
156
- *.rk
157
- # Self Dissolving ARChive Commodore 64, Commodore 128 Commodore 64, Commodore 128 Yes SDAs refer to Self Dissolving ARC files, and are based on the Commodore 64 and Commodore 128 versions of ARC, originally written by Chris Smeets. While the files share the same extension, they are not compatible between platforms. That is, an SDA created on a Commodore 64 but run on a Commodore 128 in Commodore 128 mode will crash the machine, and vice versa. The intended successor to SDA is SFX.
158
- *.sda
159
- # A pre-Mac OS X Self-Extracting Archive format. StuffIt, Compact Pro, Disk Doubler and others could create .sea files, though the StuffIt versions were the most common.
160
- *.sea
161
- # Scifer Archive with internal header
162
- *.sen
163
- # Commodore 64, Commodore 128 SFX is a Self Extracting Archive which uses the LHArc compression algorithm. It was originally developed by Chris Smeets on the Commodore platform, and runs primarily using the CS-DOS extension for the Commodore 128. Unlike its predecessor SDA, SFX files will run on both the Commodore 64 and Commodore 128 regardless of which machine they were created on.
164
- *.sfx
165
- # An archive format designed for the Apple II series of computers. The canonical implementation is ShrinkIt, which can operate on disk images as well as files. Preferred compression algorithm is a combination of RLE and 12-bit LZW. Archives can be manipulated with the command-line NuLib tool, or the Windows-based CiderPress.
166
- *.shk
167
- # A compression format common on Apple Macintosh computers. The free StuffIt Expander is available for Windows and OS X.
168
- # The replacement for the .sit format that supports more compression methods, UNIX file permissions, long file names, very large files, more encryption options, data specific compressors (JPEG, Zip, PDF, 24-bit image, MP3). The free StuffIt Expander is available for Windows and OS X.
169
- # A royalty-free compressing format
170
- *.sqx
171
- # The "tarball" format combines tar archives with a file-based compression scheme (usually gzip). Commonly used for source and binary distribution on Unix-like platforms, widely available elsewhere.
172
- *.tar.gz
173
- *.tar.Z
174
- *.tar.bz2
175
- *.tbz2
176
- *.tar.lzma
177
- *.tlz
178
- # UltraCompressor 2.3 was developed to act as an alternative to the then popular PKZIP application. The main feature of the application is its ability to create large archives. This means that compressed archives with the UC2 file extension can hold almost 1 million files.
179
- *.uc
180
- *.uc0
181
- *.uc2
182
- *.ucn
183
- *.ur2
184
- *.ue2
185
- # Based on PAQ, RZM, CSC, CCM, and 7zip. The format consists of a PAQ, RZM, CSC, or CCM compressed file and a manifest with compression settings stored in a 7z archive.
186
- *.uca
187
- # A high compression rate archive format originally for DOS.
188
- *.uha
189
- # Web Application archive (Java-based web app)
190
- *.war
191
- # File-based disk image format developed to deploy Microsoft Windows.
192
- *.wim
193
- # XAR
194
- *.xar
195
- # Native format of the Open Source KiriKiri Visual Novel engine. Uses combination of block splitting and zlib compression. The filenames and pathes are stored in UTF-16 format. For integrity check, the Adler-32 hashsum is used. For many commercial games, the files are encrypted (and decoded on runtime) via so-called "cxdec" module, which implements xor-based encryption.
196
- *.xp3
197
- # Yamazaki zipper archive. Compression format used in DeepFreezer archiver utility created by Yamazaki Satoshi. Read and write support exists in TUGZip, IZArc and ZipZag
198
- *.yz1
199
- # The most widely used compression format on Microsoft Windows. Commonly used on Macintosh and Unix systems as well.
200
- # application/x-zoo zoo Multiple Multiple Yes
201
- *.zoo
202
- # Journaling (append-only) archive format with rollback capability. Supports deduplication and incremental update based on last-modified dates. Multi-threaded. Compresses in LZ77, BWT, and context mixing formats. Open source.
203
- *.zpaq
204
- # Archiver with a compression algorithm based on the Burrows-Wheeler transform method.
205
- *.zz
206
-
207
-
208
- ### Compression ###
209
-
210
- ### From https://en.wikipedia.org/wiki/List_of_archive_formats
211
-
212
- ## Compression only
213
- # An open source, patent- and royalty-free compression format. The compression algorithm is a Burrows-Wheeler transform followed by a move-to-front transform and finally Huffman coding
214
- # Old compressor for QNX4 OS. The compression algorithm is a modified LZSS, with an adaptive Huffman coding.
215
- *.F
216
- # GNU Zip, the primary compression format used by Unix-like systems. The compression algorithm is DEFLATE.
217
- # An alternate LZMA algorithm implementation, with support for checksums and ident bytes.
218
- *.lz
219
- # The LZMA compression algorithm as used by 7-Zip
220
- # An implementation of the LZO data compression algorithm
221
- *.lzo
222
- # A compression program designed to do particularly well on very large files containing long distance redundancy.
223
- *.rz
224
- # Windows compress/decompress- Linux and Mac OS X decompress only A compression program designed to do high compression on SF2 files (SoundFont)
225
- *.sfark
226
- # A compression format invented by Google and open-sourced in 2011. Snappy aims for very high speeds, reasonable compression, and maximum stability rather than maximum compression or compatibility with any other compression library.
227
- *.sz
228
- # Squeeze: A program which compressed files. A file which was "squeezed" had the middle initial of the name changed to "Q", so that a squeezed text file would end with .TQT, a squeezed executable would end with .CQM or .EQE. Typically used with .LBR archives, either by storing the squeezed files in the archive, or by storing the files decompressed and then compressing the archive, which would have a name ending in ".LQR".
229
- *.?Q?
230
- # A compression program written by Steven Greenberg implementing the LZW algorithm. For several years in the CP/M world when no implementation was available of ARC, CRUNCHed files stored in .LBR archives were very popular. CRUNCH's implementation of LZW had a somewhat unique feature of modifying and occasionally clearing the code table in memory when it became full, resulting in a few percent better compression on many files.
231
- *.?Z?
232
- # A compression format using LZMA2 to yield very high compression ratios.
233
- # The traditional Huffman coding compression format.
234
- *.z
235
- # The traditional LZW compression format.
236
- *.Z
237
- # Joke compression program, actually increasing file size
238
- *.infl
239
- # Compression format(s) used by some DOS and Windows install programs. MS-DOS includes expand.exe to decompress its install files. The compressed files are created with a matching compress.exe command. The compression algorithm is LZSS.
240
- *.??_
241
-
242
-
243
- ### Dropbox ###
244
- # Dropbox settings and caches
245
- .dropbox
246
- .dropbox.attr
247
- .dropbox.cache
248
-
249
- ### Emacs ###
250
- # -*- mode: gitignore; -*-
251
- *~
252
- \#*\#
253
- /.emacs.desktop
254
- /.emacs.desktop.lock
255
- *.elc
256
- auto-save-list
257
- tramp
258
- .\#*
259
-
260
- # Org-mode
261
- .org-id-locations
262
- *_archive
263
-
264
- # flymake-mode
265
- *_flymake.*
266
-
267
- # eshell files
268
- /eshell/history
269
- /eshell/lastdir
270
-
271
- # elpa packages
272
- /elpa/
273
-
274
- # reftex files
275
- *.rel
276
-
277
- # AUCTeX auto folder
278
- /auto/
279
-
280
- # cask packages
281
- .cask/
282
- dist/
283
-
284
- # Flycheck
285
- flycheck_*.el
286
-
287
- # server auth directory
288
- /server/
289
-
290
- # projectiles files
291
- .projectile
292
- projectile-bookmarks.eld
293
-
294
- # directory configuration
295
- .dir-locals.el
296
-
297
- # saveplace
298
- places
299
-
300
- # url cache
301
- url/cache/
302
-
303
- # cedet
304
- ede-projects.el
305
-
306
- # smex
307
- smex-items
308
-
309
- # company-statistics
310
- company-statistics-cache.el
311
-
312
- # anaconda-mode
313
- anaconda-mode/
314
-
315
- ### Git ###
316
- *.orig
317
-
318
- ### Linux ###
319
-
320
- # temporary files which can be created if a process still has a handle open of a deleted file
321
- .fuse_hidden*
322
-
323
- # KDE directory preferences
324
- .directory
325
-
326
- # Linux trash folder which might appear on any partition or disk
327
- .Trash-*
328
-
329
- # .nfs files are created when an open file is removed but is still being accessed
330
- .nfs*
331
-
332
- ### macOS ###
333
- *.DS_Store
334
- .AppleDouble
335
- .LSOverride
336
-
337
- # Icon must end with two \r
338
- Icon
339
-
340
- # Thumbnails
341
- ._*
342
-
343
- # Files that might appear in the root of a volume
344
- .DocumentRevisions-V100
345
- .fseventsd
346
- .Spotlight-V100
347
- .TemporaryItems
348
- .Trashes
349
- .VolumeIcon.icns
350
- .com.apple.timemachine.donotpresent
351
-
352
- # Directories potentially created on remote AFP share
353
- .AppleDB
354
- .AppleDesktop
355
- Network Trash Folder
356
- Temporary Items
357
- .apdisk
358
-
359
- ### Ruby ###
360
2
  *.rbc
361
3
  /.config
362
4
  /coverage/
@@ -369,7 +11,7 @@ Temporary Items
369
11
  /tmp/
370
12
 
371
13
  # Used by dotenv library to load environment variables.
372
- .env
14
+ # .env
373
15
 
374
16
  ## Specific to RubyMotion:
375
17
  .dat*
@@ -400,52 +42,9 @@ build-iPhoneSimulator/
400
42
 
401
43
  # for a library or gem, you might want to ignore these files since the code is
402
44
  # intended to run in multiple environments; otherwise, check them in:
403
- Gemfile.lock
404
- .ruby-version
405
- .ruby-gemset
45
+ # Gemfile.lock
46
+ # .ruby-version
47
+ # .ruby-gemset
406
48
 
407
49
  # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
408
50
  .rvmrc
409
-
410
- ### Vagrant ###
411
- .vagrant/
412
-
413
- ### Vim ###
414
- # swap
415
- [._]*.s[a-v][a-z]
416
- [._]*.sw[a-p]
417
- [._]s[a-v][a-z]
418
- [._]sw[a-p]
419
- # session
420
- Session.vim
421
- # temporary
422
- .netrwhist
423
- # auto-generated tag files
424
- tags
425
-
426
- ### VisualStudioCode ###
427
- .vscode/*
428
- !.vscode/settings.json
429
- !.vscode/tasks.json
430
- !.vscode/launch.json
431
- !.vscode/extensions.json
432
- .history
433
-
434
- ### Windows ###
435
- # Windows thumbnail cache files
436
- Thumbs.db
437
- ehthumbs.db
438
- ehthumbs_vista.db
439
-
440
- # Folder config file
441
- Desktop.ini
442
-
443
- # Recycle Bin used on file shares
444
- $RECYCLE.BIN/
445
-
446
- # Windows Installer files
447
-
448
- # Windows shortcuts
449
- *.lnk
450
-
451
- # End of https://www.gitignore.io/api/git,vim,linux,macos,emacs,ruby,dropbox,windows,archive,vagrant,archives,compressed,compression,visualstudiocode,archlinuxpackages,compressedarchive
@@ -1,5 +1,5 @@
1
1
  rvm:
2
- - 2.4.2
2
+ - 2.5.0
3
3
  script:
4
4
  - rspec spec
5
5
  notifications:
data/LICENSE CHANGED
@@ -1,22 +1,21 @@
1
- Copyright (c) 2013 Jaiden Mispy
2
-
3
1
  MIT License
4
2
 
5
- Permission is hereby granted, free of charge, to any person obtaining
6
- a copy of this software and associated documentation files (the
7
- "Software"), to deal in the Software without restriction, including
8
- without limitation the rights to use, copy, modify, merge, publish,
9
- distribute, sublicense, and/or sell copies of the Software, and to
10
- permit persons to whom the Software is furnished to do so, subject to
11
- the following conditions:
3
+ Copyright (c) 2013 Jaiden Mispy
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
12
11
 
13
- The above copyright notice and this permission notice shall be
14
- included in all copies or substantial portions of the Software.
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
15
14
 
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.