git-confident 0.0.1 → 0.0.2

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 +0 -9
  2. data/Rakefile +1 -0
  3. data/lib/git/confident.rb +1 -1
  4. metadata +6 -6
data/README.rdoc CHANGED
@@ -50,12 +50,3 @@ If that is the case, just create the branch locally and check it out.
50
50
  * gitback[http://github.com/brycethornton/gitback] - very similar to this project, but sets up the repository from a config file.
51
51
  * Desktop backup systems
52
52
  * Time machine (on OS X)
53
-
54
- = TODO
55
-
56
- Restore:
57
-
58
- if options[ :restore ]
59
- `rsync -av --no-p --no-g --no-implied-dirs --files-from=- ./ /`
60
- exit
61
- end
data/Rakefile CHANGED
@@ -24,6 +24,7 @@ spec = Gem::Specification.new do |s|
24
24
 
25
25
  s.files = ADMIN_FILES +
26
26
  SOURCE_FILES
27
+ s.executables += [ 'git-confident' ]
27
28
  s.require_paths = [ 'lib' ]
28
29
  s.add_dependency( 'rake', '>= 0.8.7' )
29
30
  s.add_dependency( 'git', '>= 1.2.5' )
data/lib/git/confident.rb CHANGED
@@ -8,7 +8,7 @@ module Git
8
8
  module VERSION #:nodoc:
9
9
  MAJOR = 0
10
10
  MINOR = 0
11
- TINY = 1
11
+ TINY = 2
12
12
 
13
13
  STRING = [ MAJOR, MINOR, TINY ].join( '.' )
14
14
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-confident
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Joe Yates
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-09-02 00:00:00 +01:00
18
+ date: 2010-09-03 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -52,8 +52,8 @@ dependencies:
52
52
  version_requirements: *id002
53
53
  description: Provides git-confident
54
54
  email: joe.g.yates@gmail.com
55
- executables: []
56
-
55
+ executables:
56
+ - git-confident
57
57
  extensions: []
58
58
 
59
59
  extra_rdoc_files: