ralf 0.1.5 → 1.0.0

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,7 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ralf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ prerelease: false
5
+ segments:
6
+ - 1
7
+ - 0
8
+ - 0
9
+ version: 1.0.0
5
10
  platform: ruby
6
11
  authors:
7
12
  - Klaas Jan Wierenga
@@ -10,77 +15,150 @@ autorequire:
10
15
  bindir: bin
11
16
  cert_chain: []
12
17
 
13
- date: 2010-02-17 00:00:00 +01:00
14
- default_executable:
18
+ date: 2010-05-21 00:00:00 +02:00
19
+ default_executable: ralf
15
20
  dependencies:
21
+ - !ruby/object:Gem::Dependency
22
+ name: rspec
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ requirements:
26
+ - - ">="
27
+ - !ruby/object:Gem::Version
28
+ segments:
29
+ - 1
30
+ - 3
31
+ - 0
32
+ version: 1.3.0
33
+ type: :development
34
+ version_requirements: *id001
35
+ - !ruby/object:Gem::Dependency
36
+ name: fakeweb
37
+ prerelease: false
38
+ requirement: &id002 !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ segments:
43
+ - 1
44
+ - 2
45
+ - 8
46
+ version: 1.2.8
47
+ type: :development
48
+ version_requirements: *id002
16
49
  - !ruby/object:Gem::Dependency
17
50
  name: right_aws
18
- type: :runtime
19
- version_requirement:
20
- version_requirements: !ruby/object:Gem::Requirement
51
+ prerelease: false
52
+ requirement: &id003 !ruby/object:Gem::Requirement
21
53
  requirements:
22
54
  - - ">="
23
55
  - !ruby/object:Gem::Version
56
+ segments:
57
+ - 1
58
+ - 10
59
+ - 0
24
60
  version: 1.10.0
25
- version:
61
+ type: :runtime
62
+ version_requirements: *id003
26
63
  - !ruby/object:Gem::Dependency
27
64
  name: logmerge
28
- type: :runtime
29
- version_requirement:
30
- version_requirements: !ruby/object:Gem::Requirement
65
+ prerelease: false
66
+ requirement: &id004 !ruby/object:Gem::Requirement
31
67
  requirements:
32
68
  - - ">="
33
69
  - !ruby/object:Gem::Version
34
- version: 1.0.0
35
- version:
70
+ segments:
71
+ - 1
72
+ - 0
73
+ - 2
74
+ version: 1.0.2
75
+ type: :runtime
76
+ version_requirements: *id004
36
77
  - !ruby/object:Gem::Dependency
37
78
  name: chronic
38
- type: :runtime
39
- version_requirement:
40
- version_requirements: !ruby/object:Gem::Requirement
79
+ prerelease: false
80
+ requirement: &id005 !ruby/object:Gem::Requirement
41
81
  requirements:
42
82
  - - ">="
43
83
  - !ruby/object:Gem::Version
84
+ segments:
85
+ - 0
86
+ - 2
87
+ - 3
44
88
  version: 0.2.3
45
- version:
46
- description: " Download logfiles from Amazon S3 buckets to local disk and combine them in one Apache CLF per bucket\n"
89
+ type: :runtime
90
+ version_requirements: *id005
91
+ description: " Download logfiles from Amazon S3 buckets to local disk and combine them in one Apache CLF per bucket\n"
47
92
  email:
48
- executables: []
49
-
93
+ - k.j.wierenga@gmail.com
94
+ - leonb@beriedata.nl
95
+ executables:
96
+ - ralf
50
97
  extensions: []
51
98
 
52
- extra_rdoc_files: []
53
-
54
- files: []
55
-
99
+ extra_rdoc_files:
100
+ - README.rdoc
101
+ files:
102
+ - .gitignore
103
+ - README.rdoc
104
+ - Rakefile
105
+ - VERSION
106
+ - bin/ralf
107
+ - lib/ralf.rb
108
+ - lib/ralf/bucket.rb
109
+ - lib/ralf/config.rb
110
+ - lib/ralf/interpolation.rb
111
+ - lib/ralf/log.rb
112
+ - lib/ralf/option_parser.rb
113
+ - spec/fixtures/apache.log
114
+ - spec/fixtures/example_buckets.yaml
115
+ - spec/ralf/bucket_spec.rb
116
+ - spec/ralf/config_spec.rb
117
+ - spec/ralf/interpolation_spec.rb
118
+ - spec/ralf/log_spec.rb
119
+ - spec/ralf/option_parser_spec.rb
120
+ - spec/ralf_spec.rb
121
+ - spec/spec.opts
122
+ - spec/spec_helper.rb
123
+ - spec/support/fakeweb.rb
56
124
  has_rdoc: true
57
125
  homepage: http://github.com/kjwierenga/ralf
58
126
  licenses: []
59
127
 
60
128
  post_install_message:
61
129
  rdoc_options:
130
+ - --charset=UTF-8
62
131
  - --exclude
63
132
  - .
64
133
  require_paths:
65
- - .
134
+ - lib
66
135
  required_ruby_version: !ruby/object:Gem::Requirement
67
136
  requirements:
68
137
  - - ">="
69
138
  - !ruby/object:Gem::Version
139
+ segments:
140
+ - 0
70
141
  version: "0"
71
- version:
72
142
  required_rubygems_version: !ruby/object:Gem::Requirement
73
143
  requirements:
74
144
  - - ">="
75
145
  - !ruby/object:Gem::Version
146
+ segments:
147
+ - 0
76
148
  version: "0"
77
- version:
78
149
  requirements: []
79
150
 
80
151
  rubyforge_project:
81
- rubygems_version: 1.3.5
152
+ rubygems_version: 1.3.6
82
153
  signing_key:
83
154
  specification_version: 3
84
155
  summary: Retrieve Amazon Log Files
85
156
  test_files:
157
+ - spec/ralf/bucket_spec.rb
158
+ - spec/ralf/config_spec.rb
159
+ - spec/ralf/interpolation_spec.rb
160
+ - spec/ralf/log_spec.rb
161
+ - spec/ralf/option_parser_spec.rb
86
162
  - spec/ralf_spec.rb
163
+ - spec/spec_helper.rb
164
+ - spec/support/fakeweb.rb