rpw 1.2.0 → 1.3.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
  SHA256:
3
- metadata.gz: c4c79a03ffb13bfdd6fd37581cdca30aa3a69712608add26105f51b130b15fcb
4
- data.tar.gz: '05079633b4d192a7654dea1f82972ecb735ea634de59c5e83bde843eec73ef42'
3
+ metadata.gz: 4e52497c6e3760c9aa301c8eeae51459c46458625a809847f83a0d660d104754
4
+ data.tar.gz: 01aac30eece6c29a294baa6e6859ff3de5afe52cd33c5113527351430169d4b0
5
5
  SHA512:
6
- metadata.gz: f81567fe95bda4102cc1109e8f643043ee9dcb58d0fc81c1c9faee34ff91fcc3ba3d7265f718c473a19eafbdcf852801c6bea803ddf49c7ad74280f8a85cd3dc
7
- data.tar.gz: 66fb292f109656d91d97166733ba21f095d0c7f1cfd06a82e580ab87c8b4bb2d28b03eb95dcb02c32ca5eb4a7e2d379a04afa5b9ae419511c927ea9755c1f877
6
+ metadata.gz: c86fdd2626b6d1e49a9c67c51e5476453799ae1a42013056f20064b59cf151e2779a28f5c6ebc7d0ee700f8cf3a1085f64370fa2282290e9eb80aa359433aa29
7
+ data.tar.gz: 74368f4f9e457c67ea43358c0e5fcb253bd38fa8487f5cd3fdd6b683a396b765ca0125d29366318536076fdd553020cc2d9349ca0548b15eeb772974de459bf5
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rpw (1.2.0)
4
+ rpw (1.3.0)
5
5
  cli-ui
6
6
  excon
7
7
  thor
data/HISTORY.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 1.3.0
2
+
3
+ * Added suggested schedules to README
4
+
1
5
  ## 1.2.0
2
6
 
3
7
  * Actual release version!
@@ -57,4 +57,38 @@ course is about a 3 to 4GB download.
57
57
 
58
58
  ## Bugs and Support
59
59
 
60
- If you encounter any problems, please email support@speedshop.co for the fastest possible response.
60
+ If you encounter any problems, please email support@speedshop.co for the fastest possible response.
61
+
62
+ ## Suggested Schedules
63
+
64
+ I've found that self-directed learners are most effective when they set a schedule for themselves. These schedules will work if you are learning alone or in a group.
65
+
66
+ ### 4-Week Schedule
67
+
68
+ This is my recommended schedule. It is designed so that you can do the workshop as "20% time", or as part of a larger performance "sprint".
69
+
70
+ If you follow this schedule, you should be able to complete the workshop in about 4 weeks. I suggest leaving an entire day aside to complete your material for the week, e.g. Mondays. Tuesday through Friday should be used to complete exercises and PR Safaris.
71
+
72
+ * **Week 1**: Modules 1 and 2
73
+ * **Week 2**: Module 3 and 4
74
+ * **Week 3**: Module 5
75
+ * **Week 4**: Module 6
76
+
77
+ ### 1-Week Intensive Schedule
78
+
79
+ For those of you looking to immerse yourselves and only work on this workshop for 8 hours a day for 5 days, this schedule is suggested:
80
+
81
+ * **Day 1**: Modules 1 and 2
82
+ * **Day 2**: Module 3
83
+ * **Day 3**: Module 4
84
+ * **Day 4**: Module 5
85
+ * **Day 5**: Module 6
86
+
87
+ ### 80/20 Schedule
88
+
89
+ Short on time? Here's the 20% of the course content that's the most important:
90
+
91
+ * Module 1
92
+ * Module 5
93
+
94
+ If I had the time to go through a limited amount of the workshop content, I would concentrate exclusively on these two modules.
@@ -1,3 +1,3 @@
1
1
  module RPW
2
- VERSION = "1.2.0"
2
+ VERSION = "1.3.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rpw
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nate Berkopec