usabls 0.1.5 → 0.1.6
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 +4 -4
 - data/lib/usabls/basic_method.rb +7 -0
 - data/lib/usabls/methods/basic_object/#basic_send.rb +5 -0
 - data/usabls.gemspec +1 -1
 - metadata +4 -2
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA1:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: beab6ca1c72f6e69de977401c17f26bcafc8f716
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 50b1822ac200a649f834b0b872996d7ca9b23286
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 4b9ed10d7a6c8833fc7972967e83eab40f4fbd32aa5fccc37460c7dd7d8c04ee05a95455ee664766ae00b549b5fe8f379183c05bc616ae3a3141628deee3b223
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: bf7c6e6f6bd266e6fe6bbd50a305b517186e49a6fbd08468185b0e3ab79853b364e2789d698b46495bb57b5a1e560970ae4c9137cf23dad63007bdc1a5cd4be9
         
     | 
    
        data/usabls.gemspec
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: usabls
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0.1. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.1.6
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - mosop
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: exe
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date: 2015-12- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2015-12-13 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: usabl
         
     | 
| 
         @@ -82,10 +82,12 @@ files: 
     | 
|
| 
       82 
82 
     | 
    
         
             
            - bin/console
         
     | 
| 
       83 
83 
     | 
    
         
             
            - bin/setup
         
     | 
| 
       84 
84 
     | 
    
         
             
            - lib/usabls.rb
         
     | 
| 
      
 85 
     | 
    
         
            +
            - lib/usabls/basic_method.rb
         
     | 
| 
       85 
86 
     | 
    
         
             
            - lib/usabls/const.rb
         
     | 
| 
       86 
87 
     | 
    
         
             
            - lib/usabls/inflection.rb
         
     | 
| 
       87 
88 
     | 
    
         
             
            - lib/usabls/methods.rb
         
     | 
| 
       88 
89 
     | 
    
         
             
            - lib/usabls/methods/array/#options!.rb
         
     | 
| 
      
 90 
     | 
    
         
            +
            - lib/usabls/methods/basic_object/#basic_send.rb
         
     | 
| 
       89 
91 
     | 
    
         
             
            - lib/usabls/methods/module/#try_super.rb
         
     | 
| 
       90 
92 
     | 
    
         
             
            - lib/usabls/methods/string/#constize.rb
         
     | 
| 
       91 
93 
     | 
    
         
             
            - lib/usabls/methods/string/#pascalize.rb
         
     |