arunthampi-injour 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.rdoc +6 -1
  2. data/lib/injour/version.rb +1 -1
  3. metadata +1 -1
@@ -2,10 +2,15 @@
2
2
 
3
3
  An evolution of the In/Out app which 37Signals uses. A distributed In/Out, if you will.
4
4
 
5
- == Installation
5
+ == Installation from GitHub Gems
6
6
 
7
7
  sudo gem install dnssd
8
8
  sudo gem install arunthampi-injour --source=http://gems.github.com
9
+
10
+ == Installation from Source (More reliable)
11
+ git clone git://github.com/arunthampi/injour.git
12
+ cd injour
13
+ rake install
9
14
 
10
15
  == Usage
11
16
 
@@ -1,3 +1,3 @@
1
1
  module Injour
2
- VERSION = "0.1.1".freeze
2
+ VERSION = "0.1.2".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arunthampi-injour
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arun Thampi