Skip to content

Commit 7853fa2

Browse files
committed
remove duplicated keys
1 parent 39b6f54 commit 7853fa2

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

app/badges/forked50.rb

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ class Forked50 < Forked
22
describe 'Forked 50',
33
skill: 'API Design',
44
description: "Have a project with a thriving community of users that's been forked at least 50 times",
5-
description: "having a project with a thriving community of users that's been forked at least 50 times.",
65
for: 'having a project valued enough to be forked by at least 50 developers.',
76
skip_forks: true,
87
times_forked: 50,

app/helpers/badges_helper.rb

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
require 'digest/md5'
2-
31
module BadgesHelper
42

53
def share_coderwall_on_twitter
6-
text = "Trying to cheat the system so I can check out my geek cred"
7-
custom_tweet_button 'Expedite my access', {text: text, via: 'coderwall'}, {class: 'track expedite-access', 'data-action' => 'share achievement', 'data-action' => 'instantaccess'}
4+
custom_tweet_button 'Expedite my access', {text: 'Trying to cheat the system so I can check out my geek cred', via: 'coderwall'}, {class: 'track expedite-access', 'data-action' => 'share achievement'}
85
end
96

107
def dom_tag(tag)

0 commit comments

Comments
 (0)