babosa 0.3.1 → 0.3.2
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.
| 
         @@ -15,7 +15,7 @@ module Babosa 
     | 
|
| 
       15 
15 
     | 
    
         
             
                autoload :Russian,    "babosa/transliterator/russian"
         
     | 
| 
       16 
16 
     | 
    
         
             
                autoload :Serbian,    "babosa/transliterator/serbian"
         
     | 
| 
       17 
17 
     | 
    
         
             
                autoload :Spanish,    "babosa/transliterator/spanish"
         
     | 
| 
       18 
     | 
    
         
            -
                autoload : 
     | 
| 
      
 18 
     | 
    
         
            +
                autoload :Ukrainian,   "babosa/transliterator/ukrainian"
         
     | 
| 
       19 
19 
     | 
    
         | 
| 
       20 
20 
     | 
    
         
             
                def self.get(symbol)
         
     | 
| 
       21 
21 
     | 
    
         
             
                  const_get(symbol.to_s.classify)
         
     | 
    
        data/lib/babosa/version.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | 
         @@ -2,7 +2,7 @@ 
     | 
|
| 
       2 
2 
     | 
    
         
             
            name: babosa
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version 
         
     | 
| 
       4 
4 
     | 
    
         
             
              prerelease: 
         
     | 
| 
       5 
     | 
    
         
            -
              version: 0.3. 
     | 
| 
      
 5 
     | 
    
         
            +
              version: 0.3.2
         
     | 
| 
       6 
6 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       7 
7 
     | 
    
         
             
            authors: 
         
     | 
| 
       8 
8 
     | 
    
         
             
            - Norman Clarke
         
     | 
| 
         @@ -66,7 +66,7 @@ files: 
     | 
|
| 
       66 
66 
     | 
    
         
             
            - lib/babosa/transliterator/russian.rb
         
     | 
| 
       67 
67 
     | 
    
         
             
            - lib/babosa/transliterator/serbian.rb
         
     | 
| 
       68 
68 
     | 
    
         
             
            - lib/babosa/transliterator/spanish.rb
         
     | 
| 
       69 
     | 
    
         
            -
            - lib/babosa/transliterator/ 
     | 
| 
      
 69 
     | 
    
         
            +
            - lib/babosa/transliterator/ukrainian.rb
         
     | 
| 
       70 
70 
     | 
    
         
             
            - lib/babosa/utf8/active_support_proxy.rb
         
     | 
| 
       71 
71 
     | 
    
         
             
            - lib/babosa/utf8/dumb_proxy.rb
         
     | 
| 
       72 
72 
     | 
    
         
             
            - lib/babosa/utf8/java_proxy.rb
         
     | 
| 
         @@ -89,7 +89,7 @@ files: 
     | 
|
| 
       89 
89 
     | 
    
         
             
            - spec/transliterators/russian_spec.rb
         
     | 
| 
       90 
90 
     | 
    
         
             
            - spec/transliterators/serbian_spec.rb
         
     | 
| 
       91 
91 
     | 
    
         
             
            - spec/transliterators/spanish_spec.rb
         
     | 
| 
       92 
     | 
    
         
            -
            - spec/transliterators/ 
     | 
| 
      
 92 
     | 
    
         
            +
            - spec/transliterators/ukrainian_spec.rb
         
     | 
| 
       93 
93 
     | 
    
         
             
            - spec/utf8_proxy_spec.rb
         
     | 
| 
       94 
94 
     | 
    
         
             
            - .gemtest
         
     | 
| 
       95 
95 
     | 
    
         
             
            has_rdoc: true
         
     |