rails_pwnerer 0.6.0 → 0.6.1

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.6.1. Added build-essential back into scaffolding, so gem installs work.
2
+
1
3
  v0.6.0. Replaced mongrel with thin, for better performance.
2
4
 
3
5
  v0.5.19. Bugfix: the nginx configuration is set up for static serving out of public/
@@ -7,7 +7,8 @@ class RailsPwnage::Scaffolds::Packages
7
7
  def install_management
8
8
  # dpkg-dev allows building from source
9
9
  # openssh-server allows us to ssh into the box
10
- install_packages %w(dpkg_dev openssh-server)
10
+ # build-essential is needed to install some gems
11
+ install_packages %w(dpkg_dev openssh-server build-essential)
11
12
 
12
13
  # subversion is needed to pull code from SVN repositories
13
14
  # should work from source, except package author decided to block that
@@ -1,11 +1,11 @@
1
1
 
2
- # Gem::Specification for Rails_pwnerer-0.6.0
2
+ # Gem::Specification for Rails_pwnerer-0.6.1
3
3
  # Originally generated by Echoe
4
4
 
5
5
  --- !ruby/object:Gem::Specification
6
6
  name: rails_pwnerer
7
7
  version: !ruby/object:Gem::Version
8
- version: 0.6.0
8
+ version: 0.6.1
9
9
  platform: ruby
10
10
  authors:
11
11
  - Victor Costan
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.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Costan