RCP_Network 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 515d03c4f51c72dd2092fc4f421516e5bee2ba2ca044fa2963b78e0cc67627ee
4
- data.tar.gz: 5b976729c154eeedb55464682bf24955acf1c4ddfece2de06f77bcc0bd5d4c66
3
+ metadata.gz: 85602db20cf11b7cbdaa3e6383d8e1251553eac8799d5328b6d9c484c3b7dc58
4
+ data.tar.gz: 77c9267b1fbcadf9a21f695c77dd0b0b5e843ebd2b4634f16c18f3663771e559
5
5
  SHA512:
6
- metadata.gz: fde167e3dc7f6d08e2dcb7c45162be62ae56831e1d01547e899a198a84b42ea817586789cb1a1927dee5d3c253a2653ce805c2777483df62f87bcf69cd0dbd94
7
- data.tar.gz: 40360897591e3f379bf8e600eeb33ef6c8396bb7180068350e6da8b38738098b7d27b21d26b4765c8bb309615dd1d6217fa6ac813ec89fe17fdb5840cbfc66cd
6
+ metadata.gz: d3964dd8054ae6886e95030edcde6f0484b00b5f628ee4d9d917d848ec5e6b7f4fa911927eb365cf61103a5f042bc7f5dbd801d401e5abcd091eccacb99af260
7
+ data.tar.gz: f75419843a4fd5e200a9192c2f6dc20fad6facabbc0b59a04a7a5569aa577614164b7325eaabe0da55dfff76124d845a6d99d9a0d776faf1c14f925b945ee01c
@@ -1,3 +1,3 @@
1
1
  module RCPNetwork
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
data/lib/RCP_Network.rb CHANGED
@@ -31,8 +31,10 @@ module RCPNetwork
31
31
  grammar_a = "#{present_action} #{present_preposition} #{first_object}, "
32
32
  grammar_b = "#{second_object} #{next_action}s #{next_preposition} #{third_object}."
33
33
 
34
+ present_action = present_action.downcase
35
+
34
36
  inquire = "#{why_did} #{second_object} #{next_action} #{next_preposition} #{third_object}?"
35
- for_that = "For that matter,#{why_was} #{first_object} #{present_action.downcase} anything?"
37
+ for_that = "For that matter,#{why_was} #{first_object} #{present_action} anything?"
36
38
 
37
39
  open("data/output/modifier_list.txt", "w") { |f|
38
40
  f.puts old_data
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: RCP_Network
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gitea