hola_dylang 0.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.
- checksums.yaml +7 -0
- data/bin/hola +4 -0
- data/lib/hola/translator.rb +17 -0
- data/lib/hola.rb +8 -0
- metadata +48 -0
    
        checksums.yaml
    ADDED
    
    | @@ -0,0 +1,7 @@ | |
| 1 | 
            +
            ---
         | 
| 2 | 
            +
            SHA1:
         | 
| 3 | 
            +
              metadata.gz: 4fb457ce2ea7063ca50a4492bbdabc4f2b86a97b
         | 
| 4 | 
            +
              data.tar.gz: 9c17d7c22b8c080115678091ada6cee4f8b8e218
         | 
| 5 | 
            +
            SHA512:
         | 
| 6 | 
            +
              metadata.gz: 69fd40bc4fb88c5a160b3dd8ca672b8f3c2cdc13139279d536c9c4522b5ecc663df4eb4ce482afd4aa50cd2e81e7161b93b2c9742143ad58f73ab850a71a6a78
         | 
| 7 | 
            +
              data.tar.gz: 81e7ffbb5ce82ce6cc5c128fb13afe4b542d543e3d2d033fdd5c22a0e7473508a8a049cdf94415ad1da0f8741317cc48063a3bd32cb0e80c7d275e77be46f3d0
         | 
    
        data/bin/hola
    ADDED
    
    
    
        data/lib/hola.rb
    ADDED
    
    
    
        metadata
    ADDED
    
    | @@ -0,0 +1,48 @@ | |
| 1 | 
            +
            --- !ruby/object:Gem::Specification
         | 
| 2 | 
            +
            name: hola_dylang
         | 
| 3 | 
            +
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            +
              version: 0.0.1
         | 
| 5 | 
            +
            platform: ruby
         | 
| 6 | 
            +
            authors:
         | 
| 7 | 
            +
            - Dylan Grant
         | 
| 8 | 
            +
            autorequire: 
         | 
| 9 | 
            +
            bindir: bin
         | 
| 10 | 
            +
            cert_chain: []
         | 
| 11 | 
            +
            date: 2013-11-04 00:00:00.000000000 Z
         | 
| 12 | 
            +
            dependencies: []
         | 
| 13 | 
            +
            description: Gem that executs a 'hello' string
         | 
| 14 | 
            +
            email: dgrant069@hotmail.com
         | 
| 15 | 
            +
            executables:
         | 
| 16 | 
            +
            - hola
         | 
| 17 | 
            +
            extensions: []
         | 
| 18 | 
            +
            extra_rdoc_files: []
         | 
| 19 | 
            +
            files:
         | 
| 20 | 
            +
            - lib/hola.rb
         | 
| 21 | 
            +
            - lib/hola/translator.rb
         | 
| 22 | 
            +
            - bin/hola
         | 
| 23 | 
            +
            homepage: http://rubygems.org/gems/hola
         | 
| 24 | 
            +
            licenses:
         | 
| 25 | 
            +
            - MIT
         | 
| 26 | 
            +
            metadata: {}
         | 
| 27 | 
            +
            post_install_message: 
         | 
| 28 | 
            +
            rdoc_options: []
         | 
| 29 | 
            +
            require_paths:
         | 
| 30 | 
            +
            - lib
         | 
| 31 | 
            +
            required_ruby_version: !ruby/object:Gem::Requirement
         | 
| 32 | 
            +
              requirements:
         | 
| 33 | 
            +
              - - '>='
         | 
| 34 | 
            +
                - !ruby/object:Gem::Version
         | 
| 35 | 
            +
                  version: '0'
         | 
| 36 | 
            +
            required_rubygems_version: !ruby/object:Gem::Requirement
         | 
| 37 | 
            +
              requirements:
         | 
| 38 | 
            +
              - - '>='
         | 
| 39 | 
            +
                - !ruby/object:Gem::Version
         | 
| 40 | 
            +
                  version: '0'
         | 
| 41 | 
            +
            requirements: []
         | 
| 42 | 
            +
            rubyforge_project: 
         | 
| 43 | 
            +
            rubygems_version: 2.0.3
         | 
| 44 | 
            +
            signing_key: 
         | 
| 45 | 
            +
            specification_version: 4
         | 
| 46 | 
            +
            summary: A hola world gem
         | 
| 47 | 
            +
            test_files: []
         | 
| 48 | 
            +
            has_rdoc: 
         |