Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

date_diff

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

date_diff - rubygems Package Compare versions

Comparing version
0.0.2
to
0.0.3
+1
-1
lib/date_diff.rb

@@ -18,3 +18,3 @@ require "date_diff/version"

if (day_difference < 0)
day_difference = nday[start_date_month-1] - start_date_day + end_date_day
day_difference = common_year_days_in_month[start_date_month-1] - start_date_day + end_date_day
end_date_month = end_date_month -1

@@ -21,0 +21,0 @@ end

module DateDiff
VERSION = "0.0.2"
VERSION = "0.0.3"
end

@@ -5,2 +5,6 @@ # DateDiff

[![Gem Version](https://badge.fury.io/rb/date_diff.png)](http://badge.fury.io/rb/date_diff)
[![Build Status](https://travis-ci.org/nithinstany/date_diff.png?branch=master)](https://travis-ci.org/nithinstany/date_diff)
## Installation

@@ -7,0 +11,0 @@