bookshop 0.0.9 → 0.0.9.1

Sign up to get free protection for your applications and to get access to all the features.
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 HTML-TO-(e)BOOK Toolchain Happiness and Sustainable Productivity for Publishing Houses."
12
- s.description = "bookShop is an OSS ruby-based framework for docbook toolchain happiness and sustainable productivity.
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 HTML-TO_(e)BOOK flows, by favoring convention over
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
 
@@ -1,3 +1,3 @@
1
1
  module Bookshop
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.9.1"
3
3
  end
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 docbook toolchain happiness and sustainable productivity.
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 HTML-TO_(e)BOOK flows, by favoring convention over
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 HTML-TO-(e)BOOK Toolchain Happiness and Sustainable Productivity for Publishing Houses.
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