chilkat 9.5.0.99-armv7-linux-musleabihf

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.
Files changed (6) hide show
  1. checksums.yaml +7 -0
  2. data/README.txt +2 -0
  3. data/demo.rb +8 -0
  4. data/lib/chilkat.so +0 -0
  5. data/license.pdf +0 -0
  6. metadata +47 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 1d0d3591de5a26146968547226d346c1ed3ad969fd30240d322c103ec192ad6a
4
+ data.tar.gz: c68b96bd508ecf961e5a3eb53194318b6a6e4f3e352f210d02c1f15ccc689039
5
+ SHA512:
6
+ metadata.gz: 1e4d684d68ff6515c926114f60607e946659d79c8a4bf432f088dd7de6979c691a83709f7da2cb10d8b649e0d8a73c54e984081309fa40b6e04b04187a475c86
7
+ data.tar.gz: 8bbac2f7392bada9f5c61ec323533dea12f01cbb380cde8dc2eb912e28dc1e2b35539b4aa2e3d3a4560519dc0ad653f7298c73701d996e0e4147975c873a50ce
data/README.txt ADDED
@@ -0,0 +1,2 @@
1
+
2
+ See http://www.chilkatsoft.com/ruby.asp for more information about installing the Chilkat Ruby Gem.
data/demo.rb ADDED
@@ -0,0 +1,8 @@
1
+
2
+ require 'rubygems'
3
+ require 'chilkat'
4
+
5
+ mailman = Chilkat::CkMailMan.new()
6
+ print mailman.version() + "\n"
7
+
8
+
data/lib/chilkat.so ADDED
Binary file
data/license.pdf ADDED
Binary file
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: chilkat
3
+ version: !ruby/object:Gem::Version
4
+ version: 9.5.0.99
5
+ platform: armv7-linux-musleabihf
6
+ authors:
7
+ - Chilkat Software, Inc.
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-06-28 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Chilkat Library for Ruby - FTP, SSH, SFTP, PDF, SMTP, POP3, IMAP, SSL,
14
+ TLS, HTTP, RSA, Encryption, Zip, Compression, XML, ...
15
+ email: support@chilkatsoft.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - README.txt
21
+ - demo.rb
22
+ - lib/chilkat.so
23
+ - license.pdf
24
+ homepage: http://www.chilkatsoft.com/ruby.asp
25
+ licenses:
26
+ - Nonstandard
27
+ metadata: {}
28
+ post_install_message:
29
+ rdoc_options: []
30
+ require_paths:
31
+ - lib
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - "~>"
35
+ - !ruby/object:Gem::Version
36
+ version: '3.3'
37
+ required_rubygems_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ requirements: []
43
+ rubygems_version: 3.5.11
44
+ signing_key:
45
+ specification_version: 4
46
+ summary: Chilkat Library for Ruby
47
+ test_files: []