zemu 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/zemu.rb +1 -6
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 98e90e196dcbb84331f8dab176c2b83610180e7ddd11df63f481328cab4b7d7a
4
- data.tar.gz: c3cb5cde5230d2dbe34d228a170fa5cd35a6607614c215ea5c01792c1634ee08
3
+ metadata.gz: a6f562e6869c6bcb8df2f0635bf7bc3f70d9668ab91f6d0806e6d1f0c767ec78
4
+ data.tar.gz: a83bf92a0244875db8b48d29cdd11eb74ee9ab94c1eb24c6b2255b8d3c81bcee
5
5
  SHA512:
6
- metadata.gz: 7359557085c2f32b9222c7836c0af65a1104e158f8f9c58d118a5dabbd50fdcb2cfe793957b41cded14af45566a2ddaad4d3148ee736da922e1347bde1bf0091
7
- data.tar.gz: d20ce84cc9c41e11203b08e44865b6addf53d63846004f4aa575eb54f58b69200c454c18713569e94220dd6ea49a3dea84634870bfef5a32f58a81f7a04daf49
6
+ metadata.gz: 9054649380e73ae6d96d2307c85cc2029d529ef6a0de7f4ebf17d05ac058ed66102b2efccb5a946cc0d828a4932f7121777212e2d8376571adb709aefa08c681
7
+ data.tar.gz: 4900928e8fe5f1ba241f3a99f5a17adbfd0b76c9caa08030b4278f8fec9b92ddae61c05326dede2d80ad60917090f4266a6af6b9d9c593178647a583460b57a2
data/lib/zemu.rb CHANGED
@@ -3,8 +3,6 @@ require 'erb'
3
3
  require_relative 'zemu/config'
4
4
  require_relative 'zemu/instance'
5
5
 
6
- # Zemu
7
- #
8
6
  # Zemu is a module providing an interface to build and interact with
9
7
  # configurable Z80 emulators.
10
8
  #
@@ -12,9 +10,6 @@ require_relative 'zemu/instance'
12
10
  # an emulator executable can be compiled. This executable can then be run
13
11
  # from within Zemu and controlled programmatically.
14
12
  #
15
- # Please note: The example below does not currently work, as not all features
16
- # have been implemented.
17
- #
18
13
  # @example
19
14
  #
20
15
  # require 'zemu'
@@ -81,7 +76,7 @@ module Zemu
81
76
  unless Dir.exist? configuration.output_directory
82
77
  Dir.mkdir configuration.output_directory
83
78
  end
84
-
79
+
85
80
  # Generate the autogenerated source files.
86
81
  generate(configuration)
87
82
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zemu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jay Valentine
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-29 00:00:00.000000000 Z
11
+ date: 2020-01-31 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A configurable Z80 emulator gem
14
14
  email: jayv136@gmail.com
@@ -302,7 +302,7 @@ files:
302
302
  - src/main.c
303
303
  - src/memory.c.erb
304
304
  - src/memory.h.erb
305
- homepage:
305
+ homepage: https://github.com/jayvalentine/zemu
306
306
  licenses:
307
307
  - GPL-3.0
308
308
  metadata: {}