i18n-date 0.0.3b → 0.0.3

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.3b"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
data/lib/i18n-date.rb CHANGED
@@ -81,6 +81,7 @@ 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
84
85
  string
85
86
  end
86
87
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: i18n-date
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3b
5
- prerelease: 5
4
+ version: 0.0.3
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Gonzalo Testa
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-12 00:00:00.000000000 Z
12
+ date: 2012-11-08 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.
@@ -45,9 +45,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
45
45
  required_rubygems_version: !ruby/object:Gem::Requirement
46
46
  none: false
47
47
  requirements:
48
- - - ! '>'
48
+ - - ! '>='
49
49
  - !ruby/object:Gem::Version
50
- version: 1.3.1
50
+ version: '0'
51
51
  requirements: []
52
52
  rubyforge_project:
53
53
  rubygems_version: 1.8.24
@@ -56,3 +56,4 @@ 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: