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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8015201ba99f63448f2a1ca9a7cc3a60ef09d306
4
- data.tar.gz: c77d02f904877ba1f94a49c615840125d3ddb582
3
+ metadata.gz: f2550895f7867066d102193020387f89c0e1582b
4
+ data.tar.gz: 1655a6a8873a821da96c9fc2dd1d754d3c895b0f
5
5
  SHA512:
6
- metadata.gz: 63029a49f6d4e5895ff07bab8ec2353e2d5774f1aa476351d1315f0922f708f4dddee423cb2af989f89afeaab32d1a8f182fdb11348d685d2dd2292c7c8b8e0f
7
- data.tar.gz: 05ca50e5670ab7640a3fec1f06fc23db2c3f1c6c063925126df933a6101ee501c27d8758068b9083bb8ca562b73b88653d5498dafc17bd8186c3d8cbae141b20
6
+ metadata.gz: bed785ff9c451c88715ac0694381b9288efb0b8145c585956e9534f3c0b56293e38bbada3995d192a0e36bb544ab0ac789b367ab4bbba1bf4982201134eecf4a
7
+ data.tar.gz: 36c01faa22f29ecb2c822e9b900fba1f7a20ae8d4fbf794281a83465c1a1d5d06ab89b018d1e69f4326e203051ea94b2ef65266d4b48e9d19a7e5359e8d4ca6f
data/ChangeLog CHANGED
@@ -1,3 +1,7 @@
1
+ === Version 0.4.1 / 2014-2-26
2
+ * Fixes
3
+ * Fixed small issue with ordering of events in last release
4
+
1
5
  === Version 0.4 / 2014-2-26
2
6
  * Enhancements
3
7
  * calling super when factory method called with class that is not from TE3270
@@ -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
@@ -1,4 +1,4 @@
1
1
  module TE3270
2
- VERSION = "0.4"
2
+ VERSION = "0.4.1"
3
3
  end
4
4
 
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: '0.4'
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-26 00:00:00.000000000 Z
12
+ date: 2014-02-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: page_navigation