ddollar-github-backup 0.1.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/README.rdoc +3 -2
  2. data/Rakefile +1 -1
  3. data/VERSION +1 -1
  4. data/github-backup.gemspec +52 -0
  5. metadata +7 -5
data/README.rdoc CHANGED
@@ -14,8 +14,9 @@ To use it:
14
14
 
15
15
  === Seamless authentication using .gitconfig defaults
16
16
 
17
- You will need a <tt>~/.gitconfig</tt> file in place with a [github] section
18
- See: http://github.com/guides/tell-git-your-user-name-and-email-address)
17
+ You will need a <tt>~/.gitconfig</tt> file in place with a <tt>[github]</tt> section
18
+
19
+ See: http://github.com/guides/tell-git-your-user-name-and-email-address
19
20
 
20
21
  == Author
21
22
 
data/Rakefile CHANGED
@@ -9,7 +9,7 @@ begin
9
9
  gem.email = "<ddollar@gmail.com>"
10
10
  gem.homepage = "http://github.com/ddollar/github-backup"
11
11
  gem.authors = ["David Dollar"]
12
- gem.add_runtime_dependency 'ddollar-octopi', '= 0.0.13'
12
+ gem.add_runtime_dependency 'fcoury-octopi', '= 0.1.0'
13
13
  gem.default_executable = 'github-backup'
14
14
  end
15
15
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.2.1
@@ -0,0 +1,52 @@
1
+ # -*- encoding: utf-8 -*-
2
+
3
+ Gem::Specification.new do |s|
4
+ s.name = %q{github-backup}
5
+ s.version = "0.2.1"
6
+
7
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
+ s.authors = ["David Dollar"]
9
+ s.date = %q{2009-08-10}
10
+ s.default_executable = %q{github-backup}
11
+ s.email = %q{<ddollar@gmail.com>}
12
+ s.executables = ["github-backup"]
13
+ s.extra_rdoc_files = [
14
+ "LICENSE",
15
+ "README.rdoc"
16
+ ]
17
+ s.files = [
18
+ ".document",
19
+ ".gitignore",
20
+ "LICENSE",
21
+ "README.rdoc",
22
+ "Rakefile",
23
+ "VERSION",
24
+ "bin/github-backup",
25
+ "github-backup.gemspec",
26
+ "lib/github-backup.rb",
27
+ "test/github-backup_test.rb",
28
+ "test/test_helper.rb"
29
+ ]
30
+ s.homepage = %q{http://github.com/ddollar/github-backup}
31
+ s.rdoc_options = ["--charset=UTF-8"]
32
+ s.require_paths = ["lib"]
33
+ s.rubygems_version = %q{1.3.5}
34
+ s.summary = %q{Backup your Github repositories}
35
+ s.test_files = [
36
+ "test/github-backup_test.rb",
37
+ "test/test_helper.rb"
38
+ ]
39
+
40
+ if s.respond_to? :specification_version then
41
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
42
+ s.specification_version = 3
43
+
44
+ if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
45
+ s.add_runtime_dependency(%q<fcoury-octopi>, ["= 0.1.0"])
46
+ else
47
+ s.add_dependency(%q<fcoury-octopi>, ["= 0.1.0"])
48
+ end
49
+ else
50
+ s.add_dependency(%q<fcoury-octopi>, ["= 0.1.0"])
51
+ end
52
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ddollar-github-backup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Dollar
@@ -9,18 +9,18 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-07-14 00:00:00 -07:00
12
+ date: 2009-08-10 00:00:00 -07:00
13
13
  default_executable: github-backup
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
- name: ddollar-octopi
16
+ name: fcoury-octopi
17
17
  type: :runtime
18
18
  version_requirement:
19
19
  version_requirements: !ruby/object:Gem::Requirement
20
20
  requirements:
21
21
  - - "="
22
22
  - !ruby/object:Gem::Version
23
- version: 0.0.13
23
+ version: 0.1.0
24
24
  version:
25
25
  description:
26
26
  email: <ddollar@gmail.com>
@@ -39,11 +39,13 @@ files:
39
39
  - Rakefile
40
40
  - VERSION
41
41
  - bin/github-backup
42
+ - github-backup.gemspec
42
43
  - lib/github-backup.rb
43
44
  - test/github-backup_test.rb
44
45
  - test/test_helper.rb
45
46
  has_rdoc: false
46
47
  homepage: http://github.com/ddollar/github-backup
48
+ licenses:
47
49
  post_install_message:
48
50
  rdoc_options:
49
51
  - --charset=UTF-8
@@ -64,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
64
66
  requirements: []
65
67
 
66
68
  rubyforge_project:
67
- rubygems_version: 1.2.0
69
+ rubygems_version: 1.3.5
68
70
  signing_key:
69
71
  specification_version: 3
70
72
  summary: Backup your Github repositories