brdata 2.1.1 → 2.1.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.
@@ -1,9 +1,9 @@
1
1
  module BrData
2
2
  module VERSION #:nodoc:
3
-
4
-
5
-
3
+ MAJOR = 2
4
+ MINOR = 1
5
+ TINY = 2
6
6
 
7
- STRING = "2.1.1"
7
+ STRING = "#{MAJOR}.#{MINOR}.#{TINY}"
8
8
  end
9
9
  end
@@ -93,7 +93,7 @@ class DateTest < Test::Unit::TestCase
93
93
  end
94
94
 
95
95
  def test_date_translation_with_strftime
96
- assert_equal "Dezembro Dez Sexta-Feira Sex", Date.parse("12/05").strftime("%B %b %A %a")
96
+ assert_equal "Dezembro Dez Sexta-Feira Sex", Date.parse("12/05/2008").strftime("%B %b %A %a")
97
97
  end
98
98
 
99
99
  end
@@ -62,7 +62,7 @@ class TimeTest < Test::Unit::TestCase
62
62
  end
63
63
 
64
64
  def test_time_translation_with_strftime
65
- assert_equal "Dezembro Dez Sexta-Feira Sex", Time.parse("12/05").strftime("%B %b %A %a")
65
+ assert_equal "Dezembro Dez Sexta-Feira Sex", Time.parse("12/05/2008").strftime("%B %b %A %a")
66
66
  end
67
67
 
68
68
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brdata
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Marcos Tapaj\xC3\xB3s"
@@ -12,7 +12,7 @@ autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
14
 
15
- date: 2009-02-18 00:00:00 -03:00
15
+ date: 2009-02-25 00:00:00 -03:00
16
16
  default_executable:
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency