paymentsds-mpesa 0.1.0.pre.alpha.12 → 0.1.0.pre.alpha.13
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/paymentsds/mpesa/environment.rb +13 -0
 - data/lib/paymentsds/mpesa/version.rb +1 -1
 - metadata +2 -1
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 382655187d79e081000c1ce3b1cd664fa86e8d4d2397958e2add9875cf3b471c
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 144c2c56e1b236296e931db9dc870ef4fbec7f8727682423a3aa33710239a082
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 45148c1776339bbe17d8538636b97117f137fc0240a5a369c13351db1a0151d6fde8c3a556acd862c78aeb514a9c42b645ced4ded50ed1c80e2072545c16292f
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: '094269d5f9de88db2c0092cbd1105ad1e3aca770b44ce77d0fc2956cfb30afe136ce1e0a76561edf97cba80c314bf6b00a10b31fa97c5cd8766f748dcd45844f'
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: paymentsds-mpesa
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0.1.0.pre.alpha. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.1.0.pre.alpha.13
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Edson Michaque
         
     | 
| 
         @@ -113,6 +113,7 @@ files: 
     | 
|
| 
       113 
113 
     | 
    
         
             
            - lib/paymentsds/mpesa/client.rb
         
     | 
| 
       114 
114 
     | 
    
         
             
            - lib/paymentsds/mpesa/configuration.rb
         
     | 
| 
       115 
115 
     | 
    
         
             
            - lib/paymentsds/mpesa/constants.rb
         
     | 
| 
      
 116 
     | 
    
         
            +
            - lib/paymentsds/mpesa/environment.rb
         
     | 
| 
       116 
117 
     | 
    
         
             
            - lib/paymentsds/mpesa/error_type.rb
         
     | 
| 
       117 
118 
     | 
    
         
             
            - lib/paymentsds/mpesa/operation.rb
         
     | 
| 
       118 
119 
     | 
    
         
             
            - lib/paymentsds/mpesa/patterns.rb
         
     |