Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Updated trigger to improve coverage. (#3113)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjhampton authored and moollaza committed Jan 23, 2017
1 parent 0049a9f commit e35ffdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/DDG/Spice/RubyGems.pm
Expand Up @@ -4,7 +4,7 @@ package DDG::Spice::RubyGems;
use strict;
use DDG::Spice;

triggers startend => 'rubygem', 'rubygems', 'ruby gems', 'ruby gem', 'gem install', 'gem';
triggers startend => 'rubygem', 'rubygems', 'ruby gems', 'ruby gem', 'ruby install', 'gem install', 'gem';
spice to => 'https://rubygems.org/api/v1/search.json?query=$1';
spice wrap_jsonp_callback => 1;

Expand Down

0 comments on commit e35ffdb

Please sign in to comment.