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
dwradcliffe committed Jul 9, 2014

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent b0aabc8 commit aeda71b
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion cookbooks/rubygems-people/metadata.rb
Original file line number Diff line number Diff line change
@@ -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'
11 changes: 5 additions & 6 deletions cookbooks/rubygems-people/recipes/samkottler.rb
Original file line number Diff line number Diff line change
@@ -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|

0 comments on commit aeda71b

Please sign in to comment.