lolita-translation 0.2.1 → 0.2.5
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +1 -1
- data/VERSION +1 -1
- data/app/assets/javascripts/lolita/{translation.js → translation/application.js} +0 -0
- data/app/assets/stylesheets/lolita/{translation.css → translation/application.css} +0 -0
- data/app/views/components/lolita/translation/_assets.html.erb +2 -2
- data/lolita-translation.gemspec +7 -7
- metadata +19 -19
data/Gemfile
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.5
|
File without changes
|
File without changes
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<% content_for :script do %>
|
2
|
-
<%=javascript_include_tag "lolita/translation.js"%>
|
2
|
+
<%=javascript_include_tag "lolita/translation/application.js"%>
|
3
3
|
<% end %>
|
4
4
|
|
5
5
|
<% content_for :style do %>
|
6
|
-
<%= stylesheet_link_tag 'lolita/translation.css', :media => 'screen, projection' %>
|
6
|
+
<%= stylesheet_link_tag 'lolita/translation/application.css', :media => 'screen, projection' %>
|
7
7
|
<% end %>
|
data/lolita-translation.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "lolita-translation"
|
8
|
-
s.version = "0.2.
|
8
|
+
s.version = "0.2.5"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["ITHouse", "Gatis Tomsons", "Arturs Meisters"]
|
12
|
-
s.date = "2011-09-
|
12
|
+
s.date = "2011-09-09"
|
13
13
|
s.description = "Translates models in Lolita"
|
14
14
|
s.email = "support@ithouse.lv"
|
15
15
|
s.extra_rdoc_files = [
|
@@ -25,8 +25,8 @@ Gem::Specification.new do |s|
|
|
25
25
|
"VERSION",
|
26
26
|
"app/assets/.gitkeep",
|
27
27
|
"app/assets/javascripts/.gitkeep",
|
28
|
-
"app/assets/javascripts/lolita/translation.js",
|
29
|
-
"app/assets/stylesheets/lolita/translation.css",
|
28
|
+
"app/assets/javascripts/lolita/translation/application.js",
|
29
|
+
"app/assets/stylesheets/lolita/translation/application.css",
|
30
30
|
"app/views/components/lolita/translation/_assets.html.erb",
|
31
31
|
"app/views/components/lolita/translation/_language_wrap.html.erb",
|
32
32
|
"app/views/components/lolita/translation/_switch.html.erb",
|
@@ -59,14 +59,14 @@ Gem::Specification.new do |s|
|
|
59
59
|
|
60
60
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
61
61
|
s.add_runtime_dependency(%q<rails>, ["~> 3.1.0"])
|
62
|
-
s.add_runtime_dependency(%q<lolita>, ["
|
62
|
+
s.add_runtime_dependency(%q<lolita>, [">= 3.2.0.rc.3"])
|
63
63
|
s.add_development_dependency(%q<shoulda>, [">= 0"])
|
64
64
|
s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
|
65
65
|
s.add_development_dependency(%q<jeweler>, ["~> 1.5.2"])
|
66
66
|
s.add_development_dependency(%q<rcov>, [">= 0"])
|
67
67
|
else
|
68
68
|
s.add_dependency(%q<rails>, ["~> 3.1.0"])
|
69
|
-
s.add_dependency(%q<lolita>, ["
|
69
|
+
s.add_dependency(%q<lolita>, [">= 3.2.0.rc.3"])
|
70
70
|
s.add_dependency(%q<shoulda>, [">= 0"])
|
71
71
|
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
|
72
72
|
s.add_dependency(%q<jeweler>, ["~> 1.5.2"])
|
@@ -74,7 +74,7 @@ Gem::Specification.new do |s|
|
|
74
74
|
end
|
75
75
|
else
|
76
76
|
s.add_dependency(%q<rails>, ["~> 3.1.0"])
|
77
|
-
s.add_dependency(%q<lolita>, ["
|
77
|
+
s.add_dependency(%q<lolita>, [">= 3.2.0.rc.3"])
|
78
78
|
s.add_dependency(%q<shoulda>, [">= 0"])
|
79
79
|
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
|
80
80
|
s.add_dependency(%q<jeweler>, ["~> 1.5.2"])
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lolita-translation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -11,11 +11,11 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2011-09-
|
14
|
+
date: 2011-09-09 00:00:00.000000000Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: rails
|
18
|
-
requirement: &
|
18
|
+
requirement: &83547910 !ruby/object:Gem::Requirement
|
19
19
|
none: false
|
20
20
|
requirements:
|
21
21
|
- - ~>
|
@@ -23,21 +23,21 @@ dependencies:
|
|
23
23
|
version: 3.1.0
|
24
24
|
type: :runtime
|
25
25
|
prerelease: false
|
26
|
-
version_requirements: *
|
26
|
+
version_requirements: *83547910
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: lolita
|
29
|
-
requirement: &
|
29
|
+
requirement: &83547490 !ruby/object:Gem::Requirement
|
30
30
|
none: false
|
31
31
|
requirements:
|
32
|
-
- -
|
32
|
+
- - ! '>='
|
33
33
|
- !ruby/object:Gem::Version
|
34
|
-
version: 3.2.0.
|
34
|
+
version: 3.2.0.rc.3
|
35
35
|
type: :runtime
|
36
36
|
prerelease: false
|
37
|
-
version_requirements: *
|
37
|
+
version_requirements: *83547490
|
38
38
|
- !ruby/object:Gem::Dependency
|
39
39
|
name: shoulda
|
40
|
-
requirement: &
|
40
|
+
requirement: &83547050 !ruby/object:Gem::Requirement
|
41
41
|
none: false
|
42
42
|
requirements:
|
43
43
|
- - ! '>='
|
@@ -45,10 +45,10 @@ dependencies:
|
|
45
45
|
version: '0'
|
46
46
|
type: :development
|
47
47
|
prerelease: false
|
48
|
-
version_requirements: *
|
48
|
+
version_requirements: *83547050
|
49
49
|
- !ruby/object:Gem::Dependency
|
50
50
|
name: bundler
|
51
|
-
requirement: &
|
51
|
+
requirement: &83546570 !ruby/object:Gem::Requirement
|
52
52
|
none: false
|
53
53
|
requirements:
|
54
54
|
- - ~>
|
@@ -56,10 +56,10 @@ dependencies:
|
|
56
56
|
version: 1.0.0
|
57
57
|
type: :development
|
58
58
|
prerelease: false
|
59
|
-
version_requirements: *
|
59
|
+
version_requirements: *83546570
|
60
60
|
- !ruby/object:Gem::Dependency
|
61
61
|
name: jeweler
|
62
|
-
requirement: &
|
62
|
+
requirement: &83546120 !ruby/object:Gem::Requirement
|
63
63
|
none: false
|
64
64
|
requirements:
|
65
65
|
- - ~>
|
@@ -67,10 +67,10 @@ dependencies:
|
|
67
67
|
version: 1.5.2
|
68
68
|
type: :development
|
69
69
|
prerelease: false
|
70
|
-
version_requirements: *
|
70
|
+
version_requirements: *83546120
|
71
71
|
- !ruby/object:Gem::Dependency
|
72
72
|
name: rcov
|
73
|
-
requirement: &
|
73
|
+
requirement: &83545510 !ruby/object:Gem::Requirement
|
74
74
|
none: false
|
75
75
|
requirements:
|
76
76
|
- - ! '>='
|
@@ -78,7 +78,7 @@ dependencies:
|
|
78
78
|
version: '0'
|
79
79
|
type: :development
|
80
80
|
prerelease: false
|
81
|
-
version_requirements: *
|
81
|
+
version_requirements: *83545510
|
82
82
|
description: Translates models in Lolita
|
83
83
|
email: support@ithouse.lv
|
84
84
|
executables: []
|
@@ -95,8 +95,8 @@ files:
|
|
95
95
|
- VERSION
|
96
96
|
- app/assets/.gitkeep
|
97
97
|
- app/assets/javascripts/.gitkeep
|
98
|
-
- app/assets/javascripts/lolita/translation.js
|
99
|
-
- app/assets/stylesheets/lolita/translation.css
|
98
|
+
- app/assets/javascripts/lolita/translation/application.js
|
99
|
+
- app/assets/stylesheets/lolita/translation/application.css
|
100
100
|
- app/views/components/lolita/translation/_assets.html.erb
|
101
101
|
- app/views/components/lolita/translation/_language_wrap.html.erb
|
102
102
|
- app/views/components/lolita/translation/_switch.html.erb
|
@@ -128,7 +128,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
128
128
|
version: '0'
|
129
129
|
segments:
|
130
130
|
- 0
|
131
|
-
hash:
|
131
|
+
hash: -857802353
|
132
132
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
133
133
|
none: false
|
134
134
|
requirements:
|