0.01
No commit activity in last 3 years
No release in over 3 years
Gem that includes Typed.js, in the Rails Asset Pipeline introduced in Rails 3.1
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0
>= 3.1

Runtime

>= 3.1
 Project Readme

typedjs-rails

This gem just includes Typed.js as an asset in the Rails 3.1 (or newer) asset pipeline.

The current version in the gem is Typed.js 2.0.9

Installation

Add the gem to the Gemfile

gem "typedjs-rails", "~> 2.0.9"

Usage

In your JavaScript manifest (e.g. application.js)

//= require typed

Licensing

Typed.js, which makes up the majority of this gem, has its own licensing.

The gem itself is released under the MIT license