elibri_api_client 1.1.2 → 1.1.3
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.
- data/README.rdoc +1 -0
 - data/elibri_api_client.gemspec +1 -1
 - data/lib/elibri_api_client/version.rb +1 -1
 - metadata +3 -3
 
    
        data/README.rdoc
    CHANGED
    
    | 
         @@ -29,6 +29,7 @@ 
     | 
|
| 
       29 
29 
     | 
    
         
             
              elibri.pending_queues.each do |pending_queue|
         
     | 
| 
       30 
30 
     | 
    
         
             
                # Wykonuj blok, dopoki sa dane w kolejce
         
     | 
| 
       31 
31 
     | 
    
         
             
                pending_queue.each_pop(:count => 10) do |pop|
         
     | 
| 
      
 32 
     | 
    
         
            +
                  next if pop.xml.blank?
         
     | 
| 
       32 
33 
     | 
    
         
             
                  puts pop.onix.release
         
     | 
| 
       33 
34 
     | 
    
         
             
                  pop.onix.products.each do |product|
         
     | 
| 
       34 
35 
     | 
    
         
             
                  	puts "#{product.record_reference} #{product.isbn13} #{product.publisher.name} #{product.full_title}"
         
     | 
    
        data/elibri_api_client.gemspec
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | 
         @@ -1,13 +1,13 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification 
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: elibri_api_client
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version 
         
     | 
| 
       4 
     | 
    
         
            -
              hash:  
     | 
| 
      
 4 
     | 
    
         
            +
              hash: 21
         
     | 
| 
       5 
5 
     | 
    
         
             
              prerelease: 
         
     | 
| 
       6 
6 
     | 
    
         
             
              segments: 
         
     | 
| 
       7 
7 
     | 
    
         
             
              - 1
         
     | 
| 
       8 
8 
     | 
    
         
             
              - 1
         
     | 
| 
       9 
     | 
    
         
            -
              -  
     | 
| 
       10 
     | 
    
         
            -
              version: 1.1. 
     | 
| 
      
 9 
     | 
    
         
            +
              - 3
         
     | 
| 
      
 10 
     | 
    
         
            +
              version: 1.1.3
         
     | 
| 
       11 
11 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       12 
12 
     | 
    
         
             
            authors: 
         
     | 
| 
       13 
13 
     | 
    
         
             
            - "Marcin Urba\xC5\x84ski"
         
     |