gettext_i18n_rails 0.3.6 → 0.4.0
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.
- data/Gemfile +0 -1
- data/Gemfile.lock +0 -4
- data/VERSION +1 -1
- data/gettext_i18n_rails.gemspec +7 -10
- metadata +9 -25
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -84,9 +84,6 @@ GEM
|
|
|
84
84
|
rspec-expectations (2.6.0)
|
|
85
85
|
diff-lcs (~> 1.1.2)
|
|
86
86
|
rspec-mocks (2.6.0)
|
|
87
|
-
ruby_parser (2.3.1)
|
|
88
|
-
sexp_processor (~> 3.0)
|
|
89
|
-
sexp_processor (3.0.8)
|
|
90
87
|
sprockets (2.0.0)
|
|
91
88
|
hike (~> 1.2)
|
|
92
89
|
rack (~> 1.0)
|
|
@@ -108,5 +105,4 @@ DEPENDENCIES
|
|
|
108
105
|
rails (~> 3)
|
|
109
106
|
rake
|
|
110
107
|
rspec (~> 2)
|
|
111
|
-
ruby_parser
|
|
112
108
|
sqlite3 (~> 1.3.4)
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.4.0
|
data/gettext_i18n_rails.gemspec
CHANGED
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
|
-
s.name =
|
|
8
|
-
s.version = "0.
|
|
7
|
+
s.name = "gettext_i18n_rails"
|
|
8
|
+
s.version = "0.4.0"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Michael Grosser"]
|
|
12
|
-
s.date =
|
|
13
|
-
s.email =
|
|
12
|
+
s.date = "2012-01-03"
|
|
13
|
+
s.email = "grosser.michael@gmail.com"
|
|
14
14
|
s.files = [
|
|
15
15
|
"Gemfile",
|
|
16
16
|
"Gemfile.lock",
|
|
@@ -39,24 +39,21 @@ Gem::Specification.new do |s|
|
|
|
39
39
|
"spec/gettext_i18n_rails_spec.rb",
|
|
40
40
|
"spec/spec_helper.rb"
|
|
41
41
|
]
|
|
42
|
-
s.homepage =
|
|
42
|
+
s.homepage = "http://github.com/grosser/gettext_i18n_rails"
|
|
43
43
|
s.require_paths = ["lib"]
|
|
44
|
-
s.rubygems_version =
|
|
45
|
-
s.summary =
|
|
44
|
+
s.rubygems_version = "1.8.10"
|
|
45
|
+
s.summary = "Simple FastGettext Rails integration."
|
|
46
46
|
|
|
47
47
|
if s.respond_to? :specification_version then
|
|
48
48
|
s.specification_version = 3
|
|
49
49
|
|
|
50
50
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
|
51
51
|
s.add_runtime_dependency(%q<fast_gettext>, [">= 0"])
|
|
52
|
-
s.add_runtime_dependency(%q<ruby_parser>, [">= 0"])
|
|
53
52
|
else
|
|
54
53
|
s.add_dependency(%q<fast_gettext>, [">= 0"])
|
|
55
|
-
s.add_dependency(%q<ruby_parser>, [">= 0"])
|
|
56
54
|
end
|
|
57
55
|
else
|
|
58
56
|
s.add_dependency(%q<fast_gettext>, [">= 0"])
|
|
59
|
-
s.add_dependency(%q<ruby_parser>, [">= 0"])
|
|
60
57
|
end
|
|
61
58
|
end
|
|
62
59
|
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gettext_i18n_rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 15
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
version: 0.
|
|
8
|
+
- 4
|
|
9
|
+
- 0
|
|
10
|
+
version: 0.4.0
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Michael Grosser
|
|
@@ -15,12 +15,10 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date:
|
|
19
|
-
default_executable:
|
|
18
|
+
date: 2012-01-03 00:00:00 Z
|
|
20
19
|
dependencies:
|
|
21
20
|
- !ruby/object:Gem::Dependency
|
|
22
|
-
|
|
23
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
|
21
|
+
version_requirements: &id001 !ruby/object:Gem::Requirement
|
|
24
22
|
none: false
|
|
25
23
|
requirements:
|
|
26
24
|
- - ">="
|
|
@@ -29,23 +27,10 @@ dependencies:
|
|
|
29
27
|
segments:
|
|
30
28
|
- 0
|
|
31
29
|
version: "0"
|
|
32
|
-
|
|
33
|
-
version_requirements: *id001
|
|
30
|
+
requirement: *id001
|
|
34
31
|
prerelease: false
|
|
35
|
-
- !ruby/object:Gem::Dependency
|
|
36
32
|
type: :runtime
|
|
37
|
-
|
|
38
|
-
none: false
|
|
39
|
-
requirements:
|
|
40
|
-
- - ">="
|
|
41
|
-
- !ruby/object:Gem::Version
|
|
42
|
-
hash: 3
|
|
43
|
-
segments:
|
|
44
|
-
- 0
|
|
45
|
-
version: "0"
|
|
46
|
-
name: ruby_parser
|
|
47
|
-
version_requirements: *id002
|
|
48
|
-
prerelease: false
|
|
33
|
+
name: fast_gettext
|
|
49
34
|
description:
|
|
50
35
|
email: grosser.michael@gmail.com
|
|
51
36
|
executables: []
|
|
@@ -81,7 +66,6 @@ files:
|
|
|
81
66
|
- spec/gettext_i18n_rails/string_interpolate_fix_spec.rb
|
|
82
67
|
- spec/gettext_i18n_rails_spec.rb
|
|
83
68
|
- spec/spec_helper.rb
|
|
84
|
-
has_rdoc: true
|
|
85
69
|
homepage: http://github.com/grosser/gettext_i18n_rails
|
|
86
70
|
licenses: []
|
|
87
71
|
|
|
@@ -111,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
111
95
|
requirements: []
|
|
112
96
|
|
|
113
97
|
rubyforge_project:
|
|
114
|
-
rubygems_version: 1.
|
|
98
|
+
rubygems_version: 1.8.10
|
|
115
99
|
signing_key:
|
|
116
100
|
specification_version: 3
|
|
117
101
|
summary: Simple FastGettext Rails integration.
|