rubythemis 0.9.6 → 0.9.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +5 -5
  2. data/lib/rubythemis.rb +2 -2
  3. metadata +10 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 19bd1151eaa1cf8d118cea5f675e05935a134b4b
4
- data.tar.gz: 1bf24614ce39897c9bd1b8c325a4fb716ca34926
2
+ SHA256:
3
+ metadata.gz: 6e96e2f404b110b8e2a9960c7abcff4187c98b83182cc3a4c6b749dc237a4696
4
+ data.tar.gz: f5b3da46d50d32d21d469900aea7b6f15893ab7d580837f9a8a496f4b6327291
5
5
  SHA512:
6
- metadata.gz: 9c30f1b67bd1ac4e2649b7a31caa053dc0be5edbeb67c680aabf5d94dcd9e32e94bcbe7c804e324fe8dbeac6d13546541e52c9e9e71243ac06dae235fa53ca44
7
- data.tar.gz: 3edcbfed025dc93c96ac31cbc8b80b6c44e7ef16e83cd576000e0f48f29aed07c38c961590ce7effecbe576cd1a9c502c332a9db7189059b7f770764939b02e4
6
+ metadata.gz: 3a15b1b1b0c60c9f267e4770401ce7949b3827c311d229b8de787dc1d11baa1f5462f0068d8f65e097cfc81ef770f33fca4012688a1fcaee58f9733be9ed878c
7
+ data.tar.gz: fdaaa872d610f8214a17cfd696f059fd6e5b3f00498d34681dbedf55cf30a6799a6f0c08f9555d6784eafa59833ef1e79e78a93e1cd40f95f4e95f0ff2803119
@@ -16,8 +16,6 @@
16
16
 
17
17
  require 'ffi'
18
18
 
19
- warn 'DEPRECATION WARNING: The rubythemis gem is deprecated and will be removed from RubyGems. Please use rbthemis gem instead.'
20
-
21
19
  module ThemisCommon
22
20
  def string_to_pointer_size(string)
23
21
  string_buf = FFI::MemoryPointer.new(:char, string.force_encoding("BINARY").size)
@@ -83,6 +81,8 @@ module Themis
83
81
  extend ThemisCommon
84
82
  extend ThemisImport
85
83
 
84
+ warn "NOTE: 'rubythemis' is deprecated; require 'rbthemis' instead."
85
+
86
86
  BUFFER_TOO_SMALL = 14
87
87
  SUCCESS = 0
88
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.6
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-12-14 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: []
@@ -45,7 +46,7 @@ homepage: http://cossacklabs.com/
45
46
  licenses:
46
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
@@ -61,8 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
61
62
  version: '0'
62
63
  requirements:
63
64
  - libthemis, v0.9.6
64
- rubyforge_project:
65
- rubygems_version: 2.6.12
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