avatars_for_rails 0.2.7 → 0.2.8
Sign up to get free protection for your applications and to get access to all the features.
@@ -94,13 +94,13 @@ h2{padding-left:10px;font-size: 14px;color: #2A3890;}
|
|
94
94
|
|
95
95
|
|
96
96
|
/*************REVIEW ********************/
|
97
|
-
* { margin: 0; padding: 0;}
|
97
|
+
* { margin: 0; padding: 0;}
|
98
98
|
html, body {height: 100%;}
|
99
99
|
.p { margin: 0px; padding: 0px; font-size: inherit; font-family: inherit; font-weight: inherit;
|
100
100
|
text-align: inherit; color: inherit; line-height: inherit; vertical-align: top;}
|
101
101
|
p { padding-top: 0px; margin-top: 0px;}
|
102
102
|
img { border: 0px;}
|
103
|
-
div { margin: 0px; padding: 0px;
|
103
|
+
div { margin: 0px; padding: 0px; }
|
104
104
|
.AbsWrap { width: 100%; position: relative;}
|
105
105
|
.rowWrap { width: 100%;}
|
106
106
|
/**a:link,a:visited { color: inherit; text-decoration: inherit;}**/
|
data/avatars_for_rails.gemspec
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
# project in your rails apps through git.
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = "avatars_for_rails"
|
5
|
-
s.version = "0.2.
|
5
|
+
s.version = "0.2.8"
|
6
6
|
s.authors = ["Jaime Castro Montero", "GING"]
|
7
7
|
s.summary = "Avatar manager for rails apps."
|
8
8
|
s.description = "A Rails engine that allows any model to act as avatarable, permitting it to have a complete avatar manager with a few options. Adapted to rails 3"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: avatars_for_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.8
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -294,7 +294,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
294
294
|
version: '0'
|
295
295
|
segments:
|
296
296
|
- 0
|
297
|
-
hash:
|
297
|
+
hash: 108146099
|
298
298
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
299
299
|
none: false
|
300
300
|
requirements:
|
@@ -303,7 +303,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
303
303
|
version: '0'
|
304
304
|
segments:
|
305
305
|
- 0
|
306
|
-
hash:
|
306
|
+
hash: 108146099
|
307
307
|
requirements: []
|
308
308
|
rubyforge_project:
|
309
309
|
rubygems_version: 1.8.24
|