RCP_Network 0.2.1 → 0.2.2

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: 85602db20cf11b7cbdaa3e6383d8e1251553eac8799d5328b6d9c484c3b7dc58
4
- data.tar.gz: 77c9267b1fbcadf9a21f695c77dd0b0b5e843ebd2b4634f16c18f3663771e559
3
+ metadata.gz: 9f9041ce889b0e66a0cb99da1115bd444d3c07c514f239d10b6a390ef370621c
4
+ data.tar.gz: c7dc233338bfad3e68dfdd829e41c3b6eb023a32161c7a1630c9301ea2a52145
5
5
  SHA512:
6
- metadata.gz: d3964dd8054ae6886e95030edcde6f0484b00b5f628ee4d9d917d848ec5e6b7f4fa911927eb365cf61103a5f042bc7f5dbd801d401e5abcd091eccacb99af260
7
- data.tar.gz: f75419843a4fd5e200a9192c2f6dc20fad6facabbc0b59a04a7a5569aa577614164b7325eaabe0da55dfff76124d845a6d99d9a0d776faf1c14f925b945ee01c
6
+ metadata.gz: a6bf364aa527bc240a82f32f186a705f88a6e7e06ee7ef74b6c44e2ae3b3e724c4f85bdcd7064bfb6a2d7af11b48a03ab898723be4e2278874f56cb3b2ddbb2c
7
+ data.tar.gz: fce0ef7f3ff6507f78a04452e3400e77cf46a86fba1d2c88c24829063d8db54c966279dd13f7c70827b6d744758e0faf32c4da2e904afca01e7dee88b663c746
data/lib/RCP_Network.rb CHANGED
@@ -31,8 +31,6 @@ 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
-
36
34
  inquire = "#{why_did} #{second_object} #{next_action} #{next_preposition} #{third_object}?"
37
35
  for_that = "For that matter,#{why_was} #{first_object} #{present_action} anything?"
38
36
 
@@ -1,3 +1,3 @@
1
1
  module RCPNetwork
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
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.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gitea