ezgit 0.1.1

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.
@@ -0,0 +1,3 @@
1
+ module Ezgit
2
+ VERSION = "0.1.1"
3
+ end
metadata ADDED
@@ -0,0 +1,74 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ezgit
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.1
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - AJ James
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-08-11 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: EZGit is a simple interface for working with git repositories
15
+ email: ajjames@msn.com
16
+ executables:
17
+ - ez
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - lib/ezgit/commands/clean!.rb
22
+ - lib/ezgit/commands/clean.rb
23
+ - lib/ezgit/commands/clone.rb
24
+ - lib/ezgit/commands/commit.rb
25
+ - lib/ezgit/commands/create.rb
26
+ - lib/ezgit/commands/delete.rb
27
+ - lib/ezgit/commands/goto.rb
28
+ - lib/ezgit/commands/info.rb
29
+ - lib/ezgit/commands/move.rb
30
+ - lib/ezgit/commands/pull.rb
31
+ - lib/ezgit/commands/push.rb
32
+ - lib/ezgit/commands/reset.rb
33
+ - lib/ezgit/commands/switch!.rb
34
+ - lib/ezgit/commands/switch.rb
35
+ - lib/ezgit/commands/tree.rb
36
+ - lib/ezgit/commands/update.rb
37
+ - lib/ezgit/commands.rb
38
+ - lib/ezgit/ez_command.rb
39
+ - lib/ezgit/git.rb
40
+ - lib/ezgit/run.rb
41
+ - lib/ezgit/string.rb
42
+ - lib/ezgit/trollop.rb
43
+ - lib/ezgit/version.rb
44
+ - lib/ezgit.rb
45
+ - bin/ez
46
+ - bin/ez.bat
47
+ - bin/wac.exe
48
+ - README.md
49
+ homepage: http://github.com/ajjames/ezgit
50
+ licenses:
51
+ - MIT
52
+ post_install_message:
53
+ rdoc_options: []
54
+ require_paths:
55
+ - lib
56
+ required_ruby_version: !ruby/object:Gem::Requirement
57
+ none: false
58
+ requirements:
59
+ - - ! '>='
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ required_rubygems_version: !ruby/object:Gem::Requirement
63
+ none: false
64
+ requirements:
65
+ - - ! '>='
66
+ - !ruby/object:Gem::Version
67
+ version: '0'
68
+ requirements: []
69
+ rubyforge_project:
70
+ rubygems_version: 1.8.15
71
+ signing_key:
72
+ specification_version: 3
73
+ summary: ezgit
74
+ test_files: []