rails_pwnerer 0.4.9 → 0.4.10

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,5 @@
1
+ v0.4.10. Added gems needed to monitor system health.
2
+
1
3
  v0.4.9. Added app directory cleanup before backup.
2
4
 
3
5
  v0.4.8. Implemented app directory cleanup (removes cached .js and .css files) on 'update'.
@@ -14,7 +14,7 @@ class RailsPwnage::Scaffolds::Gems
14
14
 
15
15
  def install_tools
16
16
  # TODO: an application should have its own tools
17
- install_gems %w(mechanize sys-proctable rmagick pdf-writer highline echoe)
17
+ install_gems %w(mechanize sys-cpu sys-proctable sys-uname sys-uptime rmagick pdf-writer highline echoe)
18
18
  end
19
19
 
20
20
  # runner
@@ -1,16 +1,16 @@
1
1
 
2
- # Gem::Specification for Rails_pwnerer-0.4.9
2
+ # Gem::Specification for Rails_pwnerer-0.4.10
3
3
  # Originally generated by Echoe
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = %q{rails_pwnerer}
7
- s.version = "0.4.9"
7
+ s.version = "0.4.10"
8
8
 
9
9
  s.specification_version = 2 if s.respond_to? :specification_version=
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.authors = ["Victor Costan"]
13
- s.date = %q{2008-04-27}
13
+ s.date = %q{2008-05-12}
14
14
  s.default_executable = %q{rpwn}
15
15
  s.description = %q{Rails deployment tool/hack.}
16
16
  s.email = %q{victor@costan.us}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_pwnerer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.9
4
+ version: 0.4.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Costan
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-04-27 00:00:00 -04:00
12
+ date: 2008-05-12 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies: []
15
15