git_haiku 0.0.2 → 0.0.3

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: 6187e12c00e94a0bcf448470767de73bc670351f
4
- data.tar.gz: 6a715a099bd227a85eb28a77e9ea10d0219325c8
3
+ metadata.gz: 998d21e69c09609bdf1be845008c77b7c1f71bbc
4
+ data.tar.gz: a332213d43c2c176b277ffa019e57ba144eed770
5
5
  SHA512:
6
- metadata.gz: 28cdf991b443ca1e8e059ad360c54dbdb6a6eda9a1bf519d6e758da39ce08485648e97aca0160194c2c558989976cb8df84fde5a03c68024a1bd9df96bb759d2
7
- data.tar.gz: 875f52de42c207616f2046d1e957fd561e2dfbbdf892685eb193c447fc9f63c836568f92c79ddb83f1b85ef7f5341787258759e02987dec74f98e3d3f46aabae
6
+ metadata.gz: 1924e017e05ba241802e52e01871cf36aebc06eb5557374b39e78569f7dbfecbc1a7e4ad145383280a20d65e7ea9479a4a067c5fc1804bcf1e1bbb7878c60717
7
+ data.tar.gz: 00a98c4ff527ca505c0b2981cf9aee50f081edbe037bd4b5bcdfa55d14f99d578f42e19dc5bd6120ea1f92ea2467f7c457bb6e4d9b15e52e6b90ea933e7eb25c
data/lib/git_haiku.rb CHANGED
@@ -7,7 +7,7 @@ class GitHaiku
7
7
 
8
8
  def initialize
9
9
  @dict = []
10
- File.open('./dictionary.txt').each {|word| @dict << word}
10
+ File.open('assets/dictionary.txt').each {|word| @dict << word}
11
11
  end
12
12
 
13
13
  def run
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git_haiku
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aylan Mello
@@ -18,7 +18,7 @@ extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
20
  - bin/git_haiku
21
- - lib/dictionary.txt
21
+ - lib/assets/dictionary.txt
22
22
  - lib/git_haiku.rb
23
23
  homepage:
24
24
  licenses:
File without changes