rails_pwnerer 0.6.21 → 0.6.22

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/CHANGELOG CHANGED
@@ -1,3 +1,5 @@
1
+ v0.6.22. Fixed package name for git.
2
+
1
3
  v0.6.21. Mass-upgrade to all packages at the end of scaffolding.
2
4
 
3
5
  v0.6.20. Redirecting apt-get and dpkg input to /dev/null to avoid install-time prompts from mysql and dyndns.
@@ -16,7 +16,7 @@ class RailsPwnage::Scaffolds::Packages
16
16
 
17
17
  # rpwn doesn't deal with git yes, but we'd like to offer that, so we'll
18
18
  # bring in the git infrastructure during scaffolding
19
- install_packages %w(git)
19
+ install_packages %w(git-core), :source => true
20
20
 
21
21
  # ddclient does dynamic DNS
22
22
  # avahi-daemon does mDNS, a.k.a. Bonjour (makes "ping hostname.local" work)
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{rails_pwnerer}
3
- s.version = "0.6.21"
3
+ s.version = "0.6.22"
4
4
 
5
5
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
6
6
  s.authors = ["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.21
4
+ version: 0.6.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Costan