plow 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,121 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: plow
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Ryan Sobol
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-10-27 00:00:00 +08:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: rspec
17
+ type: :development
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - "="
22
+ - !ruby/object:Gem::Version
23
+ version: 1.2.8
24
+ version:
25
+ - !ruby/object:Gem::Dependency
26
+ name: yard
27
+ type: :development
28
+ version_requirement:
29
+ version_requirements: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "="
32
+ - !ruby/object:Gem::Version
33
+ version: 0.2.3.5
34
+ version:
35
+ - !ruby/object:Gem::Dependency
36
+ name: bluecloth
37
+ type: :development
38
+ version_requirement:
39
+ version_requirements: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - "="
42
+ - !ruby/object:Gem::Version
43
+ version: 2.0.5
44
+ version:
45
+ description: Plows the fertile soil of your filesystem into neatly organized plots of web-site templates
46
+ email: code@ryansobol.com
47
+ executables:
48
+ - plow
49
+ - plow1.9
50
+ extensions: []
51
+
52
+ extra_rdoc_files:
53
+ - LICENSE
54
+ - README.markdown
55
+ files:
56
+ - .gitignore
57
+ - .yardopts
58
+ - HISTORY
59
+ - LICENSE
60
+ - README.markdown
61
+ - ROAD-MAP
62
+ - Rakefile
63
+ - SECURITY
64
+ - VERSION
65
+ - bin/plow
66
+ - bin/plow1.9
67
+ - lib/plow.rb
68
+ - lib/plow/application.rb
69
+ - lib/plow/binding_struct.rb
70
+ - lib/plow/core_ext/object.rb
71
+ - lib/plow/errors.rb
72
+ - lib/plow/generator.rb
73
+ - lib/plow/strategy/ubuntu_hardy/templates/README.txt
74
+ - lib/plow/strategy/ubuntu_hardy/templates/apache2-vhost.conf
75
+ - lib/plow/strategy/ubuntu_hardy/user_home_web_app.rb
76
+ - spec/fixtures/passwd.txt
77
+ - spec/fixtures/vhost.conf
78
+ - spec/plow/application_spec.rb
79
+ - spec/plow/binding_struct_spec.rb
80
+ - spec/plow/errors_spec.rb
81
+ - spec/plow/generator_spec.rb
82
+ - spec/plow/strategy/ubuntu_hardy/user_home_web_app_spec.rb
83
+ - spec/plow_spec.rb
84
+ - spec/spec.opts
85
+ - spec/spec_helper.rb
86
+ has_rdoc: true
87
+ homepage: http://github.com/ryansobol/plow
88
+ licenses: []
89
+
90
+ post_install_message:
91
+ rdoc_options:
92
+ - --charset=UTF-8
93
+ require_paths:
94
+ - lib
95
+ required_ruby_version: !ruby/object:Gem::Requirement
96
+ requirements:
97
+ - - ">="
98
+ - !ruby/object:Gem::Version
99
+ version: "0"
100
+ version:
101
+ required_rubygems_version: !ruby/object:Gem::Requirement
102
+ requirements:
103
+ - - ">="
104
+ - !ruby/object:Gem::Version
105
+ version: "0"
106
+ version:
107
+ requirements: []
108
+
109
+ rubyforge_project: plow
110
+ rubygems_version: 1.3.5
111
+ signing_key:
112
+ specification_version: 3
113
+ summary: Plows the fertile soil of your filesystem into neatly organized plots of web-site templates
114
+ test_files:
115
+ - spec/plow/application_spec.rb
116
+ - spec/plow/binding_struct_spec.rb
117
+ - spec/plow/errors_spec.rb
118
+ - spec/plow/generator_spec.rb
119
+ - spec/plow/strategy/ubuntu_hardy/user_home_web_app_spec.rb
120
+ - spec/plow_spec.rb
121
+ - spec/spec_helper.rb