textgoeshere-daemon-kit 0.1.8rc3 → 0.1.8.31

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.
@@ -13,7 +13,7 @@ $:.unshift( File.dirname(__FILE__).to_absolute_path ) unless
13
13
  $:.include?( File.dirname(__FILE__).to_absolute_path )
14
14
 
15
15
  module DaemonKit
16
- VERSION = '0.1.8rc3'
16
+ VERSION = '0.1.8.31'
17
17
 
18
18
  autoload :Initializer, 'daemon_kit/initializer'
19
19
  autoload :Application, 'daemon_kit/application'
@@ -50,7 +50,7 @@ module DaemonKit
50
50
  def load_initializer
51
51
  begin
52
52
  require 'rubygems' unless defined?( ::Gem )
53
- gem 'daemon-kit'
53
+ gem 'textgoeshere-daemon-kit'
54
54
  require 'daemon_kit/initializer'
55
55
  rescue ::Gem::LoadError => e
56
56
  msg = <<EOF
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{textgoeshere-daemon-kit}
8
- s.version = "0.1.8rc2"
8
+ s.version = "0.1.8.31"
9
9
 
10
- s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["kenneth.kalmer@gmail.com"]
12
- s.date = %q{2010-04-14}
12
+ s.date = %q{2010-06-16}
13
13
  s.default_executable = %q{daemon-kit}
14
14
  s.description = %q{daemon-kit aims to simplify creating Ruby daemons by providing a sound application skeleton (through a generator), task specific generators (jabber bot, etc) and robust environment management code.}
15
15
  s.email = %q{kenneth.kalmer@gmail.com}
@@ -37,7 +37,6 @@ Gem::Specification.new do |s|
37
37
  "TODO.txt",
38
38
  "bin/daemon-kit",
39
39
  "config/website.yml",
40
- "daemon-kit.gemspec",
41
40
  "lib/daemon_kit.rb",
42
41
  "lib/daemon_kit/abstract_logger.rb",
43
42
  "lib/daemon_kit/amqp.rb",
@@ -75,37 +74,37 @@ Gem::Specification.new do |s|
75
74
  "lib/daemon_kit/tasks/god.rake",
76
75
  "lib/daemon_kit/tasks/log.rake",
77
76
  "lib/daemon_kit/tasks/monit.rake",
