Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructuring the Gem #85

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jan 25, 2018

  1. Created version file and updated gemspec

    Edwin Rozario committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    3f63e33 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2018

  1. - Moved client to a different file

    - Added a request class for firebase
    - Fixed specs for the above changes
    Edwin Rozario committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    28e0e63 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. - Aliased Client methods

    - Defined Firebase::Database class to Replace CLient later
    - Rubocop fixes
    Edwin Rozario committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    8f73dec View commit details
    Browse the repository at this point in the history
  2. README updates

    Edwin Rozario committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    f148a2a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into ed/ruby-updates

    Edwin Rozario committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    d20b5d6 View commit details
    Browse the repository at this point in the history
  4. Why : Ruby 1.9 dosent support hash params for a method & string to sy…

    …mbol keys
    
    What : Reverting these
    Edwin Rozario committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    c17bd5a View commit details
    Browse the repository at this point in the history