rails_pwnerer 0.6.21 → 0.6.22
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +2 -0
- data/lib/pwnage/scaffolds/packages.rb +1 -1
- data/rails_pwnerer.gemspec +1 -1
- metadata +1 -1
data/CHANGELOG
CHANGED
@@ -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)
|
data/rails_pwnerer.gemspec
CHANGED