softcover 1.4.1 → 1.4.2

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
  SHA1:
3
- metadata.gz: 3ab5d6e892f0c9d58f784afd89cfb0f94c179d24
4
- data.tar.gz: 1557f46cefca0995ea681e3255bac45448bf4118
3
+ metadata.gz: be7beabc27f27101e3e7d017ef34f9d2b2c26be0
4
+ data.tar.gz: 6c5bb91b5781858278301681a211c4df20381c9f
5
5
  SHA512:
6
- metadata.gz: 8193864b64931f401eab36d0d6d821dd2f0a0d27be762868646048b06a66d9228cde9ff16a78d64318b432f464a8387106132c095157c39c6325819c592bff9a
7
- data.tar.gz: d99880f37f5f68886fcab35fbcf3c25bd98937b0bd071b4c29ad19e77967b923cd0b642134fc62d2e6c0b4772f5ad5748014879d2008e5aca5c07ea81253c699
6
+ metadata.gz: 6d25b2ca9d8fe5eed7fc8f56b2318899621cccd92693b201a007ca9ccbe1f2d9865e787fabcb562a36fb3c0111d4e3e4325434849beed8222377e2b9f3ac4559
7
+ data.tar.gz: 911bf475818949a1c21a4500db7a6fff42999e886a1a1c5128b84f6aa9ce90c6e7d1969237cfd341a0832cfeb3fb304ebcfd8f681377a64e48331a9280f1597e
data/README.md CHANGED
@@ -14,7 +14,7 @@ On some systems, you may need to add an extra option to handle SSL correctly:
14
14
 
15
15
  $ gem install softcover -- --with-cppflags=-I/usr/local/opt/openssl/include
16
16
 
17
- Then install the dependencies as described [http://manual.softcover.io/book/getting_started#sec-installing_softcover](here).
17
+ Then install the dependencies as described [here](http://manual.softcover.io/book/getting_started#sec-installing_softcover).
18
18
 
19
19
  ## Usage
20
20
 
@@ -44,4 +44,4 @@ We would like Softcover to support as many systems as possible. If you needed to
44
44
  2. Add new feature
45
45
  3. Install it locally with `bundle exec rake install`
46
46
 
47
- Once your changes are implemented, please update the documentation in the [Softcover manual](https://github.com/softcover/softcover_book) and make another pull request there.
47
+ Once your changes are implemented, please update the documentation in the [Softcover manual](https://github.com/softcover/softcover_book) and make another pull request there.
@@ -47,6 +47,7 @@ a span.undefined_ref {
47
47
  color: #002f72;
48
48
  }
49
49
 
50
+ /* Hanging indentation */
50
51
  p {
51
52
  margin: 0;
52
53
  padding: 0;
@@ -60,6 +61,9 @@ p.noindent {
60
61
  .inline_math {
61
62
  text-indent: 0;
62
63
  }
64
+ .center p {
65
+ text-indent: 0;
66
+ }
63
67
 
64
68
  /* Needed for properly formatted blockquotes in Kindle for iPad */
65
69
  p.quote {
@@ -47,6 +47,7 @@ a span.undefined_ref {
47
47
  color: #002f72;
48
48
  }
49
49
 
50
+ /* Hanging indentation */
50
51
  p {
51
52
  margin: 0;
52
53
  padding: 0;
@@ -60,6 +61,9 @@ p.noindent {
60
61
  .inline_math {
61
62
  text-indent: 0;
62
63
  }
64
+ .center p {
65
+ text-indent: 0;
66
+ }
63
67
 
64
68
  /* Needed for properly formatted blockquotes in Kindle for iPad */
65
69
  p.quote {
@@ -1,3 +1,3 @@
1
1
  module Softcover
2
- VERSION = "1.4.1"
2
+ VERSION = "1.4.2"
3
3
  end
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.4.1
4
+ version: 1.4.2
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: 2017-04-05 00:00:00.000000000 Z
12
+ date: 2017-05-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: polytexnic