find_noun 0.1.3 → 0.1.4
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 +4 -4
- data/find_noun-0.1.1.gem +0 -0
- data/find_noun-0.1.2.gem +0 -0
- data/find_noun-0.1.3.gem +0 -0
- data/find_noun.gemspec +1 -1
- data/lib/find_noun.rb +9 -1
- data/lib/find_noun/version.rb +1 -1
- metadata +6 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e928ff772a8e9bef9bb93a999f992156dd7c2d85
|
|
4
|
+
data.tar.gz: 847c8afb2fb0369a97da33443d004ee121e952ea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 96c6a015858d3e49bf3b2abb52c3ef7c5587548cea369e81a46c6d903aa618305c2d555b2fcc4cd75aeb8f5b666845033313cc7e3bcea1475824a67051fb5ddd
|
|
7
|
+
data.tar.gz: dc90ef94c71c4714e32d1c15666a736891914099a8a11b8b1c45606b1c937003285a65e87ee2960e6567fe4f15c8149a2b88a150739c071e486fab74b6fbf87f
|
data/find_noun-0.1.1.gem
ADDED
|
Binary file
|
data/find_noun-0.1.2.gem
ADDED
|
Binary file
|
data/find_noun-0.1.3.gem
ADDED
|
Binary file
|
data/find_noun.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Gem find noun,verb,adjective}
|
|
13
13
|
spec.description = %q{Gem will help find noun,verb,adjective in your sentence and length}
|
|
14
|
-
spec.homepage = ""
|
|
14
|
+
spec.homepage = "https://github.com/at-thapnguyen/find_word"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
data/lib/find_noun.rb
CHANGED
|
@@ -51,6 +51,14 @@ class Convert
|
|
|
51
51
|
end
|
|
52
52
|
end
|
|
53
53
|
a =Convert.new
|
|
54
|
-
p a.process("
|
|
54
|
+
p a.process("Doge is a slang term for dog that is primarily associated with
|
|
55
|
+
pictures of Shiba Inus (nicknamed Shibe) and internal monologue
|
|
56
|
+
captions on Tumblr. These photos may be photoshopped to change the
|
|
57
|
+
dog's face or captioned with interior monologues in Comic Sans font.
|
|
58
|
+
The use of the misspelled word doge to refer to a dog dates back
|
|
59
|
+
to June 24th, 2005, when it was mentioned in an episode of Homestar
|
|
60
|
+
Runner's puppet show. In the episode titled Biz Cas Fri 1,
|
|
61
|
+
Homestar calls Strong Bad his d-o-g-e while trying to distract him
|
|
62
|
+
from his work.")
|
|
55
63
|
|
|
56
64
|
|
data/lib/find_noun/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: find_noun
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- at-thapnguyen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-06-
|
|
11
|
+
date: 2017-06-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -112,11 +112,14 @@ files:
|
|
|
112
112
|
- bin/console
|
|
113
113
|
- bin/setup
|
|
114
114
|
- find_noun-0.1.0.gem
|
|
115
|
+
- find_noun-0.1.1.gem
|
|
116
|
+
- find_noun-0.1.2.gem
|
|
117
|
+
- find_noun-0.1.3.gem
|
|
115
118
|
- find_noun.gemspec
|
|
116
119
|
- lib/find_noun.rb
|
|
117
120
|
- lib/find_noun/table.rb
|
|
118
121
|
- lib/find_noun/version.rb
|
|
119
|
-
homepage:
|
|
122
|
+
homepage: https://github.com/at-thapnguyen/find_word
|
|
120
123
|
licenses:
|
|
121
124
|
- MIT
|
|
122
125
|
metadata: {}
|