lense 0.2.25 → 0.2.26

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/lense.rb +4 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 62a1b20831aa45c4445897db084535927fded4c9
4
- data.tar.gz: 2ba5492746cb786ecfc0920588966cc5d48b21ec
3
+ metadata.gz: 11c63248b71babc2549c5d65c79fa601c517607f
4
+ data.tar.gz: 4cfd463af3c5528076540f6b67b60af0ad00779b
5
5
  SHA512:
6
- metadata.gz: 1344ca9366016080ee9401523c6a8da163233e0c505a4d64a0f916128e0278e10ac52438372a6f82a5326f896e0d648166a6ecc5decaed43ac7cba81c2db2c3c
7
- data.tar.gz: eea59ca3bdff5762dfa5389d3312c6fd4772f80a9826eb47080dc1a7ab15bf78021a076f2061c8621b1ae527582cf63386cfd477200a643853ff55b765d7d966
6
+ metadata.gz: 51909362f035ebffd5a30198ff618b611c03db524eafa540b5c371318665dd42a4224c72660dcfbc846f6780a0a34591dd279146fb387784aa114b569b3a2f0f
7
+ data.tar.gz: c7c9d1e8160aa8c754f79cff11835d2efdaf02e02973a37bdf19b2fa01e35b908fafb72775fcd593d9e18e15fcef54ade1e392fe5e5617b819b83a564fd145b2
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.25'
10
+ VERSION = '0.2.26'
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')
@@ -300,7 +300,9 @@ class LENSE
300
300
  filename: tar_fname,
301
301
  content_type: "application/x-tar",
302
302
  },
303
- lesson: { }
303
+ lesson: {
304
+ difficulty: 4,
305
+ }
304
306
  }
305
307
  response = RestClient.post "#{API_BASE}/#{repo}/push", post_body
306
308
  say "response: #{response}"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lense
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.25
4
+ version: 0.2.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Manuel Zubieta