indeed
Advanced tools
+2
-2
@@ -8,7 +8,7 @@ # Generated by jeweler | ||
| s.name = %q{indeed} | ||
| s.version = "0.1.0" | ||
| s.version = "0.1.1" | ||
| s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= | ||
| s.authors = ["Bogdan Gusiev"] | ||
| s.date = %q{2011-01-28} | ||
| s.date = %q{2011-06-21} | ||
| s.description = %q{Simple wrapper for JSON api provided by indeed. | ||
@@ -15,0 +15,0 @@ Original documentation at: |
+2
-2
@@ -91,3 +91,3 @@ require 'net/http' | ||
| def format_log_entry(message, dump = nil) | ||
| if ActiveRecord::Base.colorize_logging | ||
| if defined?(Rails) && Rails.configuration.respond_to?(:colorize_logging) && Rails.configuration.colorize_logging | ||
| message_color, dump_color = "4;32;1", "0;1" | ||
@@ -115,3 +115,3 @@ log_entry = " \e[#{message_color}m#{message}\e[0m " | ||
| class IndeedError < StandardError | ||
| end |
+1
-1
@@ -1,1 +0,1 @@ | ||
| 0.1.0 | ||
| 0.1.1 |