rubythemis 0.9.4.pre.1 → 0.9.6.1

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 (3) hide show
  1. checksums.yaml +5 -5
  2. data/lib/rubythemis.rb +2 -0
  3. metadata +14 -14
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: f8d69de6febdfe2d5c70e541797152456ff93e36
4
- data.tar.gz: 266b77bac906550e0ac63fc288d5bb8cda5d9cdc
2
+ SHA256:
3
+ metadata.gz: 6e96e2f404b110b8e2a9960c7abcff4187c98b83182cc3a4c6b749dc237a4696
4
+ data.tar.gz: f5b3da46d50d32d21d469900aea7b6f15893ab7d580837f9a8a496f4b6327291
5
5
  SHA512:
6
- metadata.gz: 4e9c19d7382f55fe7bae55393145a779c2e157089dd3f2bc62cb1c7313bd8ce8af26f80244b118a3e015210478507ed41640be5333212677a152e572eb0b0333
7
- data.tar.gz: 8f165f08e28739c2cb9cb0151bf49016ba7974201cdf07192ebc1de70eb69fe12e090f83139fde9d5ee39cb89fa9228547f1f82476010f7a5fbe883cb9bb23f5
6
+ metadata.gz: 3a15b1b1b0c60c9f267e4770401ce7949b3827c311d229b8de787dc1d11baa1f5462f0068d8f65e097cfc81ef770f33fca4012688a1fcaee58f9733be9ed878c
7
+ data.tar.gz: fdaaa872d610f8214a17cfd696f059fd6e5b3f00498d34681dbedf55cf30a6799a6f0c08f9555d6784eafa59833ef1e79e78a93e1cd40f95f4e95f0ff2803119
@@ -81,6 +81,8 @@ module Themis
81
81
  extend ThemisCommon
82
82
  extend ThemisImport
83
83
 
84
+ warn "NOTE: 'rubythemis' is deprecated; require 'rbthemis' instead."
85
+
84
86
  BUFFER_TOO_SMALL = 14
85
87
  SUCCESS = 0
86
88
  FAIL = 11
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubythemis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.4.pre.1
4
+ version: 0.9.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - CossackLabs
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-15 00:00:00.000000000 Z
11
+ date: 2020-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -30,11 +30,12 @@ dependencies:
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
32
  version: 1.9.8
33
- description: Themis is a data security library, providing users with high-quality
34
- security services for secure messaging of any kinds and flexible data storage. Themis
35
- is aimed at modern developers, with high level OOP wrappers for Ruby, Python, PHP,
36
- Java / Android and iOS / OSX. It is designed with ease of use in mind, high security
37
- and cross-platform availability.
33
+ description: Attention! This package is deprecated. Visit https://rubygems.org/gems/rbthemis/
34
+ for the latest version of RubyThemis wrapper. Themis is a data security library,
35
+ providing users with high-quality security services for secure messaging of any
36
+ kinds and flexible data storage. Themis is aimed at modern developers, with high
37
+ level OOP wrappers for Ruby, Python, PHP, Java / Android and iOS / OSX. It is designed
38
+ with ease of use in mind, high security and cross-platform availability.
38
39
  email: dev@cossacklabs.com
39
40
  executables: []
40
41
  extensions: []
@@ -43,9 +44,9 @@ files:
43
44
  - lib/rubythemis.rb
44
45
  homepage: http://cossacklabs.com/
45
46
  licenses:
46
- - Apache 2.0
47
+ - Apache-2.0
47
48
  metadata: {}
48
- post_install_message:
49
+ post_install_message: Attention! This package is deprecated. Use rbthemis instead.
49
50
  rdoc_options: []
50
51
  require_paths:
51
52
  - lib
@@ -56,13 +57,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
56
57
  version: '0'
57
58
  required_rubygems_version: !ruby/object:Gem::Requirement
58
59
  requirements:
59
- - - ">"
60
+ - - ">="
60
61
  - !ruby/object:Gem::Version
61
- version: 1.3.1
62
+ version: '0'
62
63
  requirements:
63
- - libthemis, v0.9.4
64
- rubyforge_project:
65
- rubygems_version: 2.4.5
64
+ - libthemis, v0.9.6
65
+ rubygems_version: 3.0.2
66
66
  signing_key:
67
67
  specification_version: 4
68
68
  summary: Data security library for network communication and data storage for Ruby