
Security News
Oxlint Introduces Type-Aware Linting Preview
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
JavaScript source code for socialite.js wrapped in a rubygems shell.
socialite.js is a library to display social sharing buttons.
check http://socialitejs.com/ and https://github.com/dbushell/Socialite
This rubygem is a shell over the socialite.js
Its version will be the same as socialite.js and was created to:
socialite_js
will integrate socialite.js
in Ruby on Railssocialite_js-source
gem seperately, if you only want the js filesThe name of the gem is socialite_js-source. It contains a dashes because it sits under the namespace of socialite_js so you will be requiring 'socialite_js/source' not 'socialite-source' in your ruby code
see http://guides.rubygems.org/patterns/#consistent-naming under the "Use dashes for extensions" section
Seems like the socialite.js library does not follow any specific versioning
And btw hate the name of the gem.
@gnufied said it best on the #ruby-lang irc channel
the name socialite_js-source
is ugg
:-)
dkannan: me too but the name socialite is taken
dkannan: how about socialite_js-source
gnufied: ugg
Any other suggestions ? :-)
Add this line to your application's Gemfile:
gem 'socialite_js-source'
And then execute:
$ bundle
Or install it yourself as:
$ gem install socialite_js-source
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
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
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.