78
- "lib/daemon_kit/vendor/thor-0.12.3/CHANGELOG.rdoc",
79
- "lib/daemon_kit/vendor/thor-0.12.3/LICENSE",
80
- "lib/daemon_kit/vendor/thor-0.12.3/README.rdoc",
81
- "lib/daemon_kit/vendor/thor-0.12.3/Thorfile",
82
- "lib/daemon_kit/vendor/thor-0.12.3/lib/thor.rb",
83
- "lib/daemon_kit/vendor/thor-0.12.3/lib/thor/actions.rb",
84
- "lib/daemon_kit/vendor/thor-0.12.3/lib/thor/actions/create_file.rb",
85
- "lib/daemon_kit/vendor/thor-0.12.3/lib/thor/actions/directory.rb",
86
- "lib/daemon_kit/vendor/thor-0.12.3/lib/thor/actions/empty_directory.rb",
87
- "lib/daemon_kit/vendor/thor-0.12.3/lib/thor/actions/file_manipulation.rb",
88
- "lib/daemon_kit/vendor/thor-0.12.3/lib/thor/actions/inject_into_file.rb",
89
- "lib/daemon_kit/vendor/thor-0.12.3/lib/thor/base.rb",
90
- "lib/daemon_kit/vendor/thor-0.12.3/lib/thor/core_ext/file_binary_read.rb",
91
- "lib/daemon_kit/vendor/thor-0.12.3/lib/thor/core_ext/hash_with_indifferent_access.rb",
92
- "lib/daemon_kit/vendor/thor-0.12.3/lib/thor/core_ext/ordered_hash.rb",
93
- "lib/daemon_kit/vendor/thor-0.12.3/lib/thor/error.rb",
94
- "lib/daemon_kit/vendor/thor-0.12.3/lib/thor/group.rb",
95
- "lib/daemon_kit/vendor/thor-0.12.3/lib/thor/invocation.rb",
96
- "lib/daemon_kit/vendor/thor-0.12.3/lib/thor/parser.rb",
97
- "lib/daemon_kit/vendor/thor-0.12.3/lib/thor/parser/argument.rb",
98
- "lib/daemon_kit/vendor/thor-0.12.3/lib/thor/parser/arguments.rb",
99
- "lib/daemon_kit/vendor/thor-0.12.3/lib/thor/parser/option.rb",
100
- "lib/daemon_kit/vendor/thor-0.12.3/lib/thor/parser/options.rb",
101
- "lib/daemon_kit/vendor/thor-0.12.3/lib/thor/rake_compat.rb",
102
- "lib/daemon_kit/vendor/thor-0.12.3/lib/thor/runner.rb",
103
- "lib/daemon_kit/vendor/thor-0.12.3/lib/thor/shell.rb",
104
- "lib/daemon_kit/vendor/thor-0.12.3/lib/thor/shell/basic.rb",
105
- "lib/daemon_kit/vendor/thor-0.12.3/lib/thor/shell/color.rb",
106
- "lib/daemon_kit/vendor/thor-0.12.3/lib/thor/task.rb",
107
- "lib/daemon_kit/vendor/thor-0.12.3/lib/thor/util.rb",
108
- "lib/daemon_kit/vendor/thor-0.12.3/lib/thor/version.rb",
77
+ "lib/daemon_kit/vendor/thor-0.13.6/CHANGELOG.rdoc",
78
+ "lib/daemon_kit/vendor/thor-0.13.6/LICENSE",
79
+ "lib/daemon_kit/vendor/thor-0.13.6/README.rdoc",
80
+ "lib/daemon_kit/vendor/thor-0.13.6/Thorfile",
81
+ "lib/daemon_kit/vendor/thor-0.13.6/lib/thor.rb",
82
+ "lib/daemon_kit/vendor/thor-0.13.6/lib/thor/actions.rb",
83
+ "lib/daemon_kit/vendor/thor-0.13.6/lib/thor/actions/create_file.rb",
84
+ "lib/daemon_kit/vendor/thor-0.13.6/lib/thor/actions/directory.rb",
85
+ "lib/daemon_kit/vendor/thor-0.13.6/lib/thor/actions/empty_directory.rb",
86
+ "lib/daemon_kit/vendor/thor-0.13.6/lib/thor/actions/file_manipulation.rb",
87
+ "lib/daemon_kit/vendor/thor-0.13.6/lib/thor/actions/inject_into_file.rb",
88
+ "lib/daemon_kit/vendor/thor-0.13.6/lib/thor/base.rb",
89
+ "lib/daemon_kit/vendor/thor-0.13.6/lib/thor/core_ext/file_binary_read.rb",
90
+ "lib/daemon_kit/vendor/thor-0.13.6/lib/thor/core_ext/hash_with_indifferent_access.rb",
91
+ "lib/daemon_kit/vendor/thor-0.13.6/lib/thor/core_ext/ordered_hash.rb",
92
+ "lib/daemon_kit/vendor/thor-0.13.6/lib/thor/error.rb",
93
+ "lib/daemon_kit/vendor/thor-0.13.6/lib/thor/group.rb",
94
+ "lib/daemon_kit/vendor/thor-0.13.6/lib/thor/invocation.rb",
95
+ "lib/daemon_kit/vendor/thor-0.13.6/lib/thor/parser.rb",
96
+ "lib/daemon_kit/vendor/thor-0.13.6/lib/thor/parser/argument.rb",
97
+ "lib/daemon_kit/vendor/thor-0.13.6/lib/thor/parser/arguments.rb",
98
+ "lib/daemon_kit/vendor/thor-0.13.6/lib/thor/parser/option.rb",
99
+ "lib/daemon_kit/vendor/thor-0.13.6/lib/thor/parser/options.rb",
100
+ "lib/daemon_kit/vendor/thor-0.13.6/lib/thor/rake_compat.rb",
101
+ "lib/daemon_kit/vendor/thor-0.13.6/lib/thor/runner.rb",
102
+ "lib/daemon_kit/vendor/thor-0.13.6/lib/thor/shell.rb",
103
+ "lib/daemon_kit/vendor/thor-0.13.6/lib/thor/shell/basic.rb",
104
+ "lib/daemon_kit/vendor/thor-0.13.6/lib/thor/shell/color.rb",
105
+ "lib/daemon_kit/vendor/thor-0.13.6/lib/thor/task.rb",
106
+ "lib/daemon_kit/vendor/thor-0.13.6/lib/thor/util.rb",
107
+ "lib/daemon_kit/vendor/thor-0.13.6/lib/thor/version.rb",
109
108
  "lib/daemon_kit/xmpp.rb",
110
109
  "lib/generators/daemon_kit/amqp/USAGE",
111
110
  "lib/generators/daemon_kit/amqp/amqp_generator.rb",
@@ -115,7 +114,7 @@ Gem::Specification.new do |s|
115
114
  "lib/generators/daemon_kit/app/USAGE",
116
115
  "lib/generators/daemon_kit/app/app_generator.rb",
117
116
  "lib/generators/daemon_kit/app/templates/Gemfile",
118
- "lib/generators/daemon_kit/app/templates/README",
117
+ "lib/generators/daemon_kit/app/templates/README.tt",
119
118
  "lib/generators/daemon_kit/app/templates/Rakefile",
