diff options
| author | mo khan <mo@mokhan.ca> | 2014-08-28 21:59:05 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-08-28 21:59:05 -0600 |
| commit | 0e63e246daba27b65bdb44b7a51bc51135c1098b (patch) | |
| tree | 364b7739ceab44197dae9249a387c0a8b9082e23 | |
| parent | ccbabca44f6f33c118c40154dadb0c7eed35b32a (diff) | |
bump version and add example in readme.v0.0.2
| -rw-r--r-- | README.md | 16 | ||||
| -rw-r--r-- | lib/camtasy/version.rb | 2 |
2 files changed, 5 insertions, 13 deletions
@@ -1,24 +1,16 @@ # Camtasy -TODO: Write a gem description +A fancy dancy cam server based on the gorgeous work of that lovely +[tenderlove](http://tenderlovemaking.com/2014/03/26/webcam-photos-with-ruby.html) ## Installation -Add this line to your application's Gemfile: - - gem 'camtasy' - -And then execute: - - $ bundle - -Or install it yourself as: - $ gem install camtasy ## Usage -TODO: Write usage instructions here + $ camtasy server + $ camtasy client | open -f -a /Applications/Preview.app ## Contributing diff --git a/lib/camtasy/version.rb b/lib/camtasy/version.rb index 5b5696c..7103c94 100644 --- a/lib/camtasy/version.rb +++ b/lib/camtasy/version.rb @@ -1,3 +1,3 @@ module Camtasy - VERSION = "0.0.1" + VERSION = "0.0.2" end |
