Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

indeed

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

indeed - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+2
-2
indeed.gemspec

@@ -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:

@@ -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 +0,1 @@

0.1.0
0.1.1