gamefic-standard 3.2.3 → 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: ea632da784056dc8b6bd103ef51d67c2eb2bf450f2391578774f1ead3d93ad76
4
- data.tar.gz: 7a8ce3c3802c16121b9a457d50d9ef699bf4ba6358170f51bb315b0ecf2af12a
3
+ metadata.gz: 26551eefaf59857782cfe3e3037d201d5445211ff9982308bf3dd4dcb49ce8e0
4
+ data.tar.gz: 372052d2f4974d266eeb48a624e6740a1f2d21d49577120f628846ece31e42f6
5
5
  SHA512:
6
- metadata.gz: 9d424ac1d981a83fbfc49afaa70f5943aad9982a2cdaf219c7d19ea6eacd33cd487193efb7afc47feb72d0bb8c5013313f2dd7ad3011900976239be574a4fcf1
7
- data.tar.gz: 7000c5c242e1f21822a5fa1bd242050abf262ba4b8cd64857bd95e73c1fce0f17879c4cf93fdac92b672bea098e2b4df20c9a2183340f252d538121a0b3bf40b
6
+ metadata.gz: 53a2ae91603d9a4fa76f904957da22154f8570d49f4d3367d828c5d0f6e900041b0574575c8aa40fe47feb8e6bbb82a906d210df9b04ce2ee13dd96afadef6c1
7
+ data.tar.gz: bb11ebc79930b52e425dfab9ad6c2a145ab5b9054d927610d7ca350387d2344e66f530ef384ce0e23d05c56a3c1b4a4312d9db4480f19a6e8d68464df32b47f5
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.2.4 - September 10, 2024
2
+ - Include Articles in Standard
3
+
1
4
  ## 3.2.3 - September 1, 2024
2
5
  - Delete gem
3
6
 
@@ -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.3'
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.3
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