softcover 0.8.6 → 0.8.7
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 +4 -4
- data/lib/softcover/book.rb +4 -3
- data/lib/softcover/version.rb +1 -1
- data/spec/webmock_helpers.rb +3 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 62d4a8fb4ccfd3ca69eceb53451e9a280280bda2
|
|
4
|
+
data.tar.gz: 38e4d95804c51ccb64c49d725cba0da0ad482c00
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 556f1d42eef1c58bfdc723696e4dc78a6de5d12d85eee4195ab6e26a80deca54526ad651fc310e95139986046a8e44d1fe8dc03f57fd4fd2b04d652b32de7a9a
|
|
7
|
+
data.tar.gz: a2bdeaca063d5e1c9ee0810fa4058d27aa88992c391bf684a1f5ebddaf1fe3431b5ff93b181d4468e6919c80e7b75f1f48ebfe8e69a857b8edff9cd5430414b8
|
data/lib/softcover/book.rb
CHANGED
|
@@ -109,9 +109,10 @@ class Softcover::Book
|
|
|
109
109
|
testimonials: testimonials,
|
|
110
110
|
marketing_content: marketing_content,
|
|
111
111
|
contact_email: contact_email,
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
authors: authors
|
|
112
|
+
hide_softcover_footer:
|
|
113
|
+
hide_softcover_footer,
|
|
114
|
+
authors: authors,
|
|
115
|
+
ga_account: ga_account
|
|
115
116
|
|
|
116
117
|
if res['errors']
|
|
117
118
|
@errors = res['errors']
|
data/lib/softcover/version.rb
CHANGED
data/spec/webmock_helpers.rb
CHANGED
|
@@ -65,8 +65,9 @@ module WebmockHelpers
|
|
|
65
65
|
testimonials: book.testimonials,
|
|
66
66
|
marketing_content: '',
|
|
67
67
|
contact_email: book.contact_email,
|
|
68
|
-
|
|
69
|
-
authors: book.authors
|
|
68
|
+
hide_softcover_footer: book.hide_custom_domain_footer,
|
|
69
|
+
authors: book.authors,
|
|
70
|
+
ga_account: book.ga_account
|
|
70
71
|
}.to_json,
|
|
71
72
|
:headers => headers).
|
|
72
73
|
to_return(:status => 200, :body => return_body, :headers => {})
|
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: 0.8.
|
|
4
|
+
version: 0.8.7
|
|
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: 2014-01-
|
|
12
|
+
date: 2014-01-07 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: polytexnic
|