gettext_i18n_rails 0.7.1 → 0.7.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,16 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source :rubygems
4
+
5
+ gem "appraisal"
6
+ gem "haml"
7
+ gem "slim"
8
+ gem "hamlet"
9
+ gem "ruby_parser", "~> 2.3"
10
+ gem "gettext"
11
+ gem "sqlite3"
12
+ gem "rake"
13
+ gem "rspec"
14
+ gem "rails", "~>3.1.0"
15
+
16
+ gemspec :path=>"../"
@@ -0,0 +1,130 @@
1
+ PATH
2
+ remote: /Users/mgrosser/code/tools/gettext_i18n_rails
3
+ specs:
4
+ gettext_i18n_rails (0.7.1)
5
+ fast_gettext (>= 0.4.8)
6
+
7
+ GEM
8
+ remote: http://rubygems.org/
9
+ specs:
10
+ actionmailer (3.1.8)
11
+ actionpack (= 3.1.8)
12
+ mail (~> 2.3.3)
13
+ actionpack (3.1.8)
14
+ activemodel (= 3.1.8)
15
+ activesupport (= 3.1.8)
16
+ builder (~> 3.0.0)
17
+ erubis (~> 2.7.0)
18
+ i18n (~> 0.6)
19
+ rack (~> 1.3.6)
20
+ rack-cache (~> 1.2)
21
+ rack-mount (~> 0.8.2)
22
+ rack-test (~> 0.6.1)
23
+ sprockets (~> 2.0.4)
24
+ activemodel (3.1.8)
25
+ activesupport (= 3.1.8)
26
+ builder (~> 3.0.0)
27
+ i18n (~> 0.6)
28
+ activerecord (3.1.8)
29
+ activemodel (= 3.1.8)
30
+ activesupport (= 3.1.8)
31
+ arel (~> 2.2.3)
32
+ tzinfo (~> 0.3.29)
33
+ activeresource (3.1.8)
34
+ activemodel (= 3.1.8)
35
+ activesupport (= 3.1.8)
36
+ activesupport (3.1.8)
37
+ multi_json (>= 1.0, < 1.3)
38
+ appraisal (0.5.1)
39
+ bundler
40
+ rake
41
+ arel (2.2.3)
42
+ builder (3.0.4)
43
+ diff-lcs (1.1.3)
44
+ erubis (2.7.0)
45
+ fast_gettext (0.6.11)
46
+ gettext (2.3.3)
47
+ locale
48
+ haml (3.1.7)
49
+ hamlet (0.5.0.1)
50
+ slim (~> 1.0.0)
51
+ hike (1.2.1)
52
+ i18n (0.6.1)
53
+ json (1.7.5)
54
+ locale (2.0.8)
55
+ mail (2.3.3)
56
+ i18n (>= 0.4.0)
57
+ mime-types (~> 1.16)
58
+ treetop (~> 1.4.8)
59
+ mime-types (1.19)
60
+ multi_json (1.2.0)
61
+ polyglot (0.3.3)
62
+ rack (1.3.6)
63
+ rack-cache (1.2)
64
+ rack (>= 0.4)
65
+ rack-mount (0.8.3)
66
+ rack (>= 1.0.0)
67
+ rack-ssl (1.3.2)
68
+ rack
69
+ rack-test (0.6.2)
70
+ rack (>= 1.0)
71
+ rails (3.1.8)
72
+ actionmailer (= 3.1.8)
73
+ actionpack (= 3.1.8)
74
+ activerecord (= 3.1.8)
75
+ activeresource (= 3.1.8)
76
+ activesupport (= 3.1.8)
77
+ bundler (~> 1.0)
78
+ railties (= 3.1.8)
79
+ railties (3.1.8)
80
+ actionpack (= 3.1.8)
81
+ activesupport (= 3.1.8)
82
+ rack-ssl (~> 1.3.2)
83
+ rake (>= 0.8.7)
84
+ rdoc (~> 3.4)
85
+ thor (~> 0.14.6)
86
+ rake (0.9.2.2)
87
+ rdoc (3.12)
88
+ json (~> 1.4)
89
+ rspec (2.11.0)
90
+ rspec-core (~> 2.11.0)
91
+ rspec-expectations (~> 2.11.0)
92
+ rspec-mocks (~> 2.11.0)
93
+ rspec-core (2.11.1)
94
+ rspec-expectations (2.11.3)
95
+ diff-lcs (~> 1.1.3)
96
+ rspec-mocks (2.11.3)
97
+ ruby_parser (2.3.1)
98
+ sexp_processor (~> 3.0)
99
+ sexp_processor (3.2.0)
100
+ slim (1.0.4)
101
+ temple (~> 0.3.4)
102
+ tilt (~> 1.3.2)
103
+ sprockets (2.0.4)
104
+ hike (~> 1.2)
105
+ rack (~> 1.0)
106
+ tilt (~> 1.1, != 1.3.0)
107
+ sqlite3 (1.3.6)
108
+ temple (0.3.5)
109
+ thor (0.14.6)
110
+ tilt (1.3.3)
111
+ treetop (1.4.12)
112
+ polyglot
113
+ polyglot (>= 0.3.1)
114
+ tzinfo (0.3.35)
115
+
116
+ PLATFORMS
117
+ ruby
118
+
119
+ DEPENDENCIES
120
+ appraisal
121
+ gettext
122
+ gettext_i18n_rails!
123
+ haml
124
+ hamlet
125
+ rails (~> 3.1.0)
126
+ rake
127
+ rspec
128
+ ruby_parser (~> 2.3)
129
+ slim
130
+ sqlite3
@@ -0,0 +1,16 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source :rubygems
4
+
5
+ gem "appraisal"
6
+ gem "haml"
7
+ gem "slim"
8
+ gem "hamlet"
9
+ gem "ruby_parser", "~> 2.3"
10
+ gem "gettext"
11
+ gem "sqlite3"
12
+ gem "rake"
13
+ gem "rspec"
14
+ gem "rails", "~>3.2.0"
15
+
16
+ gemspec :path=>"../"
@@ -0,0 +1,128 @@
1
+ PATH
2
+ remote: /Users/mgrosser/code/tools/gettext_i18n_rails
3
+ specs:
4
+ gettext_i18n_rails (0.7.1)
5
+ fast_gettext (>= 0.4.8)
6
+
7
+ GEM
8
+ remote: http://rubygems.org/
9
+ specs:
10
+ actionmailer (3.2.8)
11
+ actionpack (= 3.2.8)
12
+ mail (~> 2.4.4)
13
+ actionpack (3.2.8)
14
+ activemodel (= 3.2.8)
15
+ activesupport (= 3.2.8)
16
+ builder (~> 3.0.0)
17
+ erubis (~> 2.7.0)
18
+ journey (~> 1.0.4)
19
+ rack (~> 1.4.0)
20
+ rack-cache (~> 1.2)
21
+ rack-test (~> 0.6.1)
22
+ sprockets (~> 2.1.3)
23
+ activemodel (3.2.8)
24
+ activesupport (= 3.2.8)
25
+ builder (~> 3.0.0)
26
+ activerecord (3.2.8)
27
+ activemodel (= 3.2.8)
28
+ activesupport (= 3.2.8)
29
+ arel (~> 3.0.2)
30
+ tzinfo (~> 0.3.29)
31
+ activeresource (3.2.8)
32
+ activemodel (= 3.2.8)
33
+ activesupport (= 3.2.8)
34
+ activesupport (3.2.8)
35
+ i18n (~> 0.6)
36
+ multi_json (~> 1.0)
37
+ appraisal (0.5.1)
38
+ bundler
39
+ rake
40
+ arel (3.0.2)
41
+ builder (3.0.4)
42
+ diff-lcs (1.1.3)
43
+ erubis (2.7.0)
44
+ fast_gettext (0.6.11)
45
+ gettext (2.3.3)
46
+ locale
47
+ haml (3.1.7)
48
+ hamlet (0.5.0.1)
49
+ slim (~> 1.0.0)
50
+ hike (1.2.1)
51
+ i18n (0.6.1)
52
+ journey (1.0.4)
53
+ json (1.7.5)
54
+ locale (2.0.8)
55
+ mail (2.4.4)
56
+ i18n (>= 0.4.0)
57
+ mime-types (~> 1.16)
58
+ treetop (~> 1.4.8)
59
+ mime-types (1.19)
60
+ multi_json (1.3.7)
61
+ polyglot (0.3.3)
62
+ rack (1.4.1)
63
+ rack-cache (1.2)
64
+ rack (>= 0.4)
65
+ rack-ssl (1.3.2)
66
+ rack
67
+ rack-test (0.6.2)
68
+ rack (>= 1.0)
69
+ rails (3.2.8)
70
+ actionmailer (= 3.2.8)
71
+ actionpack (= 3.2.8)
72
+ activerecord (= 3.2.8)
73
+ activeresource (= 3.2.8)
74
+ activesupport (= 3.2.8)
75
+ bundler (~> 1.0)
76
+ railties (= 3.2.8)
77
+ railties (3.2.8)
78
+ actionpack (= 3.2.8)
79
+ activesupport (= 3.2.8)
80
+ rack-ssl (~> 1.3.2)
81
+ rake (>= 0.8.7)
82
+ rdoc (~> 3.4)
83
+ thor (>= 0.14.6, < 2.0)
84
+ rake (0.9.2.2)
85
+ rdoc (3.12)
86
+ json (~> 1.4)
87
+ rspec (2.11.0)
88
+ rspec-core (~> 2.11.0)
89
+ rspec-expectations (~> 2.11.0)
90
+ rspec-mocks (~> 2.11.0)
91
+ rspec-core (2.11.1)
92
+ rspec-expectations (2.11.3)
93
+ diff-lcs (~> 1.1.3)
94
+ rspec-mocks (2.11.3)
95
+ ruby_parser (2.3.1)
96
+ sexp_processor (~> 3.0)
97
+ sexp_processor (3.2.0)
98
+ slim (1.0.4)
99
+ temple (~> 0.3.4)
100
+ tilt (~> 1.3.2)
101
+ sprockets (2.1.3)
102
+ hike (~> 1.2)
103
+ rack (~> 1.0)
104
+ tilt (~> 1.1, != 1.3.0)
105
+ sqlite3 (1.3.6)
106
+ temple (0.3.5)
107
+ thor (0.16.0)
108
+ tilt (1.3.3)
109
+ treetop (1.4.12)
110
+ polyglot
111
+ polyglot (>= 0.3.1)
112
+ tzinfo (0.3.35)
113
+
114
+ PLATFORMS
115
+ ruby
116
+
117
+ DEPENDENCIES
118
+ appraisal
119
+ gettext
120
+ gettext_i18n_rails!
121
+ haml
122
+ hamlet
123
+ rails (~> 3.2.0)
124
+ rake
125
+ rspec
126
+ ruby_parser (~> 2.3)
127
+ slim
128
+ sqlite3
@@ -0,0 +1,16 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source :rubygems
4
+
5
+ gem "appraisal"
6
+ gem "haml"
7
+ gem "slim"
8
+ gem "hamlet"
9
+ gem "ruby_parser"
10
+ gem "gettext", "2.3.1"
11
+ gem "sqlite3", "~>1.3.6"
12
+ gem "rake"
13
+ gem "rspec", "~>2"
14
+ gem "rails", "~>2.3.0"
15
+
16
+ gemspec :path=>"../"
@@ -0,0 +1,72 @@
1
+ PATH
2
+ remote: /Users/mgrosser/code/tools/gettext_i18n_rails
3
+ specs:
4
+ gettext_i18n_rails (0.7.1)
5
+ fast_gettext (>= 0.4.8)
6
+
7
+ GEM
8
+ remote: http://rubygems.org/
9
+ specs:
10
+ actionmailer (2.3.14)
11
+ actionpack (= 2.3.14)
12
+ actionpack (2.3.14)
13
+ activesupport (= 2.3.14)
14
+ rack (~> 1.1.0)
15
+ activerecord (2.3.14)
16
+ activesupport (= 2.3.14)
17
+ activeresource (2.3.14)
18
+ activesupport (= 2.3.14)
19
+ activesupport (2.3.14)
20
+ appraisal (0.5.0)
21
+ bundler
22
+ rake
23
+ diff-lcs (1.1.3)
24
+ fast_gettext (0.6.9)
25
+ gettext (2.3.1)
26
+ locale
27
+ haml (3.1.7)
28
+ hamlet (0.5.0.1)
29
+ slim (~> 1.0.0)
30
+ locale (2.0.8)
31
+ rack (1.1.3)
32
+ rails (2.3.14)
33
+ actionmailer (= 2.3.14)
34
+ actionpack (= 2.3.14)
35
+ activerecord (= 2.3.14)
36
+ activeresource (= 2.3.14)
37
+ activesupport (= 2.3.14)
38
+ rake (>= 0.8.3)
39
+ rake (0.9.2.2)
40
+ rspec (2.11.0)
41
+ rspec-core (~> 2.11.0)
42
+ rspec-expectations (~> 2.11.0)
43
+ rspec-mocks (~> 2.11.0)
44
+ rspec-core (2.11.1)
45
+ rspec-expectations (2.11.3)
46
+ diff-lcs (~> 1.1.3)
47
+ rspec-mocks (2.11.3)
48
+ ruby_parser (2.3.1)
49
+ sexp_processor (~> 3.0)
50
+ sexp_processor (3.2.0)
51
+ slim (1.0.4)
52
+ temple (~> 0.3.4)
53
+ tilt (~> 1.3.2)
54
+ sqlite3 (1.3.6)
55
+ temple (0.3.5)
56
+ tilt (1.3.3)
57
+
58
+ PLATFORMS
59
+ ruby
60
+
61
+ DEPENDENCIES
62
+ appraisal
63
+ gettext (= 2.3.1)
64
+ gettext_i18n_rails!
65
+ haml
66
+ hamlet
67
+ rails (~> 2.3.0)
68
+ rake
69
+ rspec (~> 2)
70
+ ruby_parser
71
+ slim
72
+ sqlite3 (~> 1.3.6)
@@ -0,0 +1,16 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source :rubygems
4
+
5
+ gem "appraisal"
6
+ gem "haml"
7
+ gem "slim"
8
+ gem "hamlet"
9
+ gem "ruby_parser"
10
+ gem "gettext", "2.3.1"
11
+ gem "sqlite3", "~>1.3.6"
12
+ gem "rake"
13
+ gem "rspec", "~>2"
14
+ gem "rails", "~>3.0.0"
15
+
16
+ gemspec :path=>"../"
@@ -0,0 +1,120 @@
1
+ PATH
2
+ remote: /Users/mgrosser/code/tools/gettext_i18n_rails
3
+ specs:
4
+ gettext_i18n_rails (0.7.1)
5
+ fast_gettext (>= 0.4.8)
6
+
7
+ GEM
8
+ remote: http://rubygems.org/
9
+ specs:
10
+ abstract (1.0.0)
11
+ actionmailer (3.0.17)
12
+ actionpack (= 3.0.17)
13
+ mail (~> 2.2.19)
14
+ actionpack (3.0.17)
15
+ activemodel (= 3.0.17)
16
+ activesupport (= 3.0.17)
17
+ builder (~> 2.1.2)
18
+ erubis (~> 2.6.6)
19
+ i18n (~> 0.5.0)
20
+ rack (~> 1.2.5)
21
+ rack-mount (~> 0.6.14)
22
+ rack-test (~> 0.5.7)
23
+ tzinfo (~> 0.3.23)
24
+ activemodel (3.0.17)
25
+ activesupport (= 3.0.17)
26
+ builder (~> 2.1.2)
27
+ i18n (~> 0.5.0)
28
+ activerecord (3.0.17)
29
+ activemodel (= 3.0.17)
30
+ activesupport (= 3.0.17)
31
+ arel (~> 2.0.10)
32
+ tzinfo (~> 0.3.23)
33
+ activeresource (3.0.17)
34
+ activemodel (= 3.0.17)
35
+ activesupport (= 3.0.17)
36
+ activesupport (3.0.17)
37
+ appraisal (0.5.0)
38
+ bundler
39
+ rake
40
+ arel (2.0.10)
41
+ builder (2.1.2)
42
+ diff-lcs (1.1.3)
43
+ erubis (2.6.6)
44
+ abstract (>= 1.0.0)
45
+ fast_gettext (0.6.9)
46
+ gettext (2.3.1)
47
+ locale
48
+ haml (3.1.7)
49
+ hamlet (0.5.0.1)
50
+ slim (~> 1.0.0)
51
+ i18n (0.5.0)
52
+ json (1.7.5)
53
+ locale (2.0.8)
54
+ mail (2.2.19)
55
+ activesupport (>= 2.3.6)
56
+ i18n (>= 0.4.0)
57
+ mime-types (~> 1.16)
58
+ treetop (~> 1.4.8)
59
+ mime-types (1.19)
60
+ polyglot (0.3.3)
61
+ rack (1.2.5)
62
+ rack-mount (0.6.14)
63
+ rack (>= 1.0.0)
64
+ rack-test (0.5.7)
65
+ rack (>= 1.0)
66
+ rails (3.0.17)
67
+ actionmailer (= 3.0.17)
68
+ actionpack (= 3.0.17)
69
+ activerecord (= 3.0.17)
70
+ activeresource (= 3.0.17)
71
+ activesupport (= 3.0.17)
72
+ bundler (~> 1.0)
73
+ railties (= 3.0.17)
74
+ railties (3.0.17)
75
+ actionpack (= 3.0.17)
76
+ activesupport (= 3.0.17)
77
+ rake (>= 0.8.7)
78
+ rdoc (~> 3.4)
79
+ thor (~> 0.14.4)
80
+ rake (0.9.2.2)
81
+ rdoc (3.12)
82
+ json (~> 1.4)
83
+ rspec (2.11.0)
84
+ rspec-core (~> 2.11.0)
85
+ rspec-expectations (~> 2.11.0)
86
+ rspec-mocks (~> 2.11.0)
87
+ rspec-core (2.11.1)
88
+ rspec-expectations (2.11.3)
89
+ diff-lcs (~> 1.1.3)
90
+ rspec-mocks (2.11.3)
91
+ ruby_parser (2.3.1)
92
+ sexp_processor (~> 3.0)
93
+ sexp_processor (3.2.0)
94
+ slim (1.0.4)
95
+ temple (~> 0.3.4)
96
+ tilt (~> 1.3.2)
97
+ sqlite3 (1.3.6)
98
+ temple (0.3.5)
99
+ thor (0.14.6)
100
+ tilt (1.3.3)
101
+ treetop (1.4.12)
102
+ polyglot
103
+ polyglot (>= 0.3.1)
104
+ tzinfo (0.3.35)
105
+
106
+ PLATFORMS
107
+ ruby
108
+
109
+ DEPENDENCIES
110
+ appraisal
111
+ gettext (= 2.3.1)
112
+ gettext_i18n_rails!
113
+ haml
114
+ hamlet
115
+ rails (~> 3.0.0)
116
+ rake
117
+ rspec (~> 2)
118
+ ruby_parser
119
+ slim
120
+ sqlite3 (~> 1.3.6)