salesforce_bulk_query 0.2.0
A library for downloading data from Salesforce Bulk API. We only focus on querying, other operations of the API aren't supported. Designed to handle a lot of data.
          Gemfile:
          =
        
        
          install:
          =
        
      Runtime Dependencies (2):
            json
            ~> 1.8
          
          
            xml-simple
            ~> 1.1
          
    Development Dependencies (8):
            coveralls
            ~> 0.7
          
          
            multi_json
            ~> 1.9
          
          
            pry
            ~> 0.9
          
          
            pry-stack_explorer
            ~> 0.4
          
          
            rake
            ~> 10.3
          
          
            restforce
            ~> 1.4
          
          
            rspec
            ~> 2.14
          
          
            webmock
            ~> 1.20
          
    