Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Sology/diffbot-ruby-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: diffbot/diffbot-ruby-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 11 files changed
  • 10 contributors

Commits on Jun 3, 2014

  1. Add gemspec

    Antonio Scandurra committed Jun 3, 2014
    Configuration menu
    Copy the full SHA
    d8f9c28 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Antonio Scandurra committed Jun 3, 2014
    Configuration menu
    Copy the full SHA
    aea34d3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from as-cii/gemspec

    Add Gemspec
    miketung committed Jun 3, 2014
    Configuration menu
    Copy the full SHA
    2bb57a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2014

  1. Namespace registered Faraday middleware

    Just namespacing the code for a middleware in a module is, sadly, not
    enough, as the name when you register it might clash with middleware
    from other libraries that register the same type of middleware (for
    example, the [Twitter ruby gem][1] registers a `:parse_json` middleware,
    which provokes projects using both the twitter and diffbot gems to raise
    an error when an error response comes back from twitter.
    
    [1]: https://github.com/sferik/twitter
    foca committed Sep 15, 2014
    Configuration menu
    Copy the full SHA
    32c403e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from foca/namespace-faraday-middleware

    Namespace registered Faraday middleware
    miketung committed Sep 15, 2014
    Configuration menu
    Copy the full SHA
    9826eaa View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2015

  1. update gem location

    druwynings committed Jul 27, 2015
    Configuration menu
    Copy the full SHA
    b590239 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2015

  1. Add missing syntax highlighting to README

    One of the code blocks appeared to have been missed :)
    Ross Penman committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    d2ae823 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from penman/patch-1

    Add missing syntax highlighting to README
    miketung committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    81cde91 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2016

  1. Configuration menu
    Copy the full SHA
    f16dbf8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from chrismear/undefined-requesttimeout-error

    Fix that timeouts try to raise an undefined exception class.
    miketung authored Aug 15, 2016
    Configuration menu
    Copy the full SHA
    63764ab View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2017

  1. Use version 3 for custom APIs.

    Scott Martin committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    cead316 View commit details
    Browse the repository at this point in the history
  2. Use api.diffbot.com endpoint for v3 custom APIs.

    Scott Martin committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    baf446e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2017

  1. Merge pull request #5 from peoplepattern/master

    Use v3 for custom APIs
    johndavi authored Sep 18, 2017
    Configuration menu
    Copy the full SHA
    08ef493 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2018

  1. Handle 401 errors from Diffbot.

    Scott Martin committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    4aecef6 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2018

  1. Make the API parameter optional, because it causes Diffbot to waste t…

    …ime on large jobs, and prevent sending the same request twice when getting details.
    Scott Martin committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    6156677 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from peoplepattern/feature/api-optional

    Make the API parameter optional, because it causes Diffbot to waste t…
    scottmartinnet authored Jan 26, 2018
    Configuration menu
    Copy the full SHA
    30d81fa View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6 from peoplepattern/master

    Handle 401 errors from Diffbot.
    miketung authored Jan 26, 2018
    Configuration menu
    Copy the full SHA
    4f1373e View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. fixed Faraday::Error::ClientError

    Faraday::Error::ClientError was renamed to Faraday::ClientError in some later version of Faraday.  Faraday gem needed to be fixed to an older version in the .gemspec file.
    rick-diffbot authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    00a2535 View commit details
    Browse the repository at this point in the history
Loading