chilkat 9.5.0.94-x64-mingw-ucrt

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: 15c5f3e2f24158fd195cd6035ce715a177b49ee45cd668b53435e61f22b474eb
4
+ data.tar.gz: 3d5c90dcfd7edac3616bdf524a805f2503e94141d1c48d8cc954d9a3aa002dc8
5
+ SHA512:
6
+ metadata.gz: f1bf25faaf4ad2922b9609d58309012585b4efad16dd2a2a573ec65199749079cbf82024032aca3845174d3cd6ace1ac48ee0416b18a95e01644f47d87996acc
7
+ data.tar.gz: 95e351ec0a01efce30141e81e604f74654f2f914f51f653dec2fc91129735eb53dd84c96670bd1dfe2d4a07dda3aba9c03e160e2ded5a686e7543022d4208d0e
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.94
5
+ platform: x64-mingw-ucrt
6
+ authors:
7
+ - Chilkat Software, Inc.
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2023-03-29 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.2'
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.4.1
44
+ signing_key:
45
+ specification_version: 4
46
+ summary: Chilkat Library for Ruby
47
+ test_files: []