nested-delocalize 0.1.8 → 0.1.9
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/{delocalize.rb → nested-delocalize.rb} +0 -0
- metadata +3 -4
- data/init.rb +0 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.9
|
File without changes
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 1
|
8
|
-
-
|
9
|
-
version: 0.1.
|
8
|
+
- 9
|
9
|
+
version: 0.1.9
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Rafael Santos
|
@@ -31,8 +31,6 @@ files:
|
|
31
31
|
- README
|
32
32
|
- Rakefile
|
33
33
|
- VERSION
|
34
|
-
- init.rb
|
35
|
-
- lib/delocalize.rb
|
36
34
|
- lib/delocalize/i18n_ext.rb
|
37
35
|
- lib/delocalize/localized_date_time_parser.rb
|
38
36
|
- lib/delocalize/localized_numeric_parser.rb
|
@@ -45,6 +43,7 @@ files:
|
|
45
43
|
- lib/delocalize/ruby_ext/datetime.rb
|
46
44
|
- lib/delocalize/ruby_ext/numeric.rb
|
47
45
|
- lib/delocalize/ruby_ext/time.rb
|
46
|
+
- lib/nested-delocalize.rb
|
48
47
|
- tasks/distribution.rb
|
49
48
|
- tasks/documentation.rb
|
50
49
|
- tasks/testing.rb
|
data/init.rb
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
require 'delocalize'
|