block64 0.1.2 → 0.1.3
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.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/block64.gemspec +2 -2
- metadata +4 -4
data/Rakefile
CHANGED
|
@@ -16,7 +16,7 @@ Jeweler::Tasks.new do |gem|
|
|
|
16
16
|
gem.name = "block64"
|
|
17
17
|
gem.homepage = "http://github.com/martinkozak/block64"
|
|
18
18
|
gem.license = "MIT"
|
|
19
|
-
gem.summary = '
|
|
19
|
+
gem.summary = 'Encrypts and decrypts data of arbitrary length using RSA cyphers. Fixed and much faster fork of "crypto64" gem.'
|
|
20
20
|
#gem.description = %Q{TODO: longer description of your gem}
|
|
21
21
|
gem.email = "martinkozak@martinkozak.net"
|
|
22
22
|
gem.authors = ["Martin Kozák"]
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.3
|
data/block64.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{block64}
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.3"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Martin Kozák"]
|
|
@@ -30,7 +30,7 @@ Gem::Specification.new do |s|
|
|
|
30
30
|
s.licenses = ["MIT"]
|
|
31
31
|
s.require_paths = ["lib"]
|
|
32
32
|
s.rubygems_version = %q{1.3.7}
|
|
33
|
-
s.summary = %q{
|
|
33
|
+
s.summary = %q{Encrypts and decrypts data of arbitrary length using RSA cyphers. Fixed and much faster fork of "crypto64" gem.}
|
|
34
34
|
|
|
35
35
|
if s.respond_to? :specification_version then
|
|
36
36
|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
8
|
+
- 3
|
|
9
|
+
version: 0.1.3
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- "Martin Koz\xC3\xA1k"
|
|
@@ -80,7 +80,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
80
80
|
requirements:
|
|
81
81
|
- - ">="
|
|
82
82
|
- !ruby/object:Gem::Version
|
|
83
|
-
hash:
|
|
83
|
+
hash: 1041048471335462050
|
|
84
84
|
segments:
|
|
85
85
|
- 0
|
|
86
86
|
version: "0"
|
|
@@ -98,6 +98,6 @@ rubyforge_project:
|
|
|
98
98
|
rubygems_version: 1.3.7
|
|
99
99
|
signing_key:
|
|
100
100
|
specification_version: 3
|
|
101
|
-
summary:
|
|
101
|
+
summary: Encrypts and decrypts data of arbitrary length using RSA cyphers. Fixed and much faster fork of "crypto64" gem.
|
|
102
102
|
test_files: []
|
|
103
103
|
|