summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-08-28 21:59:05 -0600
committermo khan <mo@mokhan.ca>2014-08-28 21:59:05 -0600
commit0e63e246daba27b65bdb44b7a51bc51135c1098b (patch)
tree364b7739ceab44197dae9249a387c0a8b9082e23
parentccbabca44f6f33c118c40154dadb0c7eed35b32a (diff)
bump version and add example in readme.v0.0.2
-rw-r--r--README.md16
-rw-r--r--lib/camtasy/version.rb2
2 files changed, 5 insertions, 13 deletions
diff --git a/README.md b/README.md
index 0fea4f2..10a5af1 100644
--- a/README.md
+++ b/README.md
@@ -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