ean 0.1.0 → 0.2.0
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.tar.gz.sig +0 -0
- data/History.txt +3 -0
- data/TODO +1 -1
- data/lib/ean/ean.rb +1 -1
- data/lib/ean/version.rb +1 -1
- metadata +28 -5
- metadata.gz.sig +0 -0
    
        data.tar.gz.sig
    CHANGED
    
    | Binary file | 
    
        data/History.txt
    CHANGED
    
    
    
        data/TODO
    CHANGED
    
    | @@ -1,3 +1,3 @@ | |
| 1 1 | 
             
            * Integration with upcdatabase.com (either via XML-RPC or downloaded filed, need to decide what's needed first)
         | 
| 2 2 |  | 
| 3 | 
            -
            * Support more formats.  Which  | 
| 3 | 
            +
            * Support more formats.  Which ones is the real question.  Will take contributions (with specs!)
         | 
    
        data/lib/ean/ean.rb
    CHANGED
    
    
    
        data/lib/ean/version.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification 
         | 
| 2 2 | 
             
            name: ean
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version 
         | 
| 4 | 
            -
              version: 0. | 
| 4 | 
            +
              version: 0.2.0
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors: 
         | 
| 7 7 | 
             
            - Pascal Belloncle (nano RAILS)
         | 
| @@ -30,17 +30,38 @@ cert_chain: | |
| 30 30 | 
             
              TCvXyw==
         | 
| 31 31 | 
             
              -----END CERTIFICATE-----
         | 
| 32 32 |  | 
| 33 | 
            -
            date:  | 
| 33 | 
            +
            date: 2010-02-15 00:00:00 -08:00
         | 
| 34 34 | 
             
            default_executable: 
         | 
| 35 35 | 
             
            dependencies: 
         | 
| 36 | 
            +
            - !ruby/object:Gem::Dependency 
         | 
| 37 | 
            +
              name: rubyforge
         | 
| 38 | 
            +
              type: :development
         | 
| 39 | 
            +
              version_requirement: 
         | 
| 40 | 
            +
              version_requirements: !ruby/object:Gem::Requirement 
         | 
| 41 | 
            +
                requirements: 
         | 
| 42 | 
            +
                - - ">="
         | 
| 43 | 
            +
                  - !ruby/object:Gem::Version 
         | 
| 44 | 
            +
                    version: 2.0.3
         | 
| 45 | 
            +
                version: 
         | 
| 46 | 
            +
            - !ruby/object:Gem::Dependency 
         | 
| 47 | 
            +
              name: gemcutter
         | 
| 48 | 
            +
              type: :development
         | 
| 49 | 
            +
              version_requirement: 
         | 
| 50 | 
            +
              version_requirements: !ruby/object:Gem::Requirement 
         | 
| 51 | 
            +
                requirements: 
         | 
| 52 | 
            +
                - - ">="
         | 
| 53 | 
            +
                  - !ruby/object:Gem::Version 
         | 
| 54 | 
            +
                    version: 0.3.0
         | 
| 55 | 
            +
                version: 
         | 
| 36 56 | 
             
            - !ruby/object:Gem::Dependency 
         | 
| 37 57 | 
             
              name: hoe
         | 
| 58 | 
            +
              type: :development
         | 
| 38 59 | 
             
              version_requirement: 
         | 
| 39 60 | 
             
              version_requirements: !ruby/object:Gem::Requirement 
         | 
| 40 61 | 
             
                requirements: 
         | 
| 41 62 | 
             
                - - ">="
         | 
| 42 63 | 
             
                  - !ruby/object:Gem::Version 
         | 
| 43 | 
            -
                    version:  | 
| 64 | 
            +
                    version: 2.5.0
         | 
| 44 65 | 
             
                version: 
         | 
| 45 66 | 
             
            description: Provide validation/generation for UPC/EAN/GTIN numbers
         | 
| 46 67 | 
             
            email: psq@nanorails.com
         | 
| @@ -72,6 +93,8 @@ files: | |
| 72 93 | 
             
            - tasks/rspec.rake
         | 
| 73 94 | 
             
            has_rdoc: true
         | 
| 74 95 | 
             
            homepage: http://blog.nanorails.com/ean-upc
         | 
| 96 | 
            +
            licenses: []
         | 
| 97 | 
            +
             | 
| 75 98 | 
             
            post_install_message: 
         | 
| 76 99 | 
             
            rdoc_options: 
         | 
| 77 100 | 
             
            - --main
         | 
| @@ -93,9 +116,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 93 116 | 
             
            requirements: []
         | 
| 94 117 |  | 
| 95 118 | 
             
            rubyforge_project: ean
         | 
| 96 | 
            -
            rubygems_version: 1. | 
| 119 | 
            +
            rubygems_version: 1.3.5
         | 
| 97 120 | 
             
            signing_key: 
         | 
| 98 | 
            -
            specification_version:  | 
| 121 | 
            +
            specification_version: 3
         | 
| 99 122 | 
             
            summary: Provide validation/generation for UPC/EAN/GTIN numbers
         | 
| 100 123 | 
             
            test_files: []
         | 
| 101 124 |  | 
    
        metadata.gz.sig
    CHANGED
    
    | Binary file |