bookery 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/README.md +10 -1
- data/bookery.gemspec +2 -2
- data/lib/bookery/version.rb +1 -1
- metadata +5 -5
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -1,6 +1,15 @@
|
|
1
1
|
# Bookery
|
2
2
|
|
3
|
-
My own custom tool for writing books
|
3
|
+
My own custom tool for writing books. This is very much a work in progress right now.
|
4
|
+
|
5
|
+
## TODO's for a reasonable v1
|
6
|
+
|
7
|
+
* [ ] Support for variables (via config.yml)
|
8
|
+
* [ ] Support for embedded assets
|
9
|
+
* [ ] Build HTML
|
10
|
+
* [ ] Build PDF
|
11
|
+
* [ ] Build Mobi
|
12
|
+
* [ ] Build ePub
|
4
13
|
|
5
14
|
## Installation
|
6
15
|
|
data/bookery.gemspec
CHANGED
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.version = Bookery::VERSION
|
9
9
|
spec.authors = ['David Muto']
|
10
10
|
spec.email = ['david.muto@gmail.com']
|
11
|
-
spec.description = %q{A gem that gives you the tools you need to write your own book}
|
11
|
+
spec.description = %q{A gem (that, will) gives you the tools you need to write your own book}
|
12
12
|
spec.summary = %q{A simple way to author your book}
|
13
|
-
spec.homepage = '
|
13
|
+
spec.homepage = 'https://github.com/pseudomuto/bookery'
|
14
14
|
spec.license = 'MIT'
|
15
15
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
data/lib/bookery/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bookery
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -123,7 +123,7 @@ dependencies:
|
|
123
123
|
- - ! '>='
|
124
124
|
- !ruby/object:Gem::Version
|
125
125
|
version: '0'
|
126
|
-
description: A gem that gives you the tools you need to write your own book
|
126
|
+
description: A gem (that, will) gives you the tools you need to write your own book
|
127
127
|
email:
|
128
128
|
- david.muto@gmail.com
|
129
129
|
executables:
|
@@ -161,7 +161,7 @@ files:
|
|
161
161
|
- test/bookery/chapter_test.rb
|
162
162
|
- test/bookery/cli_test.rb
|
163
163
|
- test/test_helper.rb
|
164
|
-
homepage:
|
164
|
+
homepage: https://github.com/pseudomuto/bookery
|
165
165
|
licenses:
|
166
166
|
- MIT
|
167
167
|
post_install_message:
|
@@ -176,7 +176,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
176
176
|
version: '0'
|
177
177
|
segments:
|
178
178
|
- 0
|
179
|
-
hash:
|
179
|
+
hash: 3704780808993066549
|
180
180
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
181
181
|
none: false
|
182
182
|
requirements:
|
@@ -185,7 +185,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
185
185
|
version: '0'
|
186
186
|
segments:
|
187
187
|
- 0
|
188
|
-
hash:
|
188
|
+
hash: 3704780808993066549
|
189
189
|
requirements: []
|
190
190
|
rubyforge_project:
|
191
191
|
rubygems_version: 1.8.23
|