english_thoughts 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: 5143f9e81bf9a5b0e1d3e2a871862b4f75c27b7b
4
- data.tar.gz: f1d1bfc02ae35cd485eb36558fd5e0410d6418a1
3
+ metadata.gz: a4cffde4c94d088320620bb997fd98d281b0f0ea
4
+ data.tar.gz: dc05ff57f78b3e6fa8b9fea5d3575701b4e1d5e6
5
5
  SHA512:
6
- metadata.gz: c6f1dacdc7533736442da2ddd7c6abcea9d0914fd8dc6ec5679cb3a9fc1461b6f96d13c19974c00d07663bd586cad0c322b76d49f614da01a1beb4a15a7f6390
7
- data.tar.gz: f14210acf02177b932e3d680b11cffc47d4392df3bf0e73cdec698a28559919ac67ef06f36ee185ea48b43a4558c83858f62b28cafad4436af24507e6438d28b
6
+ metadata.gz: b487720ddee0ea4b2901d7a1bc7c7bd6184720c5ec3770e6c73b15b58706ebcee3491afdffef6d976a1f5223ac9a4718cd3c7c1772680f5783d2ce8b49efa243
7
+ data.tar.gz: 3dfb0c534d1ed37609a62f465896cd86e067465ff2602840b0a12c84f50da0d850f3f8331924fc402cb0a9f4d8603316c8fe4412886064a722bece3bad8e3db2
@@ -1,6 +1,7 @@
1
1
  require "english_thoughts/version"
2
2
 
3
3
  module EnglishThoughts
4
+ module_function
4
5
 
5
6
  THOUGHTS = ['Success is going from failure to failure without losing enthusiasm.',
6
7
  'Simplicity is the ultimate sophistication.'
@@ -14,5 +15,4 @@ module EnglishThoughts
14
15
  puts THOUGHTS
15
16
  end
16
17
 
17
- module_function
18
18
  end
@@ -1,3 +1,3 @@
1
1
  module EnglishThoughts
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: english_thoughts
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
  - Nithin