padma-assets 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/app/assets/stylesheets/colors.css.scss +3 -0
- data/lib/padma-assets/version.rb +1 -1
- metadata +18 -17
data/lib/padma-assets/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: padma-assets
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-12-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: railties
|
@@ -34,27 +34,28 @@ executables: []
|
|
34
34
|
extensions: []
|
35
35
|
extra_rdoc_files: []
|
36
36
|
files:
|
37
|
-
- app/assets/
|
38
|
-
- app/assets/images/ie-spacer.gif
|
39
|
-
- app/assets/images/gritter-long-green.png
|
40
|
-
- app/assets/images/gritter-green.png
|
41
|
-
- app/assets/images/arrow_up.png
|
42
|
-
- app/assets/images/gritter-red.png
|
43
|
-
- app/assets/images/gritter-long.png
|
44
|
-
- app/assets/images/gritter-long-red.png
|
45
|
-
- app/assets/images/gritter.png
|
37
|
+
- app/assets/stylesheets/header.css
|
46
38
|
- app/assets/stylesheets/button.css.scss
|
47
|
-
- app/assets/stylesheets/menubox_w140px.css
|
48
|
-
- app/assets/stylesheets/reset.css
|
49
|
-
- app/assets/stylesheets/pictos.css.scss
|
50
39
|
- app/assets/stylesheets/tables.css.scss
|
51
40
|
- app/assets/stylesheets/footer.css
|
41
|
+
- app/assets/stylesheets/layout_application.css
|
42
|
+
- app/assets/stylesheets/reset.css
|
43
|
+
- app/assets/stylesheets/padma-assets.css
|
44
|
+
- app/assets/stylesheets/colors.css.scss
|
45
|
+
- app/assets/stylesheets/menubox_w140px.css
|
52
46
|
- app/assets/stylesheets/jquery.gritter.css
|
53
|
-
- app/assets/stylesheets/header.css
|
54
47
|
- app/assets/stylesheets/layout_users.css
|
55
|
-
- app/assets/stylesheets/
|
48
|
+
- app/assets/stylesheets/pictos.css.scss
|
56
49
|
- app/assets/stylesheets/layout_schools.css
|
57
|
-
- app/assets/
|
50
|
+
- app/assets/images/arrow_down.png
|
51
|
+
- app/assets/images/gritter.png
|
52
|
+
- app/assets/images/gritter-long-red.png
|
53
|
+
- app/assets/images/gritter-green.png
|
54
|
+
- app/assets/images/gritter-red.png
|
55
|
+
- app/assets/images/arrow_up.png
|
56
|
+
- app/assets/images/gritter-long.png
|
57
|
+
- app/assets/images/gritter-long-green.png
|
58
|
+
- app/assets/images/ie-spacer.gif
|
58
59
|
- app/assets/javascripts/padma-assets.js
|
59
60
|
- app/assets/javascripts/notifications.js.coffee
|
60
61
|
- app/assets/javascripts/jquery.gritter.min.js
|