Skip to content

Commit

Permalink
a few more readme/description tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
namick committed Feb 12, 2012
1 parent dc87a33 commit 6c8ac8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
obfuscate_id (0.0.1)
obfuscate_id (0.0.1.alpha)
rails (~> 3.2.1)

GEM
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ ObfuscateId turns your sequential Active Record ids into non-sequential, random
## Features

* Extreemly simple. A single line of code in the model turns it on.
* Transforms normal seqential ids into random-looking ten digit numerical strings.
* Gently masks resource ids while retaining a cleaner look than using an encrypted hash.
* No migrations or database changes are needed. The record is still stored in the database with its original id.
* Creates a random looking integer which hides the id but still looks cleaner than a using an encrypted hash.
* Fast, no heavy calculation.


Expand Down
2 changes: 1 addition & 1 deletion obfuscate_id.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.authors = ["Nathan Amick"]
s.email = ["[email protected]"]
s.homepage = ""
s.summary = "A simple Rails plugin that lightly hides seqential ActiveRecord ids"
s.summary = "A simple Rails plugin that lightly masks seqential ActiveRecord ids"
s.description = "ObfuscateId is a simple Ruby on Rails plugin that hides your seqential Active Record ids. Although having nothing to do with security, it can be used to make database record id information non-obvious."

s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"]
Expand Down

0 comments on commit 6c8ac8a

Please sign in to comment.