four_bites_aes 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.markdown +1 -1
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/four_bites_aes.gemspec +3 -3
- metadata +3 -3
data/README.markdown
CHANGED
data/Rakefile
CHANGED
@@ -5,7 +5,7 @@ begin
|
|
5
5
|
gemspec.summary = "Obsfuscate your ID's"
|
6
6
|
gemspec.description = "Useful for URL shortners and places where you don't want guessed ID's"
|
7
7
|
gemspec.email = "mark@mpercival.com"
|
8
|
-
gemspec.homepage = "http://github.com/
|
8
|
+
gemspec.homepage = "http://github.com/markpercival/four_bites_aes"
|
9
9
|
gemspec.authors = ["Mark Percival"]
|
10
10
|
end
|
11
11
|
rescue LoadError
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.1
|
data/four_bites_aes.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{four_bites_aes}
|
8
|
-
s.version = "1.0.
|
8
|
+
s.version = "1.0.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Mark Percival"]
|
12
|
-
s.date = %q{2009-
|
12
|
+
s.date = %q{2009-12-10}
|
13
13
|
s.description = %q{Useful for URL shortners and places where you don't want guessed ID's}
|
14
14
|
s.email = %q{mark@mpercival.com}
|
15
15
|
s.extra_rdoc_files = [
|
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
|
|
24
24
|
"lib/four_bites_aes.rb",
|
25
25
|
"spec/basic_spec.rb"
|
26
26
|
]
|
27
|
-
s.homepage = %q{http://github.com/
|
27
|
+
s.homepage = %q{http://github.com/markpercival/four_bites_aes}
|
28
28
|
s.rdoc_options = ["--charset=UTF-8"]
|
29
29
|
s.require_paths = ["lib"]
|
30
30
|
s.rubygems_version = %q{1.3.5}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: four_bites_aes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mark Percival
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-12-10 00:00:00 -05:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
@@ -30,7 +30,7 @@ files:
|
|
30
30
|
- lib/four_bites_aes.rb
|
31
31
|
- spec/basic_spec.rb
|
32
32
|
has_rdoc: true
|
33
|
-
homepage: http://github.com/
|
33
|
+
homepage: http://github.com/markpercival/four_bites_aes
|
34
34
|
licenses: []
|
35
35
|
|
36
36
|
post_install_message:
|