Project
Reverse Dependencies for rb-fsevent
The projects listed here declare rb-fsevent as a runtime or development dependency
0.0
Instant-upload is simply ajax upload for rails (with carrierwave).
2020
2021
2022
2023
2024
2025
0.0
Access iPod Shuffle 2nd gen from ruby
2020
2021
2022
2023
2024
2025
0.0
Simple JamScript highlighter
2020
2021
2022
2023
2024
2025
0.0
Rake tasks for running your Jasmine suite via a local browser or through SauceLabs
2020
2021
2022
2023
2024
2025
0.0
Generate Rails workflow engine from mind map: Freemind
2020
2021
2022
2023
2024
2025
0.0
A simple library for communicating with the join.me API (https://secure.join.me/welcome/webhelp/joinme/join.me/c_joinme_API.html)
2020
2021
2022
2023
2024
2025
0.0
coming soon
2020
2021
2022
2023
2024
2025
0.0
Execute deployments swiftly and safely using `rake promote`
2020
2021
2022
2023
2024
2025
0.0
Kekka is a parser of the XML format XRR
(XML Regatta Reporting: http://www.sailing.org/xml .) It accepts
XML on this format and sorts it in boat, event and result hashes.
2020
2021
2022
2023
2024
2025
0.0
Have you ever wanted to shoot a message throught Twitter, have your app pick it up, do some work on it, and report how long it takes? KingKong makes it slightly easier to do this with a DSL for writing custom pings and by providing basic reporting facilities that plug into graphing applications l...
2020
2021
2022
2023
2024
2025
0.0
create and manage choreographies for motors and lights on the Manta Rhei.
klear is the kinetic-light-engine archive format and is used by the
kinetic-light-engine runtime to drive the Manta Rhei installation.
2020
2021
2022
2023
2024
2025
0.0
A command line tool for generating kpigen data based on csv inputs
2020
2021
2022
2023
2024
2025
0.0
Kris Kross will make you jump jump between domains with cross origin requests
2020
2021
2022
2023
2024
2025
0.0
"Pull repositories and create puppet environment branches"
2020
2021
2022
2023
2024
2025
0.0
A very robust, custom, light-weight paginator. Based on the leaf gem which is based on the will_paginate gem.
2020
2021
2022
2023
2024
2025
0.0
A collection of scripts for common git tasks to simplify and improve workflow.
2020
2021
2022
2023
2024
2025
0.0
Ruby wrapper for Lelylan API
2020
2021
2022
2023
2024
2025
0.0
It is a tool to to index & search your text based documentation system.
It use solr for fulltext index.
2020
2021
2022
2023
2024
2025
0.0
# License
Create software licenses easily.
## Install
### Bundler: `gem 'license'`
### RubyGems: `gem install license`
## Usage
### Simple
```ruby
license = License::Software::MIT.new do |l|
l.year.start = 2012
l.author.name = 'Ryan Scott Lewis'
l.author.email = 'ryan@rynet.us'
end...
2020
2021
2022
2023
2024
2025
0.0
Some methods to detect whether an Enumerable object contains a constrained number of elements that match a given condition.
2020
2021
2022
2023
2024
2025