softcover 0.8.6 → 0.8.7

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: 458fa48d77cb8c70ecad424e5c65e63658791811
4
- data.tar.gz: 79d6336d43d7b30550162ffb5abad2c507557f5a
3
+ metadata.gz: 62d4a8fb4ccfd3ca69eceb53451e9a280280bda2
4
+ data.tar.gz: 38e4d95804c51ccb64c49d725cba0da0ad482c00
5
5
  SHA512:
6
- metadata.gz: 22562b3e132ed75f5f80e13894b8aa62ea77e25eb8660dd1b7675885c02329149e3a01623ef0074190305a3d5a2f5453a035d6f7c04d37344fca2f786ab5e46f
7
- data.tar.gz: 5cffe6cc9b3c538ceb200e895a8fdf12341a4339b2cc9c93820e1fdb0aa6b5df85e0404dc9e772a9199b9ee40193ef8127733a685bf27566c4e3b62980a083bc
6
+ metadata.gz: 556f1d42eef1c58bfdc723696e4dc78a6de5d12d85eee4195ab6e26a80deca54526ad651fc310e95139986046a8e44d1fe8dc03f57fd4fd2b04d652b32de7a9a
7
+ data.tar.gz: a2bdeaca063d5e1c9ee0810fa4058d27aa88992c391bf684a1f5ebddaf1fe3431b5ff93b181d4468e6919c80e7b75f1f48ebfe8e69a857b8edff9cd5430414b8
@@ -109,9 +109,10 @@ class Softcover::Book
109
109
  testimonials: testimonials,
110
110
  marketing_content: marketing_content,
111
111
  contact_email: contact_email,
112
- hide_custom_domain_footer:
113
- hide_custom_domain_footer,
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']
@@ -1,3 +1,3 @@
1
1
  module Softcover
2
- VERSION = "0.8.6"
2
+ VERSION = "0.8.7"
3
3
  end
@@ -65,8 +65,9 @@ module WebmockHelpers
65
65
  testimonials: book.testimonials,
66
66
  marketing_content: '',
67
67
  contact_email: book.contact_email,
68
- hide_custom_domain_footer: book.hide_custom_domain_footer,
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.6
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-06 00:00:00.000000000 Z
12
+ date: 2014-01-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: polytexnic