drep 0.3.3

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,117 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: drep
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.3.3
5
+ platform: ruby
6
+ authors:
7
+ - Toksaitov Dmitrii Alexandrovich
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-10-28 00:00:00 +06:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: nokogiri
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 1.3.2
24
+ version:
25
+ - !ruby/object:Gem::Dependency
26
+ name: newgem
27
+ type: :development
28
+ version_requirement:
29
+ version_requirements: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 1.5.1
34
+ version:
35
+ - !ruby/object:Gem::Dependency
36
+ name: hoe
37
+ type: :development
38
+ version_requirement:
39
+ version_requirements: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - ">="
42
+ - !ruby/object:Gem::Version
43
+ version: 2.3.3
44
+ version:
45
+ description: |-
46
+ DRep is a simple data collector and report generator. It can collect data through a specific
47
+ data provider and generate a report by populating a specified template with the picked up data.
48
+ email:
49
+ - drep.support@85.17.184.9
50
+ executables:
51
+ - drep
52
+ extensions: []
53
+
54
+ extra_rdoc_files:
55
+ - History.txt
56
+ - Manifest.txt
57
+ - PostInstall.txt
58
+ - README.txt
59
+ - "\xD1opying.txt"
60
+ files:
61
+ - History.txt
62
+ - Manifest.txt
63
+ - PostInstall.txt
64
+ - README.rdoc
65
+ - README.txt
66
+ - Rakefile
67
+ - assets/providers/drep_ml_provider.rb
68
+ - assets/rules/drep_wa_rules.rb
69
+ - assets/templates/drep_tda_template.erb
70
+ - bin/drep
71
+ - lib/drep.rb
72
+ - lib/drep/alterers/drep_extenders.rb
73
+ - lib/drep/alterers/drep_helpers.rb
74
+ - lib/drep/alterers/drep_validators.rb
75
+ - lib/drep/core/drep_binder.rb
76
+ - lib/drep/core/drep_environment.rb
77
+ - lib/drep/core/drep_executer.rb
78
+ - lib/drep/core/interfaces/drep_runnable.rb
79
+ - lib/drep/drep_cli.rb
80
+ - "\xD1opying.txt"
81
+ has_rdoc: true
82
+ homepage:
83
+ licenses: []
84
+
85
+ post_install_message: |-
86
+ Thank you for installing the DRep system
87
+
88
+ Please be sure to read Readme.rdoc and History.rdoc
89
+ for useful information about this release.
90
+
91
+ For more information on DRep, see http:/85.17.184.9/drep
92
+ rdoc_options:
93
+ - --main
94
+ - README.txt
95
+ require_paths:
96
+ - lib
97
+ required_ruby_version: !ruby/object:Gem::Requirement
98
+ requirements:
99
+ - - ">="
100
+ - !ruby/object:Gem::Version
101
+ version: "0"
102
+ version:
103
+ required_rubygems_version: !ruby/object:Gem::Requirement
104
+ requirements:
105
+ - - ">="
106
+ - !ruby/object:Gem::Version
107
+ version: "0"
108
+ version:
109
+ requirements: []
110
+
111
+ rubyforge_project: drep
112
+ rubygems_version: 1.3.5
113
+ signing_key:
114
+ specification_version: 3
115
+ summary: DRep is a simple data collector and report generator
116
+ test_files: []
117
+