Skip to content

Commit

Permalink
description and readme typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Macario Ortega committed Mar 16, 2011
1 parent 8255e0b commit b77c68f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/live/version.rb
@@ -1,3 +1,3 @@
module Live
VERSION = "0.1.1"
VERSION = "0.1.2"
end
4 changes: 2 additions & 2 deletions live.gemspec
Expand Up @@ -9,8 +9,8 @@ Gem::Specification.new do |s|
s.authors = ["Macario Ortega"]
s.email = ["macarui@gmail.com"]
s.homepage = "http://github.com/maca/live"
s.summary = %q{Live is like IRC only it is meant to be used from a text editor}
s.description = %q{Live is like IRC only it is meant to be used from a text editor, it essentially polls a *nix pipe and evaluates its contents.
s.summary = %q{Live is like irb only it is meant to be used from a text editor}
s.description = %q{Live is like irb only it is meant to be used from a text editor, it essentially polls a *nix pipe and evaluates its contents.
It was devised for audiovisual livecoding (ruby-processing and scruby), a block can be bound to a key and can be called later by a keystroke.}

s.post_install_message = File.read("#{File.dirname(__FILE__)}/README.rdoc")
Expand Down

0 comments on commit b77c68f

Please sign in to comment.