extended_date 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. metadata +5 -7
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - PremNagalla
@@ -18,9 +18,7 @@ date: 2010-04-16 00:00:00 +05:30
18
18
  default_executable:
19
19
  dependencies: []
20
20
 
21
- description: "Date Class extended to get first days of month using, month_first method like, \n\n\
22
- \tDate.month_first(Date.today, 0) or\n\n\
23
- \tDate.today.month_first('Sunday') "
21
+ description: Extended methods for Date Class
24
22
  email: prem.nagalla@gmail.com
25
23
  executables: []
26
24
 
@@ -31,7 +29,7 @@ extra_rdoc_files: []
31
29
  files:
32
30
  - lib/extended_date.rb
33
31
  has_rdoc: true
34
- homepage: http://rubygems.org/gems/extended_date
32
+ homepage: https://github.com/premnagalla/extended_date
35
33
  licenses: []
36
34
 
37
35
  post_install_message:
@@ -59,6 +57,6 @@ rubyforge_project:
59
57
  rubygems_version: 1.3.6
60
58
  signing_key:
61
59
  specification_version: 3
62
- summary: Date Class extended to get first days of month using, month_first method
60
+ summary: Date Class extended to get first days of month using, first_day_of_month method
63
61
  test_files: []
64
62