Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Commit

Permalink
Fix editor whoopsie in rubygems-people
Browse files Browse the repository at this point in the history
  • Loading branch information
dwradcliffe committed Jul 9, 2014
1 parent b0aabc8 commit aeda71b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Expand Up @@ -261,7 +261,7 @@ GRAPH
slack_handler (>= 0.0.0)
rubygems-ntp (0.0.1)
ntp (>= 0.0.0)
rubygems-people (0.0.20)
rubygems-people (0.0.21)
sudo (>= 0.0.0)
user (>= 0.0.0)
rubygems-redis (0.0.3)
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/rubygems-people/metadata.rb
Expand Up @@ -2,7 +2,7 @@
maintainer 'RubyGems.org Ops Team'
license 'MIT'
description 'RubyGems user recipes'
version '0.0.20'
version '0.0.21'

depends 'user'
depends 'sudo'
Expand Down
11 changes: 5 additions & 6 deletions cookbooks/rubygems-people/recipes/samkottler.rb
Expand Up @@ -15,12 +15,11 @@
end

git "#{home}/src/dotfiles" do
repository 'https://github.com/skottler/dotfiles' do
revision 'master'
checkout_branch 'master'
action :sync
user 'samkottler'
end
repository 'https://github.com/skottler/dotfiles'
revision 'master'
checkout_branch 'master'
action :sync
user 'samkottler'
end

%w( .gitconfig .pryrc .tmux.conf .gemrc .ackrc ).each do |file|
Expand Down

0 comments on commit aeda71b

Please sign in to comment.