public
Description: A tool to simplify working with remote branches
Homepage: http://grb.rubyforge.org/
Clone URL: git://github.com/webmat/git_remote_branch.git
Click here to lend your support to: git_remote_branch and make a donation at www.pledgie.com !
git_remote_branch / git_remote_branch.gemspec
100644 121 lines (117 sloc) 2.737 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
--- !ruby/object:Gem::Specification
name: git_remote_branch
version: !ruby/object:Gem::Version
  version: 0.3.0
platform: ruby
authors:
- Mathieu Martin
- Carl Mercier
autorequire:
bindir: bin
cert_chain: []
 
date: 2008-11-14 00:00:00 -05:00
default_executable:
dependencies:
- !ruby/object:Gem::Dependency
  name: colored
  type: :runtime
  version_requirement:
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: "1.1"
    version:
description: git_remote_branch is a learning tool to ease the interaction with remote branches in simple situations.
email: webmat@gmail.com
executables:
- grb
extensions: []
 
extra_rdoc_files:
- README.rdoc
files:
- bin
- bin/grb
- CHANGELOG
- lib
- lib/constants.rb
- lib/git_remote_branch.rb
- lib/param_reader.rb
- lib/state.rb
- lib/string_ext.rb
- lib/version.rb
- LICENSE
- Rakefile
- README.rdoc
- tasks
- tasks/gem.rake
- tasks/rdoc.rake
- tasks/test.rake
- test
- test/functional
- test/functional/grb_test.rb
- test/helpers
- test/helpers/array_extensions.rb
- test/helpers/constants.rb
- test/helpers/extractable.rb
- test/helpers/git_helper.rb
- test/helpers/in_dir.rb
- test/helpers/more_assertions.rb
- test/helpers/shoulda_functional_helpers.rb
- test/helpers/shoulda_unit_helpers.rb
- test/helpers/temp_dir_helper.rb
- test/test_helper.rb
- test/unit
- test/unit/git_helper_test.rb
- test/unit/git_remote_branch_test.rb
- test/unit/param_reader_test.rb
- test/unit/state_test.rb
- vendor
- vendor/capture_fu.rb
has_rdoc: true
homepage: http://github.com/webmat/git_remote_branch
post_install_message:
rdoc_options:
- --main
- README.rdoc
- --exclude
- lib
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: "0"
  version:
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: "0"
  version:
requirements: []
 
rubyforge_project: grb
rubygems_version: 1.3.0
signing_key:
specification_version: 2
summary: git_remote_branch eases the interaction with remote branches
test_files:
- test/functional
- test/functional/grb_test.rb
- test/helpers
- test/helpers/array_extensions.rb
- test/helpers/constants.rb
- test/helpers/extractable.rb
- test/helpers/git_helper.rb
- test/helpers/in_dir.rb
- test/helpers/more_assertions.rb
- test/helpers/shoulda_functional_helpers.rb
- test/helpers/shoulda_unit_helpers.rb
- test/helpers/temp_dir_helper.rb
- test/test_helper.rb
- test/unit
- test/unit/git_helper_test.rb
- test/unit/git_remote_branch_test.rb
- test/unit/param_reader_test.rb
- test/unit/state_test.rb