From 709e385f6d20aaadc7f3252af59250336d27e607 Mon Sep 17 00:00:00 2001 From: "Hector G. Parra" Date: Fri, 25 May 2012 23:13:42 -0500 Subject: [PATCH] Regenerate gemspec for version 1.1.0 --- serialport.gemspec | 61 ++++++++++++++++++++-------------------------- 1 file changed, 27 insertions(+), 34 deletions(-) diff --git a/serialport.gemspec b/serialport.gemspec index 48d7858..b09c2d5 100644 --- a/serialport.gemspec +++ b/serialport.gemspec @@ -1,53 +1,46 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY -# Instead, edit Jeweler::Tasks in rakefile, and run the gemspec command +# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| - s.name = %q{serialport} - s.version = "1.0.4" + s.name = "serialport" + s.version = "1.1.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Guillaume Pierronnet", "Alan Stern", "Daniel E. Shipton", "Tobin Richard", "Hector Parra", "Ryan C. Payne"] - s.date = %q{2010-07-17} - s.description = %q{Ruby/SerialPort is a Ruby library that provides a class for using RS-232 serial ports.} - s.email = %q{hector@hectorparra.com} + s.date = "2012-05-26" + s.description = "Ruby/SerialPort is a Ruby library that provides a class for using RS-232 serial ports." + s.email = "hector@hectorparra.com" s.extensions = ["ext/native/extconf.rb", "ext/native/extconf.rb"] s.extra_rdoc_files = [ - "CHANGELOG", - "LICENSE", - "README" + "LICENSE", + "README" ] s.files = [ - ".gitignore", - "CHANGELOG", - "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/serialport.rb", - "serialport.gemspec", - "test/miniterm.rb", - "test/set_readtimeout.rb" - ] - s.homepage = %q{http://github.com/hparra/ruby-serialport/} - s.rdoc_options = ["--charset=UTF-8"] - s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.7} - s.summary = %q{Library for using RS-232 serial ports.} - s.test_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/serialport.rb", + "serialport.gemspec", "test/miniterm.rb", - "test/set_readtimeout.rb" + "test/set_readtimeout.rb" ] + s.homepage = "http://github.com/hparra/ruby-serialport/" + s.require_paths = ["lib"] + s.rubygems_version = "1.8.24" + s.summary = "Library for using RS-232 serial ports." if s.respond_to? :specification_version then - current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then