Skip to content

Commit

Permalink
type in readme. more bragging in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasfl committed Nov 14, 2014
1 parent 2d9740f commit 43dfa13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -2,9 +2,9 @@ Filewatcher
===========

[![Gem Version](https://badge.fury.io/rb/filewatcher.svg)](http://badge.fury.io/rb/filewatcher)
[![Build Status](https://secure.travis-ci.org/judofyr/temple.png?branch=master)](http://travis-ci.org/judofyr/temple)
[![Dependency Status](https://gemnasium.com/judofyr/temple.png?travis)](https://gemnasium.com/judofyr/temple)
[![Code Climate](https://codeclimate.com/github/judofyr/temple.png)](https://codeclimate.com/github/judofyr/temple)
[![Build Status](https://secure.travis-ci.org/thomasfl/filewatcher.png?branch=master)](http://travis-ci.org/thomasfl/filewatcher)
[![Dependency Status](https://gemnasium.com/thomasfl/filewatcher.png?travis)](https://gemnasium.com/thomasfl/filewatcher)
[![Code Climate](https://codeclimate.com/github/thomasfl/filewatcher.png)](https://codeclimate.com/github/thomasfl/filewatcher)

Lightweight filewatcher weighing less than 200 LoC. No dependencies or platform specific code.
Works everywhere. Monitors changes in the filesystem by polling. No config files needed to run.
Expand Down
2 changes: 1 addition & 1 deletion filewatcher.gemspec
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.email = ['thomas.flemming@gmail.com']
s.homepage = 'http://github.com/thomasfl/filewatcher'
s.summary = 'Lighweight filewatcher.'
s.description = 'Detect changes in filesystem.'
s.description = 'Detect changes in filesystem. Works anywhere.'

s.require_paths = ['lib']
s.files = [
Expand Down

0 comments on commit 43dfa13

Please sign in to comment.