four_bites_aes 1.0.0 → 1.0.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.
@@ -39,7 +39,7 @@ the same algorithm.
39
39
  @crypte.encode(self.id)
40
40
  end
41
41
 
42
- def find_by_aes_id(id)
42
+ def find(id)
43
43
  self.find(@crypter.decode(id))
44
44
  end
45
45
 
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/mark/fourbitesaes"
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.0
1
+ 1.0.1
@@ -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.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-10-10}
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/mark/fourbitesaes}
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.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-10-10 00:00:00 -04:00
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/mark/fourbitesaes
33
+ homepage: http://github.com/markpercival/four_bites_aes
34
34
  licenses: []
35
35
 
36
36
  post_install_message: