avatars_for_rails 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- data/avatars_for_rails.gemspec +32 -32
- metadata +12 -13
data/avatars_for_rails.gemspec
CHANGED
@@ -1,40 +1,40 @@
|
|
1
1
|
# Provide a simple gemspec so you can easily use your enginex
|
2
2
|
# project in your rails apps through git.
|
3
3
|
Gem::Specification.new do |s|
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
4
|
+
s.name = "avatars_for_rails"
|
5
|
+
s.version = "0.1.6"
|
6
|
+
s.authors = ["Jaime Castro Montero", "GING"]
|
7
|
+
s.summary = "Avatar manager for rails apps."
|
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"
|
9
|
+
s.email = "social-stream@dit.upm.es"
|
10
|
+
s.homepage = "http://github.com/ging/avatars_for_rails"
|
11
|
+
s.files = `git ls-files`.split("\n")
|
12
12
|
#s.files = Dir["{app,lib,config}/**/*"] + ["MIT-LICENSE", "Rakefile", "Gemfile", "README.rdoc"]
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
13
|
+
# Gem dependencies
|
14
|
+
#
|
15
|
+
# SQL foreign keys
|
16
|
+
s.add_runtime_dependency('foreigner', '>= 0.9.1')
|
17
|
+
s.add_runtime_dependency('paperclip', '>= 2.3.4')
|
18
|
+
s.add_runtime_dependency('rmagick','>= 2.13.1')
|
20
19
|
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
20
|
+
|
21
|
+
# Development Gem dependencies
|
22
|
+
#
|
23
|
+
s.add_development_dependency('rails', '>= 3.1.0')
|
24
|
+
# Testing database
|
25
|
+
s.add_development_dependency('sqlite3-ruby')
|
26
|
+
# Debugging
|
27
|
+
if RUBY_VERSION < '1.9'
|
28
|
+
s.add_development_dependency('ruby-debug', '~> 0.10.3')
|
29
|
+
end
|
30
|
+
# Specs
|
31
|
+
s.add_development_dependency('rspec-rails', '~> 2.5.0')
|
32
|
+
# Fixtures
|
33
|
+
s.add_development_dependency('factory_girl', '~> 1.3.2')
|
34
|
+
# Population
|
35
|
+
s.add_development_dependency('forgery', '~> 0.3.6')
|
36
|
+
# Integration testing
|
37
|
+
s.add_development_dependency('capybara', '~> 0.3.9')
|
38
38
|
|
39
39
|
end
|
40
40
|
|
metadata
CHANGED
@@ -1,21 +1,22 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: avatars_for_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 23
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 6
|
10
|
+
version: 0.1.6
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Jaime Castro Montero
|
14
|
+
- GING
|
14
15
|
autorequire:
|
15
16
|
bindir: bin
|
16
17
|
cert_chain: []
|
17
18
|
|
18
|
-
date: 2011-10-
|
19
|
+
date: 2011-10-24 00:00:00 +02:00
|
19
20
|
default_executable:
|
20
21
|
dependencies:
|
21
22
|
- !ruby/object:Gem::Dependency
|
@@ -24,7 +25,7 @@ dependencies:
|
|
24
25
|
requirement: &id001 !ruby/object:Gem::Requirement
|
25
26
|
none: false
|
26
27
|
requirements:
|
27
|
-
- -
|
28
|
+
- - ">="
|
28
29
|
- !ruby/object:Gem::Version
|
29
30
|
hash: 57
|
30
31
|
segments:
|
@@ -40,7 +41,7 @@ dependencies:
|
|
40
41
|
requirement: &id002 !ruby/object:Gem::Requirement
|
41
42
|
none: false
|
42
43
|
requirements:
|
43
|
-
- -
|
44
|
+
- - ">="
|
44
45
|
- !ruby/object:Gem::Version
|
45
46
|
hash: 11
|
46
47
|
segments:
|
@@ -56,7 +57,7 @@ dependencies:
|
|
56
57
|
requirement: &id003 !ruby/object:Gem::Requirement
|
57
58
|
none: false
|
58
59
|
requirements:
|
59
|
-
- -
|
60
|
+
- - ">="
|
60
61
|
- !ruby/object:Gem::Version
|
61
62
|
hash: 57
|
62
63
|
segments:
|
@@ -74,14 +75,12 @@ dependencies:
|
|
74
75
|
requirements:
|
75
76
|
- - ">="
|
76
77
|
- !ruby/object:Gem::Version
|
77
|
-
hash:
|
78
|
+
hash: 3
|
78
79
|
segments:
|
79
80
|
- 3
|
80
81
|
- 1
|
81
82
|
- 0
|
82
|
-
|
83
|
-
- 4
|
84
|
-
version: 3.1.0.rc4
|
83
|
+
version: 3.1.0
|
85
84
|
name: rails
|
86
85
|
version_requirements: *id004
|
87
86
|
- !ruby/object:Gem::Dependency
|
@@ -178,8 +177,8 @@ dependencies:
|
|
178
177
|
version: 0.3.9
|
179
178
|
name: capybara
|
180
179
|
version_requirements: *id010
|
181
|
-
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
|
182
|
-
email:
|
180
|
+
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
|
181
|
+
email: social-stream@dit.upm.es
|
183
182
|
executables: []
|
184
183
|
|
185
184
|
extensions: []
|