dutchman 0.0.1 → 0.0.2
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/Rakefile +0 -10
- data/dutchman.gemspec +1 -1
- data/lib/dutchman/version.rb +1 -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: adcde3ef284fc6b674f7d2b70384ca3a31183bd8
|
|
4
|
+
data.tar.gz: 0c4a26c6c00c22eacc91a527183d7cfdcf1c11d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2541596930eba01052a12ea01bd72d88f0d2ea8ae47b63c6a41e9d4948b6a5c348944cdc385e354dcb4fa864692de115ab4ea6542c26a2c521f37d0ee463fd9a
|
|
7
|
+
data.tar.gz: 192ab485462f7577c95a4806f1f5004e5ea5de63374d26b38a455b97f009cbeb2bef1e5b466c1862cb3cde8819e4e78e8a3910bf95360c6d4332b589cffcebe8
|
data/Rakefile
CHANGED
data/dutchman.gemspec
CHANGED
|
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
|
|
|
13
13
|
embarassment of all those typos, the viewers the discomfort of watching you
|
|
14
14
|
fumble, or all the hours you are going to spend mind-numblingly slicing and
|
|
15
15
|
splicing the recording.}
|
|
16
|
-
spec.homepage = ""
|
|
16
|
+
spec.homepage = "https://github.com/burtlo/dutchman"
|
|
17
17
|
spec.license = "MIT"
|
|
18
18
|
|
|
19
19
|
spec.files = `git ls-files -z`.split("\x0")
|
data/lib/dutchman/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dutchman
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Franklin Webber
|
|
@@ -89,7 +89,7 @@ files:
|
|
|
89
89
|
- spec/lib/dutchman/ghost_writer/typing_speed_spec.rb
|
|
90
90
|
- spec/lib/dutchman_spec.rb
|
|
91
91
|
- spec/spec_helper.rb
|
|
92
|
-
homepage:
|
|
92
|
+
homepage: https://github.com/burtlo/dutchman
|
|
93
93
|
licenses:
|
|
94
94
|
- MIT
|
|
95
95
|
metadata: {}
|