english_thoughts 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 17611c94cce8ea091fccc32d7fa845d351d166ce
4
- data.tar.gz: 60798eecac121da0f140e8621b7e5974434c6a0c
3
+ metadata.gz: 5143f9e81bf9a5b0e1d3e2a871862b4f75c27b7b
4
+ data.tar.gz: f1d1bfc02ae35cd485eb36558fd5e0410d6418a1
5
5
  SHA512:
6
- metadata.gz: 722c3628f0c5ea0abc03a95881deb3886b26b3f322af512744eec02eddc9fea41bf16236f56dc40c5e509cb14a16ced79f1a083c5857ac4ff205fd44b51a3b95
7
- data.tar.gz: d65644aa192e5692a8f3b0d6a85db5b682da081eadd6d16814dec8cbf3672ea756f3869d24101bd382d3af8adddc1855fbba482d6b242148dd4b1959f18207fc
6
+ metadata.gz: c6f1dacdc7533736442da2ddd7c6abcea9d0914fd8dc6ec5679cb3a9fc1461b6f96d13c19974c00d07663bd586cad0c322b76d49f614da01a1beb4a15a7f6390
7
+ data.tar.gz: f14210acf02177b932e3d680b11cffc47d4392df3bf0e73cdec698a28559919ac67ef06f36ee185ea48b43a4558c83858f62b28cafad4436af24507e6438d28b
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["imnithink@gmail.com"]
11
11
  spec.summary = %q{Handpicked english thoughts.}
12
12
  spec.description = %q{Print a random thought from pre-defined set}
13
- spec.homepage = "https://github.com/imnithin/english_thoughts."
13
+ spec.homepage = "https://github.com/imnithin/english_thoughts"
14
14
  spec.license = "MIT"
15
15
 
16
16
  # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
@@ -1,3 +1,3 @@
1
1
  module EnglishThoughts
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: english_thoughts
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
  - Nithin
@@ -73,7 +73,7 @@ files:
73
73
  - english_thoughts.gemspec
74
74
  - lib/english_thoughts.rb
75
75
  - lib/english_thoughts/version.rb
76
- homepage: https://github.com/imnithin/english_thoughts.
76
+ homepage: https://github.com/imnithin/english_thoughts
77
77
  licenses:
78
78
  - MIT
79
79
  metadata: {}