
Product
Introducing Socket Firewall Enterprise: Flexible, Configurable Protection for Modern Package Ecosystems
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.
This provides an extension to the summon gem to convert summon documents to refworks tagged format
It does this by implementing a single to_refworks method, which returns
a hash containing refworks tags as keys corresponding to field values.
require 'summon/refworks'
document = summon.search('shakespeare').first
document.to_refworks #=> {:RT => ['Play'], :T1 => ['Romeo and Juliet'], ...}
If you want to override the default mappings, you can do so by passing
in a hash of options to the to_refworks method where the keys are the
refworks tag names, and the values are either a value, a symbol or a proc
Content type mappings can be found in lib/summon/refworks/RT.yaml
Other field mappings are found in lib/summon/refworks/mappings.rb
summon-refworks requires ruby > 1.9.2
Gemfile
gem 'summon-refworks'
standalone
gem install summon-refworks
FAQs
Unknown package
We found that summon-refworks demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.

Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.