softcover 1.6.0 → 1.6.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 886ab5a917abf3257be857060db1093474d3c7f44f8beecc1efbf06aed972862
4
- data.tar.gz: aff32e009c3e4ca5098394186602116b6c6fc63c87cadd73c9ab5bd96f2cae95
3
+ metadata.gz: 8881f6f142a67ef79ee9fd3d0340c654b56e1f713f117ac6b9649ebb5b1975a7
4
+ data.tar.gz: 05b9d256af8d2a55bdb230a52deb044fcb3f0e826217a86fc6f5bf896b11cc73
5
5
  SHA512:
6
- metadata.gz: cdce663475b349497cdb1aa53f472d26ccf8f9043fcdde5590ff46ea73c33692dd54b766810e3c31b1386876f2f71a1fd2e445a8063d0bd403fb1105955b5c9a
7
- data.tar.gz: 20c08b57bb53e0e0189096b60f8fe33a665129b4ea7980d51d899c184cead1ec7b262f9044bdd8ac7989e5ac7ec90cbe4c3c24476f94028c9936b244ebda7c1f
6
+ metadata.gz: d240132dfddb4de358645f6857fc7792e3aaa5fe75881c81fa27f7ef55f2a45d7f3cca319a822f2a322f9c21d4567a1a128256a5e8d4e500a80d239165b28135
7
+ data.tar.gz: 507a8fc7966d7f76af1074c398f6f767b958fb532741eec4e8c4f312a622e2186f4244b261fd1832f9b3da14c13fe3456deb190473629b50f813338fc98440df
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- softcover (1.6.0)
4
+ softcover (1.6.1)
5
5
  activesupport (~> 4.2.3)
6
6
  async_sinatra (~> 1.1.0)
7
7
  coffee-script (>= 2.2.0)
@@ -12,7 +12,7 @@ PATH
12
12
  maruku (~> 0.7.1)
13
13
  msgpack (~> 1.2.0)
14
14
  nokogiri (>= 1.6.0, < 2.0)
15
- polytexnic (~> 1.5.14)
15
+ polytexnic (~> 1.5.15)
16
16
  pygments.rb (~> 1.2.1)
17
17
  rb-fsevent (~> 0.9.3)
18
18
  rest-client (>= 1.8.0)
@@ -60,7 +60,7 @@ GEM
60
60
  eventmachine (1.2.7)
61
61
  execjs (2.7.0)
62
62
  ffi (1.12.2)
63
- hashdiff (1.0.0)
63
+ hashdiff (1.0.1)
64
64
  http-accept (1.7.0)
65
65
  http-cookie (1.0.3)
66
66
  domain_name (~> 0.5)
@@ -73,7 +73,7 @@ GEM
73
73
  rb-inotify (>= 0.9)
74
74
  rb-kqueue (>= 0.2)
75
75
  maruku (0.7.3)
76
- method_source (0.9.2)
76
+ method_source (1.0.0)
77
77
  mime-types (3.3.1)
78
78
  mime-types-data (~> 3.2015)
79
79
  mime-types-data (3.2019.1009)
@@ -86,15 +86,15 @@ GEM
86
86
  mini_portile2 (~> 2.4.0)
87
87
  nokogumbo (1.5.0)
88
88
  nokogiri
89
- polytexnic (1.5.14)
89
+ polytexnic (1.5.15)
90
90
  json (~> 1.8.1)
91
91
  kramdown (~> 1.17)
92
92
  msgpack (~> 1.2.0)
93
93
  nokogiri (~> 1.10.8)
94
94
  pygments.rb (~> 1.2.1)
95
- pry (0.12.2)
96
- coderay (~> 1.1.0)
97
- method_source (~> 0.9.0)
95
+ pry (0.13.0)
96
+ coderay (~> 1.1)
97
+ method_source (~> 1.0)
98
98
  public_suffix (4.0.3)
99
99
  pygments.rb (1.2.1)
