
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
= fluently
Fluently (http://fluent.ly/) helps you translate your application into other languages. The fluently gem provides a rake task that will sync your project's default locale up to the Fluently servers, and conversely sync any translations on the Fluently servers in to your local codebase.
== Install
$ gem sources -a http://gems.github.com (you only have to do this once) $ sudo gem install 16watts-fluently
== Setup
Put the following in a Rakefile in the root of your project.
=== Cocoa project
require 'rubygems' require 'fluently' require 'fluently/rake/cocoa/task' Fluently::Rake::Task.new do |t| t.api_key = "abc123" t.api_secret = "xyz456" end
=== Ruby on Rails project
require 'rubygems' require 'fluently' require 'fluently/rake/rails/task' Fluently::Rake::Task.new do |t| t.api_key = "abc123" t.api_secret = "xyz456" end
== Usage
$ rake fluently:sync
or simply
$ rake fluently
== Other project types
Usually this is as easy as examining the Marshal objects included with this gem. We'll incorporate Marshals written by the community in future versions -- just fork this project on github and issue a pull request.
== Copyright
Copyright (c) 2009 16watts. See LICENSE for details.
FAQs
Unknown package
We found that 16watts-fluently 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
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.