hola_b 0.0.0 → 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_b +2 -0
 - data/lib/hola_b/translator.rb +14 -0
 - data/lib/hola_b.rb +6 -3
 - metadata +10 -9
 
    
        checksums.yaml
    ADDED
    
    | 
         @@ -0,0 +1,7 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            ---
         
     | 
| 
      
 2 
     | 
    
         
            +
            SHA1:
         
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 22b5ed31ccabc66bcea0de70eea24af14be85652
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: b052d1f7fdddabed7d5bce8820670b031605eea5
         
     | 
| 
      
 5 
     | 
    
         
            +
            SHA512:
         
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 18585a5746dff195fda24c7b5fb7de18b5bf97a46327a7b7f7194b2487fdd069ff0992ddba710846a846266e4852335d06d47ddf3eb429125f6645088f67f384
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 295528784038c3ba70f8a525f0f36f3eb73476b0ffd406390f77191e83ef4e828e408844fb6b183ced767b5abbd36bad50c8e844b6be761b7b5ed43646b057ac
         
     | 
    
        data/bin/hola_b
    ADDED
    
    
    
        data/lib/hola_b.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | 
         @@ -1,8 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: hola_b
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0.0. 
     | 
| 
       5 
     | 
    
         
            -
              prerelease: 
         
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.0.1
         
     | 
| 
       6 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       7 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       8 
7 
     | 
    
         
             
            - Bozhidar Grigorov
         
     | 
| 
         @@ -13,34 +12,36 @@ date: 2014-12-27 00:00:00.000000000 Z 
     | 
|
| 
       13 
12 
     | 
    
         
             
            dependencies: []
         
     | 
| 
       14 
13 
     | 
    
         
             
            description: Test Hello world gem!
         
     | 
| 
       15 
14 
     | 
    
         
             
            email: bojko002@gmail.com
         
     | 
| 
       16 
     | 
    
         
            -
            executables: 
     | 
| 
      
 15 
     | 
    
         
            +
            executables:
         
     | 
| 
      
 16 
     | 
    
         
            +
            - hola_b
         
     | 
| 
       17 
17 
     | 
    
         
             
            extensions: []
         
     | 
| 
       18 
18 
     | 
    
         
             
            extra_rdoc_files: []
         
     | 
| 
       19 
19 
     | 
    
         
             
            files:
         
     | 
| 
      
 20 
     | 
    
         
            +
            - bin/hola_b
         
     | 
| 
       20 
21 
     | 
    
         
             
            - lib/hola_b.rb
         
     | 
| 
      
 22 
     | 
    
         
            +
            - lib/hola_b/translator.rb
         
     | 
| 
       21 
23 
     | 
    
         
             
            homepage: http://rubygems.org/gems/hola
         
     | 
| 
       22 
24 
     | 
    
         
             
            licenses:
         
     | 
| 
       23 
25 
     | 
    
         
             
            - MIT
         
     | 
| 
      
 26 
     | 
    
         
            +
            metadata: {}
         
     | 
| 
       24 
27 
     | 
    
         
             
            post_install_message: 
         
     | 
| 
       25 
28 
     | 
    
         
             
            rdoc_options: []
         
     | 
| 
       26 
29 
     | 
    
         
             
            require_paths:
         
     | 
| 
       27 
30 
     | 
    
         
             
            - lib
         
     | 
| 
       28 
31 
     | 
    
         
             
            required_ruby_version: !ruby/object:Gem::Requirement
         
     | 
| 
       29 
     | 
    
         
            -
              none: false
         
     | 
| 
       30 
32 
     | 
    
         
             
              requirements:
         
     | 
| 
       31 
     | 
    
         
            -
              - -  
     | 
| 
      
 33 
     | 
    
         
            +
              - - ">="
         
     | 
| 
       32 
34 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       33 
35 
     | 
    
         
             
                  version: '0'
         
     | 
| 
       34 
36 
     | 
    
         
             
            required_rubygems_version: !ruby/object:Gem::Requirement
         
     | 
| 
       35 
     | 
    
         
            -
              none: false
         
     | 
| 
       36 
37 
     | 
    
         
             
              requirements:
         
     | 
| 
       37 
     | 
    
         
            -
              - -  
     | 
| 
      
 38 
     | 
    
         
            +
              - - ">="
         
     | 
| 
       38 
39 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       39 
40 
     | 
    
         
             
                  version: '0'
         
     | 
| 
       40 
41 
     | 
    
         
             
            requirements: []
         
     | 
| 
       41 
42 
     | 
    
         
             
            rubyforge_project: 
         
     | 
| 
       42 
     | 
    
         
            -
            rubygems_version:  
     | 
| 
      
 43 
     | 
    
         
            +
            rubygems_version: 2.4.3
         
     | 
| 
       43 
44 
     | 
    
         
             
            signing_key: 
         
     | 
| 
       44 
     | 
    
         
            -
            specification_version:  
     | 
| 
      
 45 
     | 
    
         
            +
            specification_version: 4
         
     | 
| 
       45 
46 
     | 
    
         
             
            summary: Another Hola gem!
         
     | 
| 
       46 
47 
     | 
    
         
             
            test_files: []
         
     |