softcover 0.9.13 → 0.9.15

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: a6c5968c1ee3aa5ac80ae5778c8bd261b276c06a
4
- data.tar.gz: 616dcfa6a161311f6717d6461f1ce2a9f91fdf78
3
+ metadata.gz: 93ad51a3a3a9e3666556548c00d6f39d8ff9c2d9
4
+ data.tar.gz: dc0f5d16436712e92663b369f8c1a6b9234b1222
5
5
  SHA512:
6
- metadata.gz: 60248392104ecb71d092cb9e4241e066ee40a5ef48152d9ec8559a6a4c8fa3a56fe4c61809630710b5563abb1924481deb3b2c58bbcfdb9042170edbf7a79772
7
- data.tar.gz: 01e5daacfbc9c515083ec92b6b75b78d9bc113695d964025c979290010fa72adaf21d18bdfb66b8ff576f26e7f080cf0be13d5694bb3dfc3a4e0934a4ef3afa0
6
+ metadata.gz: fbd5795e818a0b97ab220245d90811925d37480241db567d5e5c55535f2ba7eb2ada10c299d9c5986f76af5246a0c97b7d874bc17ea942d4efca89ce226425a8
7
+ data.tar.gz: b7aae538464ade6509fc983c8d2e4cc9009158acfe4ce0d3e0ff5fd9885b86e82c310cb160fbf794abf78a0a7cddd7ff0baa5469ee9f83f56a17d40464133041
@@ -381,9 +381,9 @@ module Softcover
381
381
  end
382
382
 
383
383
  # Returns the name of the cover file.
384
- # We support (in order) JPG/JPEG, PNG, and TIF.
384
+ # We support (in order) JPG/JPEG, PNG, and TIFF.
385
385
  def cover_img
386
- extensions = %w[jpg jpeg ng tif]
386
+ extensions = %w[jpg jpeg png tiff]
387
387
  extensions.each do |ext|
388
388
  file = Dir[path("#{images_dir}/cover.#{ext}")].first
389
389
  return File.basename(file) if file
@@ -5,40 +5,23 @@ prices:
5
5
  name: "HTML & Ebook"
6
6
  description:
7
7
  |
8
- Optimized for Kindle and iPad
9
- Almost 9000 pages of content
10
- Includes a free copy of 1st Edition PDF
8
+ * Optimized for computer screens, Kindle, and iPad
9
+ * Incredibly awesome content
11
10
  media:
12
11
  - ebooks
13
12
  price: 3500
14
13
 
15
- -
16
- code: screencasts
17
- name: "HTML & Screencasts"
18
- description:
19
- |
20
- Full updated for the 2nd edition
21
- 100% DRM-free digital downloads
22
- (QuickTime and Ogg Vorbis)
23
- Includes first edition screencasts
24
- media:
25
- - ebooks
26
- - media/screencasts
27
- price: 12500
28
-
29
14
  -
30
15
  code: all
31
16
  name: "HTML, Ebook, and Screencasts"
32
17
  description:
33
18
  |
34
- Includes all 50 screencasts
35
- eBook formats for Kindle, Nook, and PDF
36
- Read online.
19
+ * Includes 10 hours of video screencasts
20
+ * Ebooks inclded in PDF/EPUB/MOBI formats
37
21
  media:
38
22
  - ebooks
39
23
  - media/screencasts
40
24
  price: 12500
41
- regular_price: 19900
42
25
 
43
26
  authors:
44
27
  -
@@ -1,3 +1,3 @@
1
1
  module Softcover
2
- VERSION = "0.9.13"
2
+ VERSION = "0.9.15"
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: 0.9.13
4
+ version: 0.9.15
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-05-02 00:00:00.000000000 Z
12
+ date: 2014-05-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: polytexnic