lense 0.2.20 → 0.2.21
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/lense.rb +3 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a9567a963633abad863f73a205d6ae1706607793
|
4
|
+
data.tar.gz: 9cd48325495bcbc7d719552b709ef18f025e707b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 18a3de27fa8c014d876315ea736d3dfe1d470f677e60ba50ae51440a4b89b453f91784ced07743517532d3337afc53d5fc487ac39f1b47fbd8d20dbfb5c469bb
|
7
|
+
data.tar.gz: 7db9e28be7504b51709736dec23e2f55db1017ed4f26ef172e20849bf82fa20f665f42cf22b41948ec0e2fcf49648f515fa3209cd23edafd9719ff043f335748
|
data/lib/lense.rb
CHANGED
@@ -7,7 +7,7 @@ require 'base64'
|
|
7
7
|
class LENSE
|
8
8
|
attr_reader :config, :current_course, :lense_file_hash
|
9
9
|
|
10
|
-
VERSION = '0.2.
|
10
|
+
VERSION = '0.2.21'
|
11
11
|
LENSE_DIR = File.join(ENV['HOME'],'.lense')
|
12
12
|
COURSES_DIR = File.join(LENSE_DIR,'courses')
|
13
13
|
CURRENT_COURSE_FILE = File.join(LENSE_DIR,'current_course')
|
@@ -298,7 +298,8 @@ class LENSE
|
|
298
298
|
user_token: 'z5kqZTsKU_oXvC3d5j96',
|
299
299
|
tar_file_base64: Base64::encode64(File.read(tar_path)),
|
300
300
|
filename: tar_fname,
|
301
|
-
content_type: "application/x-tar"
|
301
|
+
content_type: "application/x-tar",
|
302
|
+
lesson: {}
|
302
303
|
|
303
304
|
}
|
304
305
|
}
|