spartacus 0.2.8 → 0.2.9

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
  SHA1:
3
- metadata.gz: 000e1256af791dc2cf13eaca029e23d8e6f0edf2
4
- data.tar.gz: 37295517f5a5557bcfcd8697e2b2b5e2e0d7e97f
3
+ metadata.gz: 2ed41f4b0befa29ba843192b6097ad7316f32f45
4
+ data.tar.gz: f5387ba407762985c6f401f87e66152abf6e88bf
5
5
  SHA512:
6
- metadata.gz: 7ed718df70275330f72160572cd9961acd9c159034fe4f52c210e0c8e53872b4c613b4de17929ef4c6edc8c142e3a3649b3c904a594bc8f67cb5d77cf4cfb7bb
7
- data.tar.gz: fff05b9bad21c5c98e5c66ebfb7b48d8fe5c3414c870a3cb240b8176dcf95f36c028e2ba8f17bab90cc8933f62960925c7a45fa9d8611af7580639ec696bbed9
6
+ metadata.gz: 3518d27ae49f2f4764bc06a8802abbb9b34432c048ccbca64db878f9eb7358b5768186cdbbe65acb5d1150b1028dcfb142d86766d9e6e9243938ef67be742ef2
7
+ data.tar.gz: 92f3a2578861b8f170e68067ae0c841fc2f21dfd06abc61e76db3685f561121234e164cc52025077407bb07efe23de538905e89b8658bca52cad48f612fb4415
@@ -76,7 +76,7 @@ module Checkpoints
76
76
  checkpoints: checkpoints
77
77
  }
78
78
  )
79
- convert_response(response, "checkpoints")
79
+ convert_response(response, "checkpoint")
80
80
  end
81
81
  end
82
82
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'spartacus'
3
- s.version = '0.2.8'
3
+ s.version = '0.2.9'
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)/})
@@ -8,6 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.date = '2015-09-25'
9
9
  s.summary = 'A client for the Bloc API'
10
10
  s.description = 'A client for the Bloc API'
11
+ s.post_install_message = "Remember: we are all merely waiting for a certain, lonely death."
11
12
  s.authors = ['Ben Neely', 'Joe Lipper']
12
13
  s.email = 'ben@bloc.to'
13
14
  s.homepage = 'http://rubygems.org/gems/spartacus'
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.8
4
+ version: 0.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Neely
@@ -179,7 +179,7 @@ homepage: http://rubygems.org/gems/spartacus
179
179
  licenses:
180
180
  - MIT
181
181
  metadata: {}
182
- post_install_message:
182
+ post_install_message: 'Remember: we are all merely waiting for a certain, lonely death.'
183
183
  rdoc_options: []
184
184
  require_paths:
185
185
  - lib