poolparty 1.3.1 → 1.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.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 1
3
2
  :major: 1
4
3
  :minor: 3
4
+ :patch: 3
data/config/jeweler.rb CHANGED
@@ -23,16 +23,15 @@ end
23
23
  s.authors = ["Ari Lerner", "Michael Fairchild", "Nate Murray"]
24
24
 
25
25
  s.test_files = Dir["test/**/test_*.rb"]
26
- excludes_regexp = ["lib/erlang"].one_of_regex
27
26
 
28
- s.files = (%w(Rakefile README.rdoc License.txt VERSION.yml) +
29
- Dir["{config,examples,lib,test,tasks,script,generators,bin,vendor}/**/*"]).delete_if{|f| f =~ excludes_regexp}
27
+ s.files = (%w(Rakefile README.rdoc License.txt VERSION.yml) + Dir["{config,examples,lib,test,tasks,script,generators,bin,vendor}/**/*"])
30
28
 
31
29
  s.files.exclude '**/*.beam'
32
30
  s.files.exclude "**/*/erl_crash.dump"
33
31
 
34
32
  s.has_rdoc = true
35
33
  s.extra_rdoc_files = ["README.txt", "License.txt", 'History.txt']
34
+ s.require_paths = ["lib"]
36
35
  s.rdoc_options = ['--quiet', '--title', 'PoolParty documentation',
37
36
  # "index.html",
38
37
  "--line-numbers",
@@ -11,7 +11,7 @@ module PoolParty
11
11
  :appended_path => nil,
12
12
  :owner => 'www-data',
13
13
  :mode =>'0744',
14
- :enviornment => 'production',
14
+ :environment => 'production',
15
15
  :deploy_dirs => false
16
16
  )
17
17
 
@@ -47,7 +47,7 @@ module PoolParty
47
47
  <VirtualHost *:#{port}>
48
48
  ServerName #{name}
49
49
  DocumentRoot #{site_directory}/public
50
- RailsEnv #{enviornment}
50
+ RailsEnv #{environment}
51
51
  ErrorLog #{log_dir}/error_log
52
52
  CustomLog #{log_dir}/access_log common
53
53
  </VirtualHost>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: poolparty
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ari Lerner
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2009-08-19 00:00:00 -04:00
14
+ date: 2009-08-19 00:00:00 -07:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
@@ -57,22 +57,22 @@ dependencies:
57
57
  description: "PoolParty: The easy, open-source, cross-cloud management solution"
58
58
  email: arilerner@mac.com
59
59
  executables:
60
- - cloud-ssh
61
- - cloud-verify
62
- - cloud-osxcopy
63
- - cloud-contract
64
- - cloud-start
65
- - cloud-thrift
60
+ - cloud
66
61
  - cloud-bootstrap
67
- - install-poolparty
68
- - cloud-terminate
62
+ - cloud-compile
63
+ - cloud-configure
69
64
  - cloud-console
65
+ - cloud-contract
66
+ - cloud-expand
70
67
  - cloud-list
68
+ - cloud-osxcopy
71
69
  - cloud-show
72
- - cloud-configure
73
- - cloud
74
- - cloud-expand
75
- - cloud-compile
70
+ - cloud-ssh
71
+ - cloud-start
72
+ - cloud-terminate
73
+ - cloud-thrift
74
+ - cloud-verify
75
+ - install-poolparty
76
76
  extensions: []
77
77
 
78
78
  extra_rdoc_files:
@@ -1066,10 +1066,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1066
1066
  requirements: []
1067
1067
 
1068
1068
  rubyforge_project:
1069
- rubygems_version: 1.3.3
1069
+ rubygems_version: 1.3.4
1070
1070
  signing_key:
1071
1071
  specification_version: 3
1072
1072
  summary: Self-healing, auto-scaling system administration, provisioning and maintaining tool that makes cloud computing easy and fun
1073
1073
  test_files:
1074
- - test/test_methods.rb
1075
1074
  - test/test_helper.rb
1075
+ - test/test_methods.rb