sprout 0.3.35

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of sprout might be problematic. Click here for more details.

metadata ADDED
@@ -0,0 +1,105 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.2
3
+ specification_version: 1
4
+ name: sprout
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.3.35
7
+ date: 2007-06-10 00:00:00 -07:00
8
+ summary: "Sprouts is an open-source, cross-platform project generation and configuration
9
+ tool."
10
+ require_paths:
11
+ - lib
12
+ email: lbayes@patternpark.com
13
+ homepage: http://www.patternpark.com
14
+ rubyforge_project: sprout
15
+ description: "Sprouts take the tedium and frustration out of creating new programming projects
16
+ by automatically installing and configuring external tools, libraries and build
17
+ tasks."
18
+ autorequire:
19
+ default_executable: sprout
20
+ bindir: bin
21
+ has_rdoc: false
22
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
23
+ requirements:
24
+ -
25
+ - ">"
26
+ - !ruby/object:Gem::Version
27
+ version: 0.0.0
28
+ version:
29
+ platform: ruby
30
+ signing_key:
31
+ cert_chain:
32
+ post_install_message:
33
+ authors:
34
+ - Luke Bayes
35
+ files:
36
+ - bin
37
+ - examples
38
+ - lib
39
+ - Manifest.txt
40
+ - MIT-LICENSE.txt
41
+ - pkg
42
+ - rakefile.rb
43
+ - scripts
44
+ - setup.rb
45
+ - test
46
+ - bin/sprout
47
+ - lib/command.rb
48
+ - lib/file_target.rb
49
+ - lib/generate.rb
50
+ - lib/library.rb
51
+ - lib/log.rb
52
+ - lib/platform.rb
53
+ - lib/progress_bar.rb
54
+ - lib/project.rb
55
+ - lib/project_model.rb
56
+ - lib/remote_file_loader.rb
57
+ - lib/remote_file_target.rb
58
+ - lib/sprout
59
+ - lib/sprout.rb
60
+ - lib/task.rb
61
+ - lib/template.rb
62
+ - lib/template_resolver.rb
63
+ - lib/tool.rb
64
+ - lib/user.rb
65
+ - lib/sprout/version.rb
66
+ test_files: []
67
+ rdoc_options:
68
+ - "--exclude"
69
+ - "."
70
+ extra_rdoc_files: []
71
+ executables:
72
+ - sprout
73
+ extensions: []
74
+ requirements: []
75
+ dependencies:
76
+ - !ruby/object:Gem::Dependency
77
+ name: rake
78
+ version_requirement:
79
+ version_requirements: !ruby/object:Gem::Version::Requirement
80
+ requirements:
81
+ -
82
+ - ">="
83
+ - !ruby/object:Gem::Version
84
+ version: 0.7.1
85
+ version:
86
+ - !ruby/object:Gem::Dependency
87
+ name: rubyzip
88
+ version_requirement:
89
+ version_requirements: !ruby/object:Gem::Version::Requirement
90
+ requirements:
91
+ -
92
+ - ">="
93
+ - !ruby/object:Gem::Version
94
+ version: 0.9.1
95
+ version:
96
+ - !ruby/object:Gem::Dependency
97
+ name: archive-tar-minitar
98
+ version_requirement:
99
+ version_requirements: !ruby/object:Gem::Version::Requirement
100
+ requirements:
101
+ -
102
+ - ">="
103
+ - !ruby/object:Gem::Version
104
+ version: 0.5.1
105
+ version: