RCP_Network 0.1.9 → 0.2.0

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
  SHA256:
3
- metadata.gz: 8d9296448acf5a5237b2ea7eba5d6609255f5ce6df3d888f4fa1cababcca9b83
4
- data.tar.gz: dc0e7a03e534abe4203b2e07b5d9995390f73f5be7c4e49cdff2a9b6033174e5
3
+ metadata.gz: 515d03c4f51c72dd2092fc4f421516e5bee2ba2ca044fa2963b78e0cc67627ee
4
+ data.tar.gz: 5b976729c154eeedb55464682bf24955acf1c4ddfece2de06f77bcc0bd5d4c66
5
5
  SHA512:
6
- metadata.gz: 7d61e264566f11e1d57a2c97ab54bcd7375ccf76c2c4849e47f9bccce3c887af485c4284f21b6323953036c8fb7df70f2f474a6b8f056f256d5ab676e8b89736
7
- data.tar.gz: 45d5a3ebbefa95be93818e986ab48a8a7abca9640ee9cb942afec15a3b48d21879a4690e2f3ed51ad541bcafa39efd07afa90a55e83a6c67ab03bfa57528bdbd
6
+ metadata.gz: fde167e3dc7f6d08e2dcb7c45162be62ae56831e1d01547e899a198a84b42ea817586789cb1a1927dee5d3c253a2653ce805c2777483df62f87bcf69cd0dbd94
7
+ data.tar.gz: 40360897591e3f379bf8e600eeb33ef6c8396bb7180068350e6da8b38738098b7d27b21d26b4765c8bb309615dd1d6217fa6ac813ec89fe17fdb5840cbfc66cd
data/lib/RCP_Network.rb CHANGED
@@ -12,17 +12,17 @@ module RCPNetwork
12
12
  old_data = File.read("data/output/modifier_list.txt")
13
13
 
14
14
  # Grammar A
15
- present_action = File.readlines("dictionary/present_action.txt").sample.strip
16
- present_preposition = File.readlines("dictionary/present_preposition.txt").sample.strip
17
- first_object = File.readlines("dictionary/first_object.txt").sample.strip
15
+ present_action = File.readlines("dictionary/present_action.txt").sample
16
+ present_preposition = File.readlines("dictionary/present_preposition.txt").sample
17
+ first_object = File.readlines("dictionary/first_object.txt").sample
18
18
 
19
19
  # Grammar B
20
- second_object = File.readlines("dictionary/second_object.txt").sample.strip
21
- next_preposition = File.readlines("dictionary/next_preposition.txt").sample.strip
22
- next_action = File.readlines("dictionary/next_action.txt").sample.strip
20
+ second_object = File.readlines("dictionary/second_object.txt").sample
21
+ next_preposition = File.readlines("dictionary/next_preposition.txt").sample
22
+ next_action = File.readlines("dictionary/next_action.txt").sample
23
23
 
24
24
  # Final object
25
- third_object = File.readlines("dictionary/third_object.txt").sample.strip
25
+ third_object = File.readlines("dictionary/third_object.txt").sample
26
26
 
27
27
  # Inquire
28
28
  why_did = " Why did the"
@@ -1,3 +1,3 @@
1
1
  module RCPNetwork
2
- VERSION = "0.1.9"
2
+ VERSION = "0.2.0"
3
3
  end
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.1.9
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gitea