te3270 0.4-x86-mingw32 → 0.4.1-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ChangeLog +4 -0
- data/lib/te3270/screen_factory.rb +1 -1
- data/lib/te3270/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f2550895f7867066d102193020387f89c0e1582b
|
4
|
+
data.tar.gz: 1655a6a8873a821da96c9fc2dd1d754d3c895b0f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bed785ff9c451c88715ac0694381b9288efb0b8145c585956e9534f3c0b56293e38bbada3995d192a0e36bb544ab0ac789b367ab4bbba1bf4982201134eecf4a
|
7
|
+
data.tar.gz: 36c01faa22f29ecb2c822e9b900fba1f7a20ae8d4fbf794281a83465c1a1d5d06ab89b018d1e69f4326e203051ea94b2ef65266d4b48e9d19a7e5359e8d4ca6f
|
data/ChangeLog
CHANGED
@@ -39,8 +39,8 @@ module TE3270
|
|
39
39
|
# @return [ScreenObject] the newly created screen object
|
40
40
|
#
|
41
41
|
def on(screen_class, &block)
|
42
|
-
raise '@emulator instance variable must be available to use the ScreenFactory methods' unless @emulator
|
43
42
|
return super(screen_class, &block) unless screen_class.ancestors.include? TE3270
|
43
|
+
raise '@emulator instance variable must be available to use the ScreenFactory methods' unless @emulator
|
44
44
|
@current_screen = screen_class.new @emulator
|
45
45
|
block.call @current_screen if block
|
46
46
|
@current_screen
|
data/lib/te3270/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: te3270
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 0.4.1
|
5
5
|
platform: x86-mingw32
|
6
6
|
authors:
|
7
7
|
- Jeffrey S. Morgan
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-02-
|
12
|
+
date: 2014-02-27 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: page_navigation
|