koyomi 0.0.2 → 0.0.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,10 +10,8 @@ module Koyomi::Helper::Date
10
10
  # @param [Object] week_start
11
11
  # @return [Boolean]
12
12
  def week_ends?(date, week_start = nil)
13
- wdays = Koyomi::Calendar::WEEK_DAYS
14
13
  week_start ||= Koyomi::Calendar::DEFAULT_WEEK_START
15
- week_ends = (Koyomi::Calendar.windex(week_start) + wdays - 1) % wdays
16
- date.wday == week_ends
14
+ (date + 1).wday == Koyomi::Calendar.windex(week_start)
17
15
  end
18
16
  end
19
17
 
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module Koyomi
4
- VERSION = "0.0.2"
4
+ VERSION = "0.0.2.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: koyomi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-16 00:00:00.000000000 Z
12
+ date: 2012-12-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: shoulda