gold 0.3.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.
metadata ADDED
@@ -0,0 +1,96 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: gold
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.3.1
5
+ platform: ruby
6
+ authors:
7
+ - Gaspard Bucher
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-10-02 00:00:00 +02:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: bones
17
+ type: :development
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 2.5.1
24
+ version:
25
+ description: |-
26
+ This is the workflow we use when developing zena.
27
+
28
+ The main idea is that developers work on feature branches on their fork and send an
29
+ email to the reviewer when work is ready. The reviewer pulls from these branches,
30
+ checks that all is good and either apply the commits to the gold master or abort.
31
+
32
+ There is a script called 'gold' that helps use this workflow once the remote references
33
+ are added.
34
+
35
+ Any questions ? Ask zena's mailing list: http://zenadmin.org/en/community
36
+
37
+ ~~
38
+ email: gaspard@teti.ch
39
+ executables:
40
+ - gold
41
+ extensions: []
42
+
43
+ extra_rdoc_files:
44
+ - History.txt
45
+ - README.txt
46
+ - bin/gold
47
+ files:
48
+ - History.txt
49
+ - README.txt
50
+ - Rakefile
51
+ - bin/gold
52
+ - lib/gold.rb
53
+ - tasks/ann.rake
54
+ - tasks/bones.rake
55
+ - tasks/gem.rake
56
+ - tasks/git.rake
57
+ - tasks/notes.rake
58
+ - tasks/post_load.rake
59
+ - tasks/rdoc.rake
60
+ - tasks/rubyforge.rake
61
+ - tasks/setup.rb
62
+ - tasks/spec.rake
63
+ - tasks/svn.rake
64
+ - tasks/test.rake
65
+ - tasks/zentest.rake
66
+ has_rdoc: true
67
+ homepage: http://zenadmin.org/574
68
+ licenses: []
69
+
70
+ post_install_message:
71
+ rdoc_options:
72
+ - --main
73
+ - README.txt
74
+ require_paths:
75
+ - lib
76
+ required_ruby_version: !ruby/object:Gem::Requirement
77
+ requirements:
78
+ - - ">="
79
+ - !ruby/object:Gem::Version
80
+ version: "0"
81
+ version:
82
+ required_rubygems_version: !ruby/object:Gem::Requirement
83
+ requirements:
84
+ - - ">="
85
+ - !ruby/object:Gem::Version
86
+ version: "0"
87
+ version:
88
+ requirements: []
89
+
90
+ rubyforge_project: gold
91
+ rubygems_version: 1.3.5
92
+ signing_key:
93
+ specification_version: 3
94
+ summary: Gold is a simple executable that helps git teamwork.
95
+ test_files: []
96
+