gamefic-standard 3.2.2 → 3.2.4

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: 934c9793a332bc51d87f3643530112bf53930955a012cbaaa8c20b9b652347f1
4
- data.tar.gz: 5d7afbc7b668390a80ed5784921f872dacf5c51a741b0bf0b2a584b152e156d2
3
+ metadata.gz: 26551eefaf59857782cfe3e3037d201d5445211ff9982308bf3dd4dcb49ce8e0
4
+ data.tar.gz: 372052d2f4974d266eeb48a624e6740a1f2d21d49577120f628846ece31e42f6
5
5
  SHA512:
6
- metadata.gz: 19c479b2c1c2f6ca1deae46644056c3ee24e9a5b19f084b758e2caeaff3e13e149593deaf0d9b37af2c8b04b1fe42dfe51567b6712b3a2c2b18d3910eb416d32
7
- data.tar.gz: 928429f5cb51bec69403e17797f9117368b9e847973a1c430b180b2d3567ac9b1d97948908c7f7ccf7221627452aaa160fd528a89a12346cde74dc9cc5737bce
6
+ metadata.gz: 53a2ae91603d9a4fa76f904957da22154f8570d49f4d3367d828c5d0f6e900041b0574575c8aa40fe47feb8e6bbb82a906d210df9b04ce2ee13dd96afadef6c1
7
+ data.tar.gz: bb11ebc79930b52e425dfab9ad6c2a145ab5b9054d927610d7ca350387d2344e66f530ef384ce0e23d05c56a3c1b4a4312d9db4480f19a6e8d68464df32b47f5
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 3.2.4 - September 10, 2024
2
+ - Include Articles in Standard
3
+
4
+ ## 3.2.3 - September 1, 2024
5
+ - Delete gem
6
+
1
7
  ## 3.2.2 - September 1, 2024
2
8
  - Move help commands to their own extension
3
9
  - get inside -> enter
@@ -40,6 +40,3 @@ module Articles
40
40
  end
41
41
  alias The the_
42
42
  end
43
-
44
- # @todo Monkey patch
45
- Gamefic::Narrative.include Articles
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Gamefic
4
4
  module Standard
5
- VERSION = '3.2.2'
5
+ VERSION = '3.2.4'
6
6
  end
7
7
  end
@@ -20,6 +20,8 @@ module Gamefic
20
20
  require 'gamefic-standard/introduction'
21
21
  require 'gamefic-standard/give'
22
22
 
23
+ include Articles
24
+
23
25
  def connect(origin, destination, direction = nil, type: Portal, two_way: true)
24
26
  origin.connect destination, direction: direction, type: type, two_way: two_way
25
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gamefic-standard
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.2
4
+ version: 3.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fred Snyder
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-09-01 00:00:00.000000000 Z
11
+ date: 2024-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gamefic
@@ -115,7 +115,6 @@ files:
115
115
  - Rakefile
116
116
  - bin/console
117
117
  - bin/setup
118
- - gamefic-standard-3.2.1.gem
119
118
  - gamefic-standard.gemspec
120
119
  - lib/gamefic-standard.rb
121
120
  - lib/gamefic-standard/actions.rb
Binary file