bloc-atlas 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 619cbc34d873d222d21ee9effe016c0f086ab373
4
- data.tar.gz: a4f58755598e2d5e53f489a3098acd23bba08931
3
+ metadata.gz: e5d967130574b2f304c72a7e46182f7eff0c98f3
4
+ data.tar.gz: 22d98cee0d6685321c6073da36e392f9955aa04a
5
5
  SHA512:
6
- metadata.gz: b7f6c41cdf06ece55b0442f3e0b2c1fefea269a353d329beb0d6c9568f8410dc4775557210b8dbcc23c55296650cac3843cb636cf020684081a18de8a08b1d73
7
- data.tar.gz: 6e123eecb6340e6223eb43c78cde7fa489edbb1bc31be0db65dca9d36861dd11af11ca982a7a62f8413bbbd88635a29b1a7e5de39154dba70b45201129332883
6
+ metadata.gz: ac72a6c22e42837a73761b0f65680652e1089f5c46ef94e40e282a95369a84fc99d753b0db68cc11d6f11c22f8607157f076f8503f982d66fbbb36997635a00b
7
+ data.tar.gz: 08fb3f435b065342e6135cf73710723f646143205f0381f4bdd727d26d62ab5bffb155d691bae097cc1096a1ead64e18dbc6521a2cb639788f6a589f63004e26
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "bloc-atlas"
7
- spec.version = '0.1.4'
7
+ spec.version = '0.1.5'
8
8
  spec.authors = ["Rob Madden"]
9
9
  spec.email = ["rob.madden@bloc.io"]
10
10
 
@@ -45,7 +45,21 @@ module Exercises
45
45
  # @example Update a checkpoint
46
46
  # Atlas#update_checkpoint(1, {name: 'Real Cool Exercise'})
47
47
  def update_exercise(id, options={})
48
- whitelist = ['name', 'description', 'body', 'status', 'slug','specs', 'starting_code', 'canonical_solution', 'language']
48
+ whitelist = [
49
+ 'name',
50
+ 'description',
51
+ 'body',
52
+ 'status',
53
+ 'slug',
54
+ 'specs',
55
+ 'starting_code',
56
+ 'canonical_solution',
57
+ 'language',
58
+ 'run_strategy_attributes',
59
+ 'starting_code',
60
+ 'canonical_solution',
61
+ 'instructions'
62
+ ]
49
63
 
50
64
  options = convert_keys(options)
51
65
  params = whitelist_params(options, whitelist)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bloc-atlas
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Madden
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-05-27 00:00:00.000000000 Z
11
+ date: 2016-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -161,7 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
161
161
  version: '0'
162
162
  requirements: []
163
163
  rubyforge_project:
164
- rubygems_version: 2.5.1
164
+ rubygems_version: 2.4.8
165
165
  signing_key:
166
166
  specification_version: 4
167
167
  summary: A Ruby API client for Workshop.