gitsync 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.rdoc +14 -1
  2. data/VERSION +1 -1
  3. data/gitsync.gemspec +2 -2
  4. metadata +3 -3
@@ -1,6 +1,19 @@
1
1
  = gitsync
2
2
 
3
- Gitsync will watch a directory for changes then automatically commit any changed files.
3
+ Gitsync is a command line tool that watchess a directory for changes then automatically commits any changed files.
4
+
5
+ == Using
6
+
7
+ Gitsync consists of 2 tools: one runs on a server, and one runs on the client. They're basic syntaxes are the same.
8
+
9
+ Server:
10
+ autosync -d /path/to/folder/
11
+
12
+ Client:
13
+ gitsync -d /path/to/folder/
14
+
15
+ The autosync command, as it's name implies, commits files automatically on change. The service only needs to be running in the background:
16
+ autosync -d /path/to/folder/ &
4
17
 
5
18
  == Contributing to gitsync
6
19
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{gitsync}
8
- s.version = "0.2.0"
8
+ s.version = "0.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Nic Haynes"]
@@ -37,7 +37,7 @@ Gem::Specification.new do |s|
37
37
  s.homepage = %q{http://github.com/nicinabox/gitsync}
38
38
  s.licenses = ["MIT"]
39
39
  s.require_paths = ["lib"]
40
- s.rubygems_version = %q{1.5.0}
40
+ s.rubygems_version = %q{1.5.2}
41
41
  s.summary = %q{Autosync watched directories in git}
42
42
  s.test_files = [
43
43
  "test/helper.rb",
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: gitsync
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.0
5
+ version: 0.2.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Nic Haynes
@@ -97,7 +97,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
97
97
  requirements:
98
98
  - - ">="
99
99
  - !ruby/object:Gem::Version
100
- hash: 303322601375303751
100
+ hash: -3054387293606983003
101
101
  segments:
102
102
  - 0
103
103
  version: "0"
@@ -110,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  requirements: []
111
111
 
112
112
  rubyforge_project:
113
- rubygems_version: 1.5.0
113
+ rubygems_version: 1.5.2
114
114
  signing_key:
115
115
  specification_version: 3
116
116
  summary: Autosync watched directories in git