git_ocd 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. data/Gemfile.lock +1 -1
  2. data/README.md +10 -10
  3. data/lib/git_ocd/version.rb +1 -1
  4. metadata +3 -3
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- git_ocd (0.1.1)
4
+ git_ocd (0.1.2)
5
5
  listen (~> 2.4.1)
6
6
  methadone (~> 1.3.1)
7
7
 
data/README.md CHANGED
@@ -1,24 +1,24 @@
1
1
  # GitOcd
2
2
 
3
- TODO: Write a gem description
3
+ GitOCD watches a git repo for changes and automatically commits/pushes those changes.
4
4
 
5
- ## Installation
5
+ GitOCD is a terrible idea, well-executed. Have you every wanted your local repo to stay in sync with a remote repo, but you found the whole 'git add', 'git commit', 'git push' cycle was wearing you out? Simply run `git_ocd repo_path` and anytime you save a file in the repo, it'll automatically add, commit, and push the changes.
6
6
 
7
- Add this line to your application's Gemfile:
7
+ **What could possibly go wrong?** :)
8
8
 
9
- gem 'git_ocd'
9
+ ## Installation
10
10
 
11
- And then execute:
11
+ To install, just run:
12
12
 
13
- $ bundle
13
+ gem install git_ocd
14
14
 
15
- Or install it yourself as:
15
+ ## Usage
16
16
 
17
- $ gem install git_ocd
17
+ To use, just run:
18
18
 
19
- ## Usage
19
+ $ git_ocd some_path
20
20
 
21
- TODO: Write usage instructions here
21
+ To see options (such as delay timing), just run `git_ocd --help`.
22
22
 
23
23
  ## Contributing
24
24
 
@@ -1,3 +1,3 @@
1
1
  module GitOcd
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git_ocd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -180,7 +180,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
180
180
  version: '0'
181
181
  segments:
182
182
  - 0
183
- hash: -1586818917989800141
183
+ hash: 4448622793499613882
184
184
  required_rubygems_version: !ruby/object:Gem::Requirement
185
185
  none: false
186
186
  requirements:
@@ -189,7 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
189
189
  version: '0'
190
190
  segments:
191
191
  - 0
192
- hash: -1586818917989800141
192
+ hash: 4448622793499613882
193
193
  requirements: []
194
194
  rubyforge_project:
195
195
  rubygems_version: 1.8.23