i18n-date 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module I18n
2
2
  module Date
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
data/lib/i18n-date.rb CHANGED
@@ -81,7 +81,6 @@ class Date
81
81
  return new_date.join(' ').sub(month_from, month_to.to_s) if month_to
82
82
  end
83
83
 
84
- binding.pry
85
84
  string
86
85
  end
87
86
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: i18n-date
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
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-11-08 00:00:00.000000000 Z
12
+ date: 2012-11-12 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: This gems is a monkey patch to Date class, that allows to take any Spanish/Portuguese
15
15
  date into a valid ruby date, to simplify operations between them.
@@ -56,4 +56,3 @@ specification_version: 3
56
56
  summary: Gem to convert intenational dates into a english date
57
57
  test_files:
58
58
  - spec/date_spec.rb
59
- has_rdoc: