bookshop 0.0.9 → 0.0.9.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.
- data/bookshop.gemspec +3 -3
- data/lib/bookshop/version.rb +1 -1
- metadata +4 -4
data/bookshop.gemspec
CHANGED
|
@@ -8,10 +8,10 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.authors = ['D.a. Thompson']
|
|
9
9
|
s.email = ['git@worlduniting.org']
|
|
10
10
|
s.homepage = "http://rubygems.org/gems/bookshop"
|
|
11
|
-
s.summary = "An OSS Ruby-Based Framework for
|
|
12
|
-
s.description = "bookShop is an OSS ruby-based framework for
|
|
11
|
+
s.summary = "An OSS Ruby-Based Framework for html-to-(e)Book Toolchain Happiness and Sustainable Productivity for Publishing Houses."
|
|
12
|
+
s.description = "bookShop is an OSS ruby-based framework for html-to-(e)book toolchain happiness and sustainable productivity.
|
|
13
13
|
The framework is optimized to help developers quickly ramp-up, allowing them to more rapidly
|
|
14
|
-
jump in and develop their
|
|
14
|
+
jump in and develop their html_to_(e)book flows, by favoring convention over
|
|
15
15
|
configuration, setting them up with best practices, standards and
|
|
16
16
|
tools from the get-go. This gem is brought to you by D.a. Thompson."
|
|
17
17
|
|
data/lib/bookshop/version.rb
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: bookshop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.9
|
|
5
|
+
version: 0.0.9.1
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- D.a. Thompson
|
|
@@ -46,9 +46,9 @@ dependencies:
|
|
|
46
46
|
type: :development
|
|
47
47
|
version_requirements: *id003
|
|
48
48
|
description: |-
|
|
49
|
-
bookShop is an OSS ruby-based framework for
|
|
49
|
+
bookShop is an OSS ruby-based framework for html-to-(e)book toolchain happiness and sustainable productivity.
|
|
50
50
|
The framework is optimized to help developers quickly ramp-up, allowing them to more rapidly
|
|
51
|
-
jump in and develop their
|
|
51
|
+
jump in and develop their html_to_(e)book flows, by favoring convention over
|
|
52
52
|
configuration, setting them up with best practices, standards and
|
|
53
53
|
tools from the get-go. This gem is brought to you by D.a. Thompson.
|
|
54
54
|
email:
|
|
@@ -131,6 +131,6 @@ rubyforge_project: bookshop
|
|
|
131
131
|
rubygems_version: 1.8.5
|
|
132
132
|
signing_key:
|
|
133
133
|
specification_version: 3
|
|
134
|
-
summary: An OSS Ruby-Based Framework for
|
|
134
|
+
summary: An OSS Ruby-Based Framework for html-to-(e)Book Toolchain Happiness and Sustainable Productivity for Publishing Houses.
|
|
135
135
|
test_files: []
|
|
136
136
|
|