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 +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