100
100
  multi_json (>= 1.0.0)
@@ -122,7 +122,7 @@ GEM
122
122
  rspec-expectations (2.14.5)
123
123
  diff-lcs (>= 1.1.3, < 2.0)
124
124
  rspec-mocks (2.14.6)
125
- ruby-prof (1.2.0)
125
+ ruby-prof (1.3.1)
126
126
  ruby-progressbar (1.4.2)
127
127
  safe_yaml (1.0.4)
128
128
  sanitize (4.6.6)
@@ -156,8 +156,8 @@ GEM
156
156
  thread_safe (~> 0.1)
157
157
  unf (0.1.4)
158
158
  unf_ext
159
- unf_ext (0.0.7.6)
160
- webmock (3.8.2)
159
+ unf_ext (0.0.7.7)
160
+ webmock (3.8.3)
161
161
  addressable (>= 2.3.6)
162
162
  crack (>= 0.3.2)
163
163
  hashdiff (>= 0.4.0, < 2.0.0)
@@ -57,6 +57,19 @@ p {
57
57
  padding: 0;
58
58
  text-indent: 0.95em;
59
59
  }
60
+ /* No indentation in first paragraph of chapters or sections */
61
+ div.chapter > p:first-of-type {
62
+ text-indent: 0;
63
+ }
64
+ div.section > p:first-of-type {
65
+ text-indent: 0;
66
+ }
67
+ div.chapter-star > p:first-of-type {
68
+ text-indent: 0;
69
+ }
70
+ div.section-star > p:first-of-type {
71
+ text-indent: 0;
72
+ }
60
73
 
61
74
  p.noindent {
62
75
  text-indent: 0;
@@ -57,6 +57,19 @@ p {
57
57
  padding: 0;
58
58
  text-indent: 0.95em;
59
59
  }
60
+ /* No indentation in first paragraph of chapters or sections */
61
+ div.chapter > p:first-of-type {
62
+ text-indent: 0;
63
+ }
64
+ div.section > p:first-of-type {
65
+ text-indent: 0;
66
+ }
67
+ div.chapter-star > p:first-of-type {
68
+ text-indent: 0;
69
+ }
70
+ div.section-star > p:first-of-type {
71
+ text-indent: 0;
72
+ }
60
73
 
61
74
  p.noindent {
62
75
  text-indent: 0;
@@ -1,3 +1,3 @@
1
1
  module Softcover
2
- VERSION = "1.6.0"
2
+ VERSION = "1.6.1"
3
3
  end
@@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
18
18
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
19
19
  gem.require_paths = ["lib"]
20
20
 
21
- gem.add_dependency 'polytexnic', '~> 1.5.14'
21
+ gem.add_dependency 'polytexnic', '~> 1.5.15'
22
22
  gem.add_dependency 'msgpack', '~> 1.2.0'
23
23
  gem.add_dependency 'nokogiri', '>= 1.6.0', '< 2.0'
24
24
  gem.add_dependency 'thor', '>= 0.18.1', '< 2.0'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: softcover
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Hartl
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-03-21 00:00:00.000000000 Z
12
+ date: 2020-03-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: polytexnic
@@ -17,14 +17,14 @@ dependencies:
17
17
  requirements:
18
18
  - - "~>"
19
19
  - !ruby/object:Gem::Version
20
- version: 1.5.14
20
+ version: 1.5.15
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
25
  - - "~>"
26
26
  - !ruby/object:Gem::Version
27
- version: 1.5.14
27
+ version: 1.5.15
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: msgpack
30
30
  requirement: !ruby/object:Gem::Requirement
@@ -626,7 +626,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
626
626
  - !ruby/object:Gem::Version
627
627
  version: '0'
628
628
  requirements: []
629
- rubygems_version: 3.0.3
629
+ rubygems_version: 3.1.2
630
630
  signing_key:
631
631
  specification_version: 4
632
632
  summary: An ebook production system & sales and marketing platform for technical authors