p3 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/p3.rb +1 -0
  3. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 16ce329ad2b6feeaf74bddc1e3d724f33d0dd4a7
4
+ data.tar.gz: 5149473c7dcea16ed55a4b030b9871fe7684641e
5
+ SHA512:
6
+ metadata.gz: 507cccca935c32b2460b4105f196ad0138c82a94f4813f6204ee7a13d3f223ef84b3023606a327cea6f1550a2fb05283a1320d3bbb51c6ce1bdb4296f48d38a0
7
+ data.tar.gz: 07ea979133ba9455b29a709678db05a774f880bf6c9c78e20cf0b2a9cf4aa3ef12ea0a6c87ce11d2d42be815250173ad7714b530b794859f7583254d11fa7134
data/lib/p3.rb ADDED
@@ -0,0 +1 @@
1
+
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: p3
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Ari Siitonen
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-12-30 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Simplified PPP for serial comms between ruby host and microcontroller
14
+ -- framed packets, library
15
+ email: jalopuuverstas@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/p3.rb
21
+ homepage: https://github.com/arisi/p3
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubyforge_project:
41
+ rubygems_version: 2.2.2
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Simplified PPP for serial comms between ruby host and microcontroller
45
+ test_files: []