words_with_thomas 0.1.0 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7a20f4e682e29006a807ff1da34b8c4a860bd04a
4
- data.tar.gz: 987bb09e43bc53abf330d3070fea2821189895dc
3
+ metadata.gz: 49d4da9ad79b1872a86d7bf3cb01b68ea30783c7
4
+ data.tar.gz: 0a8d230bb7b9d6e8e95a1136cfdc639816ea782b
5
5
  SHA512:
6
- metadata.gz: 6921b4ca8429c820f4ec0b5ba7ff7ff9fe319c230b56b196055ba487ee2666cbac816616fcc8a57e5797f9b67e1deb1ce084e10ea17221e5cd168e7926a8593d
7
- data.tar.gz: a710dd96e5d4d3f6f899e4d2bfc44655ccde68cc3fb006a2aa96e7ebe51d9abefaf43f66b130c35df650e4df34aa897ff3ae6bc37437224bf5f08cfb36afa101
6
+ metadata.gz: 9d6066e3ae0624c83f897cfcfd466215e8cf06375158a87eb87222dbe096a022d5854163749c3aed4e036c9ba2fc830ca0eb3871718b643de5ab76f13ea45484
7
+ data.tar.gz: 949c3edcf51ba2c179634772c74193182254f61a32f9c5bb7014447f6b9a06b9e19e5212d8273a57edfe2d3d90be93655ab59ac3de7e179e36b67a7a25191417
@@ -18,7 +18,7 @@ module WordsWithThomas
18
18
 
19
19
  def self.spacify(str, spaces = 0)
20
20
  spaces.times do
21
- str = str.split("").join("")
21
+ str = str.split("").join(" ")
22
22
  end
23
23
  str
24
24
  end
@@ -1,3 +1,3 @@
1
1
  module WordsWithThomas
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: words_with_thomas
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Ashton