dutchman 0.0.1 → 0.0.2

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: b13e16f9e84f0e1eff1f99e8a100a6616ac79062
4
- data.tar.gz: e558954bc3a31f33adafab4bf7b605c3be059db1
3
+ metadata.gz: adcde3ef284fc6b674f7d2b70384ca3a31183bd8
4
+ data.tar.gz: 0c4a26c6c00c22eacc91a527183d7cfdcf1c11d3
5
5
  SHA512:
6
- metadata.gz: dc0873e17ea8344be6e4afc6f062943e4e108a851d38d7d9bc3428991e0d119e3c55870ef965475269537147646238a85e4c0b9cd278474e0887d14672fa828a
7
- data.tar.gz: 271161c177277cfa05d641c0d657d0c0a29a6df73f60d106213e54761731ac85f0ced5a6b0bf2dc5d544e570f61c000f177f0fcfc7c2e84b2f6539b9c730d3b4
6
+ metadata.gz: 2541596930eba01052a12ea01bd72d88f0d2ea8ae47b63c6a41e9d4948b6a5c348944cdc385e354dcb4fa864692de115ab4ea6542c26a2c521f37d0ee463fd9a
7
+ data.tar.gz: 192ab485462f7577c95a4806f1f5004e5ea5de63374d26b38a455b97f009cbeb2bef1e5b466c1862cb3cde8819e4e78e8a3910bf95360c6d4332b589cffcebe8
data/Rakefile CHANGED
@@ -1,11 +1 @@
1
1
  require "bundler/gem_tasks"
2
-
3
-
4
- task :real do
5
- require 'dutchman'
6
-
7
- Dutchman.write(to: "Sublime Text", text: """class Ball < Toy
8
- me me
9
- you 1234567890-=
10
- """, humanize: true, fast: true)
11
- end
@@ -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")
@@ -1,3 +1,3 @@
1
1
  module Dutchman
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
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: {}