[DRE-commits] [ruby-serialport] branch master updated (5d62cf2 -> 2928971)
Jonas Genannt
jonas at brachium-system.net
Wed Jan 15 17:38:00 UTC 2014
This is an automated email from the git hooks/post-receive script.
hggh-guest pushed a change to branch master
in repository ruby-serialport.
from 5d62cf2 use canonical URI in Vcs-* fields
adds 3fda371 Imported Upstream version 1.3.0
new 2928971 Merge tag 'upstream/1.3.0'
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 15 +++
.travis.yml | 12 ++
CHANGELOG | 10 ++
CHECKLIST | 21 ++--
Gemfile | 3 +
MANIFEST | 3 +-
README | 153 ------------------------
README.md | 37 ++++++
Rakefile | 44 +++----
VERSION | 1 -
checksums.yaml.gz | Bin 0 -> 422 bytes
ext/native/extconf.rb | 0
ext/native/posix_serialport_impl.c | 35 ++++++
ext/native/serialport.c | 239 ++++++++++++++++++++++++++++---------
ext/native/serialport.h | 9 +-
ext/native/win_serialport_impl.c | 36 ++++++
lib/serialport.rb | 29 +++--
lib/serialport/version.rb | 3 +
metadata.yml | 124 +++++++++++--------
serialport.gemspec | 53 ++------
20 files changed, 476 insertions(+), 351 deletions(-)
create mode 100644 .gitignore
create mode 100644 .travis.yml
create mode 100644 Gemfile
delete mode 100644 README
create mode 100644 README.md
delete mode 100644 VERSION
create mode 100644 checksums.yaml.gz
mode change 100755 => 100644 ext/native/extconf.rb
mode change 100755 => 100644 lib/serialport.rb
create mode 100644 lib/serialport/version.rb
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-serialport.git
More information about the Pkg-ruby-extras-commits
mailing list