disguise 0.3.8 → 0.3.10
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -0
- data/VERSION +1 -1
- data/disguise.gemspec +2 -2
- data/locales/iw.yml +1 -1
- data/locales/mt.yml +1 -1
- metadata +2 -2
data/Rakefile
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.10
|
data/disguise.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{disguise}
|
8
|
-
s.version = "0.3.
|
8
|
+
s.version = "0.3.10"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Justin Ball"]
|
12
|
-
s.date = %q{2009-10-
|
12
|
+
s.date = %q{2009-10-27}
|
13
13
|
s.description = %q{Add themes to your Rails application to easily change the view layer and impress everyone you know}
|
14
14
|
s.email = %q{justinball@gmail.com}
|
15
15
|
s.extra_rdoc_files = [
|
data/locales/iw.yml
CHANGED
@@ -11,7 +11,7 @@ iw:
|
|
11
11
|
no_themes_message: "עדיין לא נוצר שום נושאים עבור היישום. אם אתה רוצה ליצור ערכת נושא חדשה פשוט להפעיל את גנרטור נושא ועקוב אחר ההוראות:"
|
12
12
|
remove_all_themes: "הסר את כל הנושאים יישום ברירת המחדל משתמש בתבניות"
|
13
13
|
set_theme: "הגדרת נושא"
|
14
|
-
theme_removed: "כל
|
14
|
+
theme_removed: "כל הנושאים הוסרו"
|
15
15
|
theme_updated: "נושאים עודכנה בהצלחה."
|
16
16
|
theme_uri_label: "כתובת אתר עבור נושאים"
|
17
17
|
update_uri: "עדכן אתר"
|
data/locales/mt.yml
CHANGED
@@ -9,7 +9,7 @@ mt:
|
|
9
9
|
name_theme: ~
|
10
10
|
no_current_theme: "Bħalissa l-ebda tema ntgħażlet għal din l-applikazzjoni u għalhekk il-ħsieb applikazzjoni default se jintużaw."
|
11
11
|
no_themes_message: "Inti għadhom ma ħolqux it-temi għall-applikazzjoni tiegħek. Jekk inti tixtieq toħloq tema ġodda sempliċement run-ġeneratur tema u segwi l-istruzzjonijiet:"
|
12
|
-
remove_all_themes: "Neħħi l
|
12
|
+
remove_all_themes: "Neħħi l-temi u l-applikazzjoni default użu templates"
|
13
13
|
set_theme: "Set Tema"
|
14
14
|
theme_removed: "It-temi kollha jkunu tneħħew"
|
15
15
|
theme_updated: "Tema kienet b'suċċess aġġornata."
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: disguise
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Justin Ball
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-10-
|
12
|
+
date: 2009-10-27 00:00:00 -06:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|