playgroundbook 1.1.1 → 1.2.0

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: 8c63d7da1016c290412a9a141b790754f1813837
4
- data.tar.gz: 695c84a0a0d26516c82e5b3baceb516340315dfe
3
+ metadata.gz: ebf4a57b8aa6829965b333e0fa660ae7d5e84edd
4
+ data.tar.gz: 53219c2f96bb71014f5160a5782e42c740afbb6b
5
5
  SHA512:
6
- metadata.gz: e795a7ed3ba6d13975e0b778fc285bdf0dbc27b233d729e2c860e4d699a149a75f8f03fab422bde531f639f3c467df6608de04236dc057d323e47b19b0b84a5d
7
- data.tar.gz: d33af0d70a0068862ff8dd52b7624646a4bea78d5640ce800e0c62a3132a9dc77b4c7de83579274f92fa33fb13eae62863b4c0a0eb2f6671eb0c451b41335c4e
6
+ metadata.gz: 6e8d976cf71af57a5d8fe8eae6ae51562cdaa731bce6ff79510bcca13d2122e13493a4734e1fc2876cd99668161dc093af3eb57093bec5163b8611adb8fad91e
7
+ data.tar.gz: f49b1f9253230a9e57e7e288d9eed212456332032306fc5307d2d9250bc648316339c77fffc78ec914501c8ddc80b6d3e9fdfe58d43aee07ad7415f263b258f8
data/README.md CHANGED
@@ -47,6 +47,8 @@ glossary:
47
47
  term: definition
48
48
  ```
49
49
 
50
+ Note that you can't use tabs when indenting in the .yaml file. Everything needs to have spaces in order to work properly. Otherwise you will end up with `parse` errors.
51
+
50
52
  Each chapter needs to have a corresponding playground; so `Chapter 1` requires there be a `Chapter 1.playground` playground. Your directory should look like this:
51
53
 
52
54
  ![](web/finder.png)
@@ -29,6 +29,7 @@ module Playgroundbook
29
29
  "ContentVersion" => "1.0"
30
30
  }
31
31
  manifest_contents["ImageReference"] = book_metadata["cover"] unless book_metadata["cover"].nil?
32
+ manifest_contents["SwiftVersion"] = book_metadata["swift_version"] unless book_metadata["swift_version"].nil?
32
33
  manifest_contents
33
34
  end
34
35
  end
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Playgroundbook
2
- VERSION = "1.1.1".freeze
2
+ VERSION = "1.2.0".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playgroundbook
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ash Furrow
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-05 00:00:00.000000000 Z
11
+ date: 2017-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: plist