
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
=====
The glide gem is a simple wrapper around the Glide UK api to retrieve quotes for the individual services you require in one go and sum up the totals.
gem 'glide'
sudo gem install 'glide'
Glide::api_key = "YourKeyGoesHere"
quotes = Glide.get_quote(["elec", "water", "gas"], {"water" => "SW1 0AA"}, 6, 1)
where the paramaters are as follows:
Glide.get_quote(service, extra, period, tenants)
service: Can be one or any combination of elec, water, gas, telephone, broadband and tv_license
extra: required additional information for certain services:
We use the GitHub issue tracker to track bugs and features. Before submitting a bug report or feature request, check to make sure it hasn't already been submitted. When submitting a bug report, please include a Gist that includes a stack trace and any details that may be necessary to reproduce the bug, including your gem version, Ruby version, and operating system. Ideally, a bug report should include a pull request with failing specs.
bundle exec rake spec
. If your specs pass, return to step 3.bundle exec rake spec
. If your specs fail, return to step 5.open coverage/index.html
. If your changes are not completely covered
by your tests, return to step 3.bundle exec rake yard
. If your changes are not 100% documented, go
back to step 8.Copyright (c) 2012 Volker Pacher See LICENSE for details.
FAQs
Unknown package
We found that glide demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.