RCP_Network 0.2.4 → 0.2.5

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: c209350efcbf81096b28e94924cf33327c6dcdae8f33bbef7ba1acb5bfcb5470
4
- data.tar.gz: 61bf2e094e2b23044a80e4004ad0a2103bc47a2deb8fd7218b72280dfa23603f
3
+ metadata.gz: 349a78a4319db37d26a814b33b462cb5cf5e8c1605df0f889e9f624a0c06e723
4
+ data.tar.gz: 0a19ba0b34eb8c2c5433ee8cb7e130a2d4637e5ad8090c190b386c667b9d1bdf
5
5
  SHA512:
6
- metadata.gz: bc360a7abc1beec327d7d19c7c4d917bd5f48e093edf2e16375e6bc228bd5ca902b63dcf494af398f94c63f898fa26d6efe2416c1d6319800d4e0191a3139c56
7
- data.tar.gz: e896064c6d169272da7849467026c5033faf84608d9f6a50d17a9613129c4f702db934b6a01fa08cdcfb8b9861249e7053d16ec4b95cf514ad1d936990256f65
6
+ metadata.gz: b5a3f19afcdbb87a3df1d7884155a80611ea11e9487975e1b93599a4d4291270498b1256de1482d71d0998b477c9fe0148b437b5b52934897061fc17368bd287
7
+ data.tar.gz: db778adacbc773452951bd1b808e66b7dfc44785dd04a4220c3d3f75393edd359eeaa6935c6e368299214784ea1841d4fa744fe3ab2192d26759ac53e417c7e1
@@ -28,7 +28,7 @@ module RCPNetwork
28
28
  why_did = " Why did the"
29
29
  why_was = " why was the"
30
30
 
31
- grammar_a = "#{present_action} #{present_preposition} #{first_object}, "
31
+ grammar_a = "#{present_action}ing #{present_preposition} #{first_object}, "
32
32
  grammar_b = "#{second_object} #{next_action}s #{next_preposition} #{third_object}."
33
33
 
34
34
  inquire = "#{why_did} #{second_object} #{next_action} #{next_preposition} #{third_object}?"
@@ -1,3 +1,3 @@
1
1
  module RCPNetwork
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.5"
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.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gitea