levinalex-serial_interface 0.2.3 → 0.2.4

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.
@@ -22,7 +22,7 @@ class String
22
22
  end
23
23
 
24
24
  module SerialInterface
25
- VERSION = '0.2.3'
25
+ VERSION = '0.2.4'
26
26
  end
27
27
 
28
28
  # PacketIO is used to wrap data in packets and send them
data/lib/serial_packet.rb CHANGED
@@ -1,7 +1,6 @@
1
1
  #!usr/bin/ruby
2
2
 
3
3
  require 'rubygems'
4
- gem 'traits', "0.8.1"
5
4
  require 'traits' # from http://www.codeforpeople.com/lib/ruby/traits/traits-0.8.1/
6
5
 
7
6
  # SerialPacket is used to define the format of Packets that
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{serial_interface}
3
- s.version = "0.2.3"
3
+ s.version = "0.2.4"
4
4
 
5
5
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
6
6
  s.authors = ["Levin Alexander"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: levinalex-serial_interface
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Levin Alexander