softcover 1.4.1 → 1.4.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: be7beabc27f27101e3e7d017ef34f9d2b2c26be0
|
4
|
+
data.tar.gz: 6c5bb91b5781858278301681a211c4df20381c9f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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 {
|
data/lib/softcover/version.rb
CHANGED
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.
|
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-
|
12
|
+
date: 2017-05-25 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: polytexnic
|