siddharthasampler 0.2.0 → 0.2.1
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/Gemfile.lock +1 -2
- data/lib/siddharthasampler/version.rb +1 -1
- data/siddharthasampler-0.2.0.gem +0 -0
- data/siddharthasampler.gemspec +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7f311cee51dcfb3044097cc74d44fcd8062ed7d2
|
|
4
|
+
data.tar.gz: 5343f797b2cd8995deed6dc053c981547c8124a4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 69d05f069b0fe2a2b0a61d1db671536ffee71f3cde0c07fc05ea473a486bebcfe14771db6862de65210504d95c6fce685be89f52c1a0057f727df6acd350b57e
|
|
7
|
+
data.tar.gz: df994493e244d599bea754657c291a47d7437dfb4f1bc011fba545d2feed3584a5c64a7cc84ea0363b4afbca204546f984de1ad72e87a2fb7bee80bd4757c662
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
siddharthasampler (0.
|
|
4
|
+
siddharthasampler (0.2.0)
|
|
5
5
|
|
|
6
6
|
GEM
|
|
7
7
|
remote: https://rubygems.org/
|
|
@@ -14,7 +14,6 @@ PLATFORMS
|
|
|
14
14
|
DEPENDENCIES
|
|
15
15
|
bundler (~> 1.16)
|
|
16
16
|
rake (~> 10.0)
|
|
17
|
-
siddharthasampler!
|
|
18
17
|
|
|
19
18
|
BUNDLED WITH
|
|
20
19
|
1.16.0
|
|
Binary file
|
data/siddharthasampler.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["matthewallenblack@gmail.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Outputs a > 1,000-character excerpt of a great book.}
|
|
13
|
-
spec.description
|
|
13
|
+
spec.description = "A ~1,000-character selection is the default, but you can change that by calling Siddharthasampler.read(2000), for example."
|
|
14
14
|
spec.homepage = "https://github.com/matthew-black/siddharthasampler"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: siddharthasampler
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matthew Black
|
|
@@ -60,6 +60,7 @@ files:
|
|
|
60
60
|
- lib/siddharthasampler.rb
|
|
61
61
|
- lib/siddharthasampler/version.rb
|
|
62
62
|
- siddharthasampler-0.1.0.gem
|
|
63
|
+
- siddharthasampler-0.2.0.gem
|
|
63
64
|
- siddharthasampler.gemspec
|
|
64
65
|
homepage: https://github.com/matthew-black/siddharthasampler
|
|
65
66
|
licenses:
|