120
119
  "lib/generators/daemon_kit/app/templates/bin/daemon.tt",
121
120
  "lib/generators/daemon_kit/app/templates/config/arguments.rb",
@@ -208,7 +207,8 @@ Gem::Specification.new do |s|
208
207
  "test/test_helper.rb",
209
208
  "test/test_nanite_agent_generator.rb",
210
209
  "test/test_ruote_generator.rb",
211
- "test/test_test_unit_generator.rb"
210
+ "test/test_test_unit_generator.rb",
211
+ "textgoeshere-daemon-kit.gemspec"
212
212
  ]
213
213
  s.homepage = %q{http://github.com/kennethkalmer/daemon-kit}
214
214
  s.post_install_message = %q{
@@ -220,34 +220,34 @@ To get started quickly run 'daemon-kit' without any arguments
220
220
  }
221
221
  s.rdoc_options = ["--charset=UTF-8"]
222
222
  s.require_paths = ["lib"]
223
- s.rubygems_version = %q{1.3.5}
224
- s.summary = %q{Opinionated framework for Ruby daemons}
223
+ s.rubygems_version = %q{1.3.7}
224
+ s.summary = %q{Build of opinionated framework for Ruby daemons}
225
225
  s.test_files = [
226
- "spec/abstract_logger_spec.rb",
227
- "spec/argument_spec.rb",
228
- "spec/config_spec.rb",
226
+ "spec/config_spec.rb",
229
227
  "spec/configurable_spec.rb",
230
- "spec/daemon_kit_spec.rb",
231
228
  "spec/error_handlers_spec.rb",
232
- "spec/initializer_spec.rb",
229
+ "spec/abstract_logger_spec.rb",
233
230
  "spec/spec_helper.rb",
234
- "test/test_amqp_generator.rb",
235
- "test/test_cron_generator.rb",
236
- "test/test_daemon-kit_generator.rb",
237
- "test/test_daemon_kit_config.rb",
231
+ "spec/initializer_spec.rb",
232
+ "spec/argument_spec.rb",
233
+ "spec/daemon_kit_spec.rb",
234
+ "test/test_nanite_agent_generator.rb",
238
235
  "test/test_deploy_capistrano_generator.rb",
236
+ "test/test_ruote_generator.rb",
237
+ "test/test_test_unit_generator.rb",
238
+ "test/test_daemon-kit_generator.rb",
239
239
  "test/test_generator_helper.rb",
240
+ "test/test_amqp_generator.rb",
240
241
  "test/test_helper.rb",
241
- "test/test_nanite_agent_generator.rb",
242
- "test/test_ruote_generator.rb",
243
- "test/test_test_unit_generator.rb"
242
+ "test/test_cron_generator.rb",
243
+ "test/test_daemon_kit_config.rb"
244
244
  ]
245
245
 
246
246
  if s.respond_to? :specification_version then
247
247
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
248
248
  s.specification_version = 3
249
249
 
250
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
250
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
251
251
  s.add_runtime_dependency(%q<eventmachine>, [">= 0.12.10"])
252
252
  s.add_development_dependency(%q<rspec>, [">= 0"])
253
253
  s.add_development_dependency(%q<cucumber>, [">= 0"])
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: textgoeshere-daemon-kit
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1765000962
5
- prerelease: true
4
+ hash: 89
5
+ prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 8rc3
10
- version: 0.1.8rc3
9
+ - 8
10
+ - 31
11
+ version: 0.1.8.31
11
12
  platform: ruby
12
13
  authors:
13
14
  - kenneth.kalmer@gmail.com
@@ -90,7 +91,6 @@ files:
90
91
  - TODO.txt
91
92
  - bin/daemon-kit
92
93
  - config/website.yml
93
- - daemon-kit.gemspec
94
94
  - lib/daemon_kit.rb
95
95
  - lib/daemon_kit/abstract_logger.rb
96
96
  - lib/daemon_kit/amqp.rb
@@ -262,6 +262,7 @@ files:
262
262
  - test/test_nanite_agent_generator.rb
263
263
  - test/test_ruote_generator.rb
264
264
  - test/test_test_unit_generator.rb
265
+ - textgoeshere-daemon-kit.gemspec
265
266
  has_rdoc: true
266
267
  homepage: http://github.com/kennethkalmer/daemon-kit
267
268
  licenses: []
@@ -289,14 +290,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
289
290
  required_rubygems_version: !ruby/object:Gem::Requirement
290
291
  none: false
291
292
  requirements:
292
- - - ">"
293
+ - - ">="
293
294
  - !ruby/object:Gem::Version
294
- hash: 25
295
+ hash: 3
295
296
  segments:
296
- - 1
297
- - 3
298
- - 1
299
- version: 1.3.1
297
+ - 0
298
+ version: "0"
300
299
  requirements: []
301
300
 
302
301
  rubyforge_project: