mack-distributed 0.8.1 → 0.8.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,35 @@
1
+ #--
2
+ # Addressable, Copyright (c) 2006-2008 Bob Aman
3
+ #
4
+ # Permission is hereby granted, free of charge, to any person obtaining
5
+ # a copy of this software and associated documentation files (the
6
+ # "Software"), to deal in the Software without restriction, including
7
+ # without limitation the rights to use, copy, modify, merge, publish,
8
+ # distribute, sublicense, and/or sell copies of the Software, and to
9
+ # permit persons to whom the Software is furnished to do so, subject to
10
+ # the following conditions:
11
+ #
12
+ # The above copyright notice and this permission notice shall be
13
+ # included in all copies or substantial portions of the Software.
14
+ #
15
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16
+ # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17
+ # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18
+ # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
19
+ # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
20
+ # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
21
+ # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22
+ #++
23
+
24
+ # Used to prevent the class/module from being loaded more than once
25
+ if !defined?(Addressable::VERSION)
26
+ module Addressable
27
+ module VERSION #:nodoc:
28
+ MAJOR = 2
29
+ MINOR = 0
30
+ TINY = 0
31
+
32
+ STRING = [MAJOR, MINOR, TINY].join('.')
33
+ end
34
+ end
35
+ end
@@ -1,3 +1,5 @@
1
+ require File.join(File.dirname(__FILE__), 'gems')
2
+
1
3
  require 'drb/acl'
2
4
  require 'addressable/uri'
3
5
  require 'ruby-debug'
@@ -1,3 +1,5 @@
1
+ require File.join(File.dirname(__FILE__), 'gems')
2
+
1
3
  # load tasks
2
4
  Dir.glob(File.join(File.dirname(__FILE__), 'mack-distributed', 'tasks', '*.rake')).each do |f|
3
5
  load(f)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mack-distributed
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - markbates
@@ -9,19 +9,9 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-10-26 00:00:00 -04:00
12
+ date: 2008-11-30 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
- - !ruby/object:Gem::Dependency
16
- name: addressable
17
- type: :runtime
18
- version_requirement:
19
- version_requirements: !ruby/object:Gem::Requirement
20
- requirements:
21
- - - "="
22
- - !ruby/object:Gem::Version
23
- version: 1.0.4
24
- version:
25
15
  - !ruby/object:Gem::Dependency
26
16
  name: mack-caching
27
17
  type: :runtime
@@ -30,7 +20,7 @@ dependencies:
30
20
  requirements:
31
21
  - - "="
32
22
  - !ruby/object:Gem::Version
33
- version: 0.8.1
23
+ version: 0.8.2
34
24
  version:
35
25
  description: Distributed Application Support for Mack Framework
36
26
  email: mark@mackframework.com
@@ -41,14 +31,35 @@ extensions: []
41
31
  extra_rdoc_files: []
42
32
 
43
33
  files:
34
+ - lib/gems
35
+ - lib/gems/addressable-2.0.0
36
+ - lib/gems/addressable-2.0.0/lib
37
+ - lib/gems/addressable-2.0.0/lib/addressable
38
+ - lib/gems/addressable-2.0.0/lib/addressable/idna.rb
39
+ - lib/gems/addressable-2.0.0/lib/addressable/uri.rb
40
+ - lib/gems/addressable-2.0.0/lib/addressable/version.rb
41
+ - lib/gems/cache
42
+ - lib/gems/doc
43
+ - lib/gems/gems
44
+ - lib/gems/specifications
45
+ - lib/gems.rb
46
+ - lib/mack-distributed
44
47
  - lib/mack-distributed/distributable.rb
45
48
  - lib/mack-distributed/distributed.rb
49
+ - lib/mack-distributed/errors
46
50
  - lib/mack-distributed/errors/errors.rb
51
+ - lib/mack-distributed/extensions
47
52
  - lib/mack-distributed/extensions/route_map.rb
48
53
  - lib/mack-distributed/extensions/urls.rb
54
+ - lib/mack-distributed/routes
49
55
  - lib/mack-distributed/routes/urls.rb
56
+ - lib/mack-distributed/tasks
50
57
  - lib/mack-distributed/tasks/ring_server_tasks.rake
58
+ - lib/mack-distributed/utils
51
59
  - lib/mack-distributed/utils/rinda.rb
60
+ - lib/mack-distributed/views
61
+ - lib/mack-distributed/views/rendering
62
+ - lib/mack-distributed/views/rendering/type
52
63
  - lib/mack-distributed/views/rendering/type/distributed.rb
53
64
  - lib/mack-distributed/views/rendering/type/layout.rb
54
65
  - lib/mack-distributed/views/view.rb
@@ -59,8 +70,8 @@ files:
59
70
  has_rdoc: true
60
71
  homepage: http://www.mackframework.com
61
72
  post_install_message:
62
- rdoc_options: []
63
-
73
+ rdoc_options:
74
+ - --exclude=gems/
64
75
  require_paths:
65
76
  - lib
66
77
  - bin
@@ -80,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
91
  requirements: []
81
92
 
82
93
  rubyforge_project: magrathea
83
- rubygems_version: 1.2.0
94
+ rubygems_version: 1.3.1
84
95
  signing_key:
85
96
  specification_version: 2
86
97
  summary: Distributed Application