chilkat 9.5.0.99-x86_64-linux-musl

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: 2c933159a72f3edcdd1f35880fb6982f2812e99c50c2f6e1a62a5168dc97f389
4
+ data.tar.gz: cc2dc3ef4814bb2483bf351f4f181254ed61668581b54f5eda0faa8aa3d621c6
5
+ SHA512:
6
+ metadata.gz: cc56a08f91f4384def40741ee10a0fc961f92b17d50546e78e6dd3a25e204887a7919f89019481bb4cf6ae335ec009a32bfad5b4995f1bad954847f8e2bda339
7
+ data.tar.gz: f210bc518bec602709128e105c43b2bf95a59b32171f4e4018bf8a8a8503ac5f2881347e8e7f7c333751604fa23be74bc5123e3013d2f041a51a6ed1ffdaa00f
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: x86_64-linux-musl
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: []