rubyforge 0.0.0 → 1.0.4

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 CHANGED
@@ -1,39 +1,87 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.8.11
3
- specification_version: 1
4
2
  name: rubyforge
5
3
  version: !ruby/object:Gem::Version
6
- version: 0.0.0
7
- date: 2005-11-06 00:00:00.000000 -07:00
8
- summary: rubyforge
9
- require_paths:
10
- - lib
11
- email: ara.t.howard@noaa.gov
12
- homepage: http://codeforpeople.com/lib/ruby/rubyforge/
13
- rubyforge_project:
14
- description:
15
- autorequire: rubyforge
16
- default_executable:
17
- bindir: bin
18
- has_rdoc: false
19
- required_ruby_version: !ruby/object:Gem::Version::Requirement
20
- requirements:
21
- -
22
- - ">"
23
- - !ruby/object:Gem::Version
24
- version: 0.0.0
25
- version:
4
+ version: 1.0.4
26
5
  platform: ruby
27
- signing_key:
28
- cert_chain:
29
6
  authors:
30
- - Ara T. Howard
31
- files:
32
- - bin/rubyforge
33
- test_files: []
34
- rdoc_options: []
35
- extra_rdoc_files: []
36
- executables: []
7
+ - Ryan Davis
8
+ - Eric Hodel
9
+ - Ara T Howard
10
+ autorequire:
11
+ bindir: bin
12
+ cert_chain: []
13
+
14
+ date: 2009-07-21 00:00:00 -07:00
15
+ default_executable:
16
+ dependencies: []
17
+
18
+ description: |-
19
+ A script which automates a limited set of rubyforge operations.
20
+
21
+ * Run 'rubyforge help' for complete usage.
22
+ * Setup: For first time users AND upgrades to 0.4.0:
23
+ * rubyforge setup (deletes your username and password, so run sparingly!)
24
+ * edit ~/.rubyforge/user-config.yml
25
+ * rubyforge config
26
+ * For all rubyforge upgrades, run 'rubyforge config' to ensure you have latest.
27
+ * Don't forget to login! logging in will store a cookie in your
28
+ .rubyforge directory which expires after a time. always run the
29
+ login command before any operation that requires authentication,
30
+ such as uploading a package.
31
+ email:
32
+ - ryand-ruby@zenspider.com
33
+ - drbrain@segment7.net
34
+ - ara.t.howard@gmail.com
35
+ executables:
36
+ - rubyforge
37
37
  extensions: []
38
+
39
+ extra_rdoc_files:
40
+ - History.txt
41
+ - Manifest.txt
42
+ - README.txt
43
+ files:
44
+ - History.txt
45
+ - Manifest.txt
46
+ - README.txt
47
+ - Rakefile
48
+ - bin/rubyforge
49
+ - lib/rubyforge.rb
50
+ - lib/rubyforge/client.rb
51
+ - lib/rubyforge/cookie_manager.rb
52
+ - test/test_rubyforge.rb
53
+ - test/test_rubyforge_client.rb
54
+ - test/test_rubyforge_cookie_manager.rb
55
+ has_rdoc: true
56
+ homepage: http://codeforpeople.rubyforge.org/rubyforge/
57
+ licenses: []
58
+
59
+ post_install_message:
60
+ rdoc_options:
61
+ - --main
62
+ - README.txt
63
+ require_paths:
64
+ - lib
65
+ required_ruby_version: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - ">="
68
+ - !ruby/object:Gem::Version
69
+ version: "0"
70
+ version:
71
+ required_rubygems_version: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: "0"
76
+ version:
38
77
  requirements: []
39
- dependencies: []
78
+
79
+ rubyforge_project: codeforpeople
80
+ rubygems_version: 1.3.4
81
+ signing_key:
82
+ specification_version: 3
83
+ summary: A script which automates a limited set of rubyforge operations
84
+ test_files:
85
+ - test/test_rubyforge.rb
86
+ - test/test_rubyforge_client.rb
87
+ - test/test_rubyforge_cookie_manager.rb