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

socialite_js-source

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

socialite_js-source

  • 0.0.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

SocialiteJs::Source

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:

  1. make it easier to bundle socialite.js in Rails apps. one step over manually copy-pasting js files
    can upgrade the gem to get a newer version of the js files.
  2. release management. version and specify a specific version of socialite.js in your Rails apps.
  3. other gems like socialite_js will integrate socialite.js in Ruby on Rails
    but can use the socialite_js-source gem seperately, if you only want the js files
    and want to integrate manually into your framework
Why does the gem name have dashes ?

The 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

TODO

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 ? :-)

Installation

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

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

FAQs

Package last updated on 13 May 2013

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