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 +4 -4
- data/lib/client/checkpoints.rb +1 -1
- data/spartacus.gemspec +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2ed41f4b0befa29ba843192b6097ad7316f32f45
|
4
|
+
data.tar.gz: f5387ba407762985c6f401f87e66152abf6e88bf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3518d27ae49f2f4764bc06a8802abbb9b34432c048ccbca64db878f9eb7358b5768186cdbbe65acb5d1150b1028dcfb142d86766d9e6e9243938ef67be742ef2
|
7
|
+
data.tar.gz: 92f3a2578861b8f170e68067ae0c841fc2f21dfd06abc61e76db3685f561121234e164cc52025077407bb07efe23de538905e89b8658bca52cad48f612fb4415
|
data/lib/client/checkpoints.rb
CHANGED
data/spartacus.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'spartacus'
|
3
|
-
s.version = '0.2.
|
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.
|
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
|