🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

b2

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

b2

0.0.2
Rubygems
Version published
Maintainers
1
Created
Source

B2

Ruby Wrapper for Backblaze B2 Api

Installation

Add this line to your application's Gemfile:

gem 'b2'

And then execute:

$ bundle

Or install it yourself as:

$ gem install b2

Usage

Write your api key in config/initializers/b2.rb

B2.configuration do |config|
  config.application_key = YOUR-APPLICATION-KEY
  config.account_id = YOUR-ACCOUNT-ID
end

To-Do

  • More doc for api call
  • integrate with carrierwave
  • Test Unit

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/metalkoholic/b2.

  • Fork it ( https://github.com/metalkoholic/b2/fork )
  • Create your feature branch (git checkout -b new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin new-feature)
  • Create a new Pull Request

License

The gem is available as open source under the terms of the MIT License.

FAQs

Package last updated on 10 Mar 2016

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