libaaron 1.1.0 → 1.1.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.
- data/VERSION +1 -1
- data/lib/libaaron.rb +1 -1
- metadata +8 -3
    
        data/VERSION
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            Version 1. | 
| 1 | 
            +
            Version 1.1.1
         | 
    
        data/lib/libaaron.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | @@ -1,12 +1,13 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification 
         | 
| 2 2 | 
             
            name: libaaron
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version 
         | 
| 4 | 
            +
              hash: 17
         | 
| 4 5 | 
             
              prerelease: false
         | 
| 5 6 | 
             
              segments: 
         | 
| 6 7 | 
             
              - 1
         | 
| 7 8 | 
             
              - 1
         | 
| 8 | 
            -
              -  | 
| 9 | 
            -
              version: 1.1. | 
| 9 | 
            +
              - 1
         | 
| 10 | 
            +
              version: 1.1.1
         | 
| 10 11 | 
             
            platform: ruby
         | 
| 11 12 | 
             
            authors: 
         | 
| 12 13 | 
             
            - Aaron Lynch
         | 
| @@ -41,23 +42,27 @@ rdoc_options: [] | |
| 41 42 | 
             
            require_paths: 
         | 
| 42 43 | 
             
            - lib
         | 
| 43 44 | 
             
            required_ruby_version: !ruby/object:Gem::Requirement 
         | 
| 45 | 
            +
              none: false
         | 
| 44 46 | 
             
              requirements: 
         | 
| 45 47 | 
             
              - - ">="
         | 
| 46 48 | 
             
                - !ruby/object:Gem::Version 
         | 
| 49 | 
            +
                  hash: 3
         | 
| 47 50 | 
             
                  segments: 
         | 
| 48 51 | 
             
                  - 0
         | 
| 49 52 | 
             
                  version: "0"
         | 
| 50 53 | 
             
            required_rubygems_version: !ruby/object:Gem::Requirement 
         | 
| 54 | 
            +
              none: false
         | 
| 51 55 | 
             
              requirements: 
         | 
| 52 56 | 
             
              - - ">="
         | 
| 53 57 | 
             
                - !ruby/object:Gem::Version 
         | 
| 58 | 
            +
                  hash: 3
         | 
| 54 59 | 
             
                  segments: 
         | 
| 55 60 | 
             
                  - 0
         | 
| 56 61 | 
             
                  version: "0"
         | 
| 57 62 | 
             
            requirements: []
         | 
| 58 63 |  | 
| 59 64 | 
             
            rubyforge_project: 
         | 
| 60 | 
            -
            rubygems_version: 1.3. | 
| 65 | 
            +
            rubygems_version: 1.3.7
         | 
| 61 66 | 
             
            signing_key: 
         | 
| 62 67 | 
             
            specification_version: 3
         | 
| 63 68 | 
             
            summary: libaaron is a Ruby convenince library of common operations.
         |