Fleyhe 1.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/Fleyhe.rb +1 -17
  2. metadata +1 -1
@@ -152,7 +152,7 @@ module Fleyhe
152
152
 
153
153
  end
154
154
 
155
- module Database
155
+ module Data
156
156
 
157
157
  class Database
158
158
  def initialize file
@@ -173,19 +173,3 @@ module Fleyhe
173
173
 
174
174
 
175
175
  end
176
-
177
-
178
- class Evento < Fleyhe::Network::Event
179
- def solve
180
- puts @args
181
- end
182
- end
183
-
184
- Fleyhe::Network::Listener.new
185
-
186
- a = Fleyhe::Network::Bridge.new(TCPSocket.new("localhost",3030))
187
- a.call "Evento", [1,2,3,4,5,6,7,8]
188
-
189
- loop {
190
-
191
- }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Fleyhe
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.0'
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: