Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bush_viper

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bush_viper

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

BushViper

Image credits: Mark Kostich

Installation

Add this line to the Gemfile of your application:

gem "bush_viper"

And then execute:

$ bundle

Or install it yourself as:

$ gem install bush_viper

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it ( https://github.com/koriroys/bush_viper/fork )
  2. Create your feature branch (git checkout -b your-initials/your-new-feature)
  3. Commit your changes (git commit -am "Reasoning for feature")
  4. Push to the branch (git push origin your-initials/your-new-feature)
  5. Create a new Pull Request

Testing

For running the tests you will need an access token. Since Mendeley offers no way to authenticate without a browser callback flow, the easiest way to get a token is to go to dev.mendeley.com and login. Copy the access_token from the url.

Create a .env file in the main directory, then make it look like this:

ACCESS_TOKEN=<access_token>

(<access_token> being the token you just copied)

Then, to run the tests:

$ rake

The first time you run the tests, it will make calls to the Mendeley API. After that, VCR will kick in and the recorded cassetes will make the tests much faster.

I recommend using a throwaway Mendeley account since the tests will create quite a few dummy objects using the account.

FAQs

Package last updated on 30 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc