# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- # stub: monoxit-serialport 1.2.1.2 ruby lib # stub: ext/native/extconf.rbext/native/extconf.rb Gem::Specification.new do |s| s.name = "monoxit-serialport" s.version = "1.2.1.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.require_paths = ["lib"] s.authors = ["Guillaume Pierronnet", "Alan Stern", "Daniel E. Shipton", "Tobin Richard", "Hector Parra", "Ryan C. Payne", "Adrian Zankich", "Ron Evans", "Masami Yamakawa"] s.date = "2015-08-18" s.description = "Ruby/SerialPort is a Ruby library that provides a class for using RS-232 serial ports." s.email = "silkycove@gmail.com" s.extensions = ["ext/native/extconf.rb", "ext/native/extconf.rb"] s.extra_rdoc_files = [ "CHANGELOG", "LICENSE", "README" ] s.files = [ "CHANGELOG", "CHECKLIST", "LICENSE", "MANIFEST", "README", "Rakefile", "VERSION", "ext/native/extconf.rb", "ext/native/posix_serialport_impl.c", "ext/native/serialport.c", "ext/native/serialport.h", "ext/native/win_serialport_impl.c", "lib/oscheck.rb", "lib/serialport.rb", "monoxit-serialport.gemspec", "test/miniterm.rb", "test/set_readtimeout.rb" ] s.homepage = "http://github.com/MONOXIT/ruby-serialport/" s.rubygems_version = "2.4.5" s.summary = "Library for using RS-232 serial ports." end