obfuscate 0.0.4 → 0.0.5
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/Gemfile.lock +2 -2
- data/README.md +1 -1
- data/lib/obfuscate/version.rb +1 -1
- data/obfuscate.gemspec +1 -1
- metadata +6 -6
data/Gemfile.lock
CHANGED
|
@@ -2,7 +2,7 @@ PATH
|
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
4
|
obfuscate (0.0.4)
|
|
5
|
-
crypt19 (~> 1.2.
|
|
5
|
+
otherinbox-crypt19 (~> 1.2.1)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
8
8
|
remote: http://rubygems.org/
|
|
@@ -21,7 +21,6 @@ GEM
|
|
|
21
21
|
arel (3.0.2)
|
|
22
22
|
builder (3.0.4)
|
|
23
23
|
coderay (1.0.8)
|
|
24
|
-
crypt19 (1.2.1)
|
|
25
24
|
diff-lcs (1.1.3)
|
|
26
25
|
ffi (1.3.1)
|
|
27
26
|
guard (1.6.2)
|
|
@@ -38,6 +37,7 @@ GEM
|
|
|
38
37
|
lumberjack (1.0.2)
|
|
39
38
|
method_source (0.8.1)
|
|
40
39
|
multi_json (1.5.0)
|
|
40
|
+
otherinbox-crypt19 (1.2.1)
|
|
41
41
|
pry (0.9.11.4)
|
|
42
42
|
coderay (~> 1.0.5)
|
|
43
43
|
method_source (~> 0.8)
|
data/README.md
CHANGED
|
@@ -9,7 +9,7 @@ since the trailing _=_ is removed by default), for example `3NINgAbOhPc`. The ca
|
|
|
9
9
|
the id must be within _99,999,999_, e.g. a max length of _8_.
|
|
10
10
|
|
|
11
11
|
Text can be obfuscated using Blowfishes string encryption as well, but than it produces
|
|
12
|
-
output that is larger than the elegant 11 character single block encryption.
|
|
12
|
+
output that is larger than the elegant 11 character from single block encryption.
|
|
13
13
|
|
|
14
14
|
https://github.com/mguymon/obfuscate
|
|
15
15
|
|
data/lib/obfuscate/version.rb
CHANGED
data/obfuscate.gemspec
CHANGED
|
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
|
|
|
18
18
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
|
19
19
|
s.require_paths = ["lib"]
|
|
20
20
|
|
|
21
|
-
s.add_runtime_dependency(%q<crypt19>, ["~> 1.2.
|
|
21
|
+
s.add_runtime_dependency(%q<otherinbox-crypt19>, ["~> 1.2.1"])
|
|
22
22
|
s.add_development_dependency(%q<rspec>, ["~> 2.12.0"])
|
|
23
23
|
s.add_development_dependency(%q<guard-rspec>, ["~> 2.4.0"])
|
|
24
24
|
s.add_development_dependency(%q<rb-inotify>, ["~> 0.8.8"])
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: obfuscate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,16 +9,16 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-02-
|
|
12
|
+
date: 2013-02-20 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
|
-
name: crypt19
|
|
15
|
+
name: otherinbox-crypt19
|
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ~>
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 1.2.
|
|
21
|
+
version: 1.2.1
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ~>
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 1.2.
|
|
29
|
+
version: 1.2.1
|
|
30
30
|
- !ruby/object:Gem::Dependency
|
|
31
31
|
name: rspec
|
|
32
32
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -172,7 +172,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
172
172
|
version: '0'
|
|
173
173
|
requirements: []
|
|
174
174
|
rubyforge_project:
|
|
175
|
-
rubygems_version: 1.8.
|
|
175
|
+
rubygems_version: 1.8.25
|
|
176
176
|
signing_key:
|
|
177
177
|
specification_version: 3
|
|
178
178
|
summary: Obfuscate
|