random_fu 0.0.7 → 0.0.8
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/README.md +4 -3
- data/lib/random_fu/version.rb +1 -1
- data/spec/version_spec.rb +1 -1
- metadata +1 -1
    
        data/README.md
    CHANGED
    
    | @@ -1,8 +1,9 @@ | |
| 1 1 | 
             
            Random_fu 
         | 
| 2 2 | 
             
            =========
         | 
| 3 3 |  | 
| 4 | 
            -
             | 
| 5 | 
            -
            ruby 1.9.2 and RSpec 2.10
         | 
| 4 | 
            +
            A Ruby gem to add random capability.  Currently, only for Strings, Hashes and Time.  Tested with 
         | 
| 5 | 
            +
            ruby 1.9.2 and RSpec 2.10.  Note, classes are monkey patched by adding "random" and "random_foo"
         | 
| 6 | 
            +
            instance methods to Ruby classes. 
         | 
| 6 7 |  | 
| 7 8 | 
             
            DO NOT USE for generating any data related to security!!!  
         | 
| 8 9 | 
             
            ---------------------------------------------------------
         | 
| @@ -12,7 +13,7 @@ random strings. | |
| 12 13 | 
             
            Installation
         | 
| 13 14 | 
             
            ============
         | 
| 14 15 |  | 
| 15 | 
            -
            Random_fu will  | 
| 16 | 
            +
            Random_fu will is distributed as a ruby gem.  Simply require it in your Gemfile.
         | 
| 16 17 |  | 
| 17 18 | 
             
                gem "random_fu"
         | 
| 18 19 |  | 
    
        data/lib/random_fu/version.rb
    CHANGED
    
    
    
        data/spec/version_spec.rb
    CHANGED