active_scaffold 3.1.19 → 3.1.20
Sign up to get free protection for your applications and to get access to all the features.
- data/app/assets/stylesheets/active_scaffold.css.erb +3 -1113
- data/app/assets/stylesheets/active_scaffold.css.erb~ +3 -1125
- data/app/assets/stylesheets/active_scaffold.css.scss.erb~ +1120 -0
- data/app/assets/stylesheets/active_scaffold.css.scss~ +11 -0
- data/app/assets/stylesheets/active_scaffold.css~ +11 -0
- data/app/assets/stylesheets/active_scaffold.scss~ +11 -0
- data/app/assets/stylesheets/active_scaffold_colors.css +244 -0
- data/app/assets/stylesheets/active_scaffold_colors.css.scss~ +481 -0
- data/app/assets/stylesheets/active_scaffold_colors.scss +391 -0
- data/app/assets/stylesheets/active_scaffold_default.css.erb +47 -0
- data/app/assets/stylesheets/active_scaffold_default.css.erb~ +57 -0
- data/app/assets/stylesheets/active_scaffold_default.css.scss~ +1092 -0
- data/app/assets/stylesheets/active_scaffold_default.css~ +923 -0
- data/app/assets/stylesheets/active_scaffold_layout.css +912 -0
- data/app/assets/stylesheets/active_scaffold_layout.css~ +922 -0
- data/config/locales/de.yml +1 -1
- data/lib/active_scaffold/version.rb +1 -1
- metadata +17 -4
data/config/locales/de.yml
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_scaffold
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 43
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 3
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 3.1.
|
9
|
+
- 20
|
10
|
+
version: 3.1.20
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Many, see README
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2012-
|
18
|
+
date: 2012-02-02 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
version_requirements: &id001 !ruby/object:Gem::Requirement
|
@@ -116,7 +116,20 @@ files:
|
|
116
116
|
- app/assets/stylesheets/active_scaffold.css.erb
|
117
117
|
- app/assets/stylesheets/blue-theme.css
|
118
118
|
- app/assets/stylesheets/active_scaffold.css.erb~
|
119
|
+
- app/assets/stylesheets/active_scaffold.scss~
|
119
120
|
- app/assets/stylesheets/blue-theme.css~
|
121
|
+
- app/assets/stylesheets/active_scaffold_default.css~
|
122
|
+
- app/assets/stylesheets/active_scaffold_default.css.scss~
|
123
|
+
- app/assets/stylesheets/active_scaffold.css.scss.erb~
|
124
|
+
- app/assets/stylesheets/active_scaffold_layout.css~
|
125
|
+
- app/assets/stylesheets/active_scaffold_colors.css.scss~
|
126
|
+
- app/assets/stylesheets/active_scaffold_colors.css
|
127
|
+
- app/assets/stylesheets/active_scaffold_default.css.erb
|
128
|
+
- app/assets/stylesheets/active_scaffold_layout.css
|
129
|
+
- app/assets/stylesheets/active_scaffold_default.css.erb~
|
130
|
+
- app/assets/stylesheets/active_scaffold_colors.scss
|
131
|
+
- app/assets/stylesheets/active_scaffold.css.scss~
|
132
|
+
- app/assets/stylesheets/active_scaffold.css~
|
120
133
|
- config/locales/de.yml
|
121
134
|
- config/locales/en.yml
|
122
135
|
- config/locales/es.yml
|