spartacus 0.2.9 → 0.2.10

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: 2ed41f4b0befa29ba843192b6097ad7316f32f45
4
- data.tar.gz: f5387ba407762985c6f401f87e66152abf6e88bf
3
+ metadata.gz: 49c31fcffe95fb3b69a5bf459fe3c98e10f9e14c
4
+ data.tar.gz: 004745c20d6301b5df1ccfaec8eddebc3805d008
5
5
  SHA512:
6
- metadata.gz: 3518d27ae49f2f4764bc06a8802abbb9b34432c048ccbca64db878f9eb7358b5768186cdbbe65acb5d1150b1028dcfb142d86766d9e6e9243938ef67be742ef2
7
- data.tar.gz: 92f3a2578861b8f170e68067ae0c841fc2f21dfd06abc61e76db3685f561121234e164cc52025077407bb07efe23de538905e89b8658bca52cad48f612fb4415
6
+ metadata.gz: 98d9553c55938c0afe3ac3cd66dbf15ae2fc9b045dc00d9c3e06aceb53523bbaa4e47014fd9e15c1a918ba171ab60350c02974ec09e98db4c0248d5d07b50dc8
7
+ data.tar.gz: b7001ffcbba91a7a3c272fb4a060a2afc05d8861728d1fbdeda9b1586601a75d7d7384afd4817d67949fff92509c0963b3f039a7cc785d5752fce9cc342fe73e
@@ -64,7 +64,7 @@ module Checkpoints
64
64
  # ]
65
65
  # )
66
66
 
67
- def batch_create_checkpoints(roadmap_section_id=nil, checkpoints=[])
67
+ def batch_create_checkpoints(section_id=nil, checkpoints=[])
68
68
  url = "#{@api_base_path}/checkpoints/batch_create"
69
69
 
70
70
  handle_timeouts do
@@ -72,7 +72,7 @@ module Checkpoints
72
72
  url,
73
73
  headers: auth_header,
74
74
  body: {
75
- roadmap_section_id: roadmap_section_id,
75
+ section_id: section_id,
76
76
  checkpoints: checkpoints
77
77
  }
78
78
  )
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'spartacus'
3
- s.version = '0.2.9'
3
+ s.version = '0.2.10'
4
4
  s.files = `git ls-files`.split($\)
5
5
  s.executables = s.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
6
6
  s.test_files = s.files.grep(%r{^(test|spec|features)/})
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spartacus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Neely
@@ -195,7 +195,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
195
195
  version: '0'
196
196
  requirements: []
197
197
  rubyforge_project:
198
- rubygems_version: 2.4.8
198
+ rubygems_version: 2.6.13
199
199
  signing_key:
200
200
  specification_version: 4
201
201
  summary: A client for the Bloc API