sim800c 0.1.0
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.
- checksums.yaml +7 -0
- metadata +66 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 310b9aeb43924f653f98434db70f657317edccc821a69f63d989eaa261201b82
|
4
|
+
data.tar.gz: 414d85f974e7bb3bee2366af72239ea2aa7a8be51cf38825dc236b36cea18a22
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 738ab0705bb356d100142ce0bf6dea9945872442ae49e66746241aeabc951020bcf0ea5eeb71c6d7ce8704c436cf79f5ed98705a29ed7b5bb9cd0091d4077385
|
7
|
+
data.tar.gz: '08aa82316c67748b43d976cc17925d4f1d2f62a9a1541f1f2d1b2a6ca321063c287888cb33253428dfae7bb48804a3f4b0e5d17cf659f13be7dc779a57444767'
|
metadata
ADDED
@@ -0,0 +1,66 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: sim800c
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Nujian Den Mark Meralpis
|
8
|
+
autorequire:
|
9
|
+
bindir: exe
|
10
|
+
cert_chain: []
|
11
|
+
date: 2025-06-12 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: rubyserial
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ">="
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '0'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ">="
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '0'
|
27
|
+
description: |
|
28
|
+
A lightweight Ruby gem that simplifies communication with SIM800C GSM/GPRS modules
|
29
|
+
over a serial connection. Built on top of the modern rubyserial library,
|
30
|
+
it provides a simple and readable API for checking signal strength,
|
31
|
+
sending SMS messages, and reading or parsing incoming SMS messages.
|
32
|
+
email:
|
33
|
+
- denmarkmeralpis@gmail.com
|
34
|
+
executables: []
|
35
|
+
extensions: []
|
36
|
+
extra_rdoc_files: []
|
37
|
+
files: []
|
38
|
+
homepage: https://github.com/denmarkmeralpis/sim800c.git
|
39
|
+
licenses:
|
40
|
+
- MIT
|
41
|
+
metadata:
|
42
|
+
allowed_push_host: https://rubygems.org
|
43
|
+
homepage_uri: https://github.com/denmarkmeralpis/sim800c.git
|
44
|
+
source_code_uri: https://github.com/denmarkmeralpis/sim800c.git
|
45
|
+
changelog_uri: https://github.com/denmarkmeralpis/sim800c.git
|
46
|
+
post_install_message:
|
47
|
+
rdoc_options: []
|
48
|
+
require_paths:
|
49
|
+
- lib
|
50
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - ">="
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '3.1'
|
55
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
56
|
+
requirements:
|
57
|
+
- - ">="
|
58
|
+
- !ruby/object:Gem::Version
|
59
|
+
version: '0'
|
60
|
+
requirements: []
|
61
|
+
rubygems_version: 3.3.27
|
62
|
+
signing_key:
|
63
|
+
specification_version: 4
|
64
|
+
summary: Easy serial communication with the SIM800C module for sending and receiving
|
65
|
+
SMS messages using Ruby.
|
66
|
+
test_files: []
|