days_picker 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. metadata +5 -3
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: days_picker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,7 +12,8 @@ cert_chain: []
12
12
  date: 2012-07-01 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Days Picker helps you find the total Sundays, Mondays, Tuesdays, Wednesdays,
15
- Thursdays, Fridays and Saturdays of a Month or in a Year.
15
+ Thursdays, Fridays and Saturdays of a Month or in a Year. (ie Sundays.in_jan(2012)
16
+ ,Saturdays.by_year(2012) .. )
16
17
  email: ankit.gupta8898@gmail.com
17
18
  executables:
18
19
  - days_picker
@@ -48,5 +49,6 @@ rubygems_version: 1.8.10
48
49
  signing_key:
49
50
  specification_version: 3
50
51
  summary: Days Picker helps you find the total Sundays, Mondays, Tuesdays, Wednesdays,
51
- Thursdays, Fridays and Saturdays of a Month or in a Year.
52
+ Thursdays, Fridays and Saturdays of a Month or in a Year. (ie Sundays.in_jan(2012)
53
+ ,Saturdays.by_year(2012) .. )
52
54
  test_files: []