Skip to content

Commit

Permalink
Merge remote-tracking branch 'squirrel/master'
Browse files Browse the repository at this point in the history
Conflicts:
	ext/recommendify.c
  • Loading branch information
illdefined committed Mar 22, 2012
2 parents 5ab151b + 15ad976 commit 3c9b9bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ext/recommendify.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ int main(int argc, char **argv){


freeReplyObject(reply); freeReplyObject(reply);


if(itemCount == 0){ if(itemCount < 2){
fputs("Item count is zero\n", stderr); fputs("Item count is smaller than two\n", stderr);
return EXIT_SUCCESS; return EXIT_SUCCESS;
} }


Expand Down
2 changes: 1 addition & 1 deletion recommendify.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "recommendify" s.name = "recommendify"
s.version = "0.3.6" s.version = "0.3.8"
s.date = Date.today.to_s s.date = Date.today.to_s
s.platform = Gem::Platform::RUBY s.platform = Gem::Platform::RUBY
s.authors = ["Paul Asmuth"] s.authors = ["Paul Asmuth"]
Expand Down

0 comments on commit 3c9b9bd

Please sign in to comment.