fyodor 0.1.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.
metadata ADDED
@@ -0,0 +1,74 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: fyodor
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.1
5
+ platform: ruby
6
+ authors:
7
+ - Rafael Cavalcanti
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-12-17 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: toml
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: 0.0.3
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: 0.0.3
27
+ description: Parse Kindle clippings into markdown files
28
+ email: code@rafaelc.org
29
+ executables:
30
+ - fyodor
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - LICENSE
35
+ - README.md
36
+ - bin/fyodor
37
+ - lib/fyodor.rb
38
+ - lib/fyodor/book.rb
39
+ - lib/fyodor/cli.rb
40
+ - lib/fyodor/clippings_parser.rb
41
+ - lib/fyodor/config_getter.rb
42
+ - lib/fyodor/core_extensions/hash/merging.rb
43
+ - lib/fyodor/entry.rb
44
+ - lib/fyodor/entry_parser.rb
45
+ - lib/fyodor/library.rb
46
+ - lib/fyodor/md_generator.rb
47
+ - lib/fyodor/output_writer.rb
48
+ - lib/fyodor/stats_printer.rb
49
+ - lib/fyodor/strings.rb
50
+ homepage: https://github.com/rccavalcanti/fyodor
51
+ licenses:
52
+ - GPL-3.0-only
53
+ metadata:
54
+ source_code_uri: https://github.com/rccavalcanti/fyodor
55
+ post_install_message:
56
+ rdoc_options: []
57
+ require_paths:
58
+ - lib
59
+ required_ruby_version: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - ">="
62
+ - !ruby/object:Gem::Version
63
+ version: '0'
64
+ required_rubygems_version: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ requirements: []
70
+ rubygems_version: 3.0.6
71
+ signing_key:
72
+ specification_version: 4
73
+ summary: Kindle clippings parser
74
+ test_files: []