rpw 0.0.3 → 0.0.4

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: '05387043187fc7a9e95503872a907814efe4bf14cd20d42420a0754b6792b8be'
4
- data.tar.gz: df48bbf5d6cdb4c9c23d26bdaa647692271abe5a51aa262c930288195b1ebd88
3
+ metadata.gz: 205e752e88029cd06e1c2607e139d65981d676833b5bd5c164e67660bc5aad00
4
+ data.tar.gz: 756763f53c8284c6e580b65c11a0ebbca90a1f0b8e60da5ec45861afe3551af9
5
5
  SHA512:
6
- metadata.gz: 004e0811e1b491e835baa74fb238df98af7580ffc730614332a9cd432d99d8567e83bcf8c332e56f68f9b99a3b3af1dedb5c8b02e5dc5a530c949727ffe1d7e6
7
- data.tar.gz: 25f7bd4c5de94368fe9c306252b6dc4c2c5b2743284450550812cfece422dc1b2feff9a4a76f1836a03d592e87899060285d9f4e8f1865323c0316b8f472961b
6
+ metadata.gz: f40dfd8fd934dc4b6c37702d7e31897651f4f4c8fc172a30cce668408b09d161bf60d9172d9d68a556bf84b7d20c5d92b669ea88bd77ec40490ea7ec4d0b37ec
7
+ data.tar.gz: 286dcb10eda24b9d9b0c4410317e2a85c10a19d55526682143f28a86f09e96ea64aaf0072fd37704435b2024b04d5f3594c98e5db00e77acfa98240ca281f2bf
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rpw (0.0.3)
4
+ rpw (0.0.4)
5
5
  thor
6
6
  thor-hollaback
7
7
  typhoeus
data/HISTORY.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.0.4
2
+
3
+ * bugfixes
4
+
1
5
  ## 0.0.3
2
6
 
3
7
  * beta
data/exe/rpw CHANGED
@@ -138,10 +138,10 @@ module RPW
138
138
  say "working directory, so it's best to run this client from a new directory"
139
139
  say "that you'll use as your 'scratch space' for working on the Workshop."
140
140
  say ""
141
- return unless yes? "Are you in a directory that we can safely add new folders and files to? (Y/N)"
141
+ return unless yes? "Are you in a directory that we can safely add new folders and files to? (y/N)"
142
142
  puts ""
143
143
  say "We'll create a .rpw_info file at #{File.expand_path("~/.rpw")} to save your purchase key."
144
- home_dir_ok = yes?("Is this OK? (Y/N) (N will create it in the current directory)")
144
+ home_dir_ok = yes?("Is this OK? (y/N) (N will create it in the current directory)")
145
145
 
146
146
  key = ask("Your Purchase Key: ")
147
147
 
@@ -156,7 +156,7 @@ module RPW
156
156
  say "rpw works by downloading files into the current working directory."
157
157
  say "We're going to (idempotently!) create a few directories in the current working directory."
158
158
  puts ""
159
- return unless yes? "Is that OK? (Y/N)"
159
+ return unless yes? "Is that OK? (y/N)"
160
160
 
161
161
  client.directory_setup
162
162
 
data/lib/rpw.rb CHANGED
@@ -158,7 +158,7 @@ module RPW
158
158
  completed: client_data["completed"].size,
159
159
  total: contents.size,
160
160
  current_lesson: contents.find { |c| c["position"] == client_data["current_lesson"] },
161
- sections: chart_section_progress(contentsi)
161
+ sections: chart_section_progress(contents)
162
162
  }
163
163
  end
164
164
 
@@ -1,3 +1,3 @@
1
1
  module RPW
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rpw
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nate Berkopec
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-10-28 00:00:00.000000000 Z
11
+ date: 2020-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor