attachment_magic 0.1.1 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/attachment_magic.gemspec +1 -1
- data/lib/attachment_magic/version.rb +1 -1
- metadata +4 -9
data/attachment_magic.gemspec
CHANGED
@@ -17,6 +17,6 @@ Gem::Specification.new do |s|
|
|
17
17
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
18
18
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
19
19
|
s.require_paths = ["lib"]
|
20
|
-
s.add_runtime_dependency(%q<rails>, ["
|
20
|
+
s.add_runtime_dependency(%q<rails>, [">= 3.0.10"])
|
21
21
|
s.add_runtime_dependency(%q<mimetype-fu>, ["~> 0.1.2"])
|
22
22
|
end
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: attachment_magic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.
|
5
|
+
version: 0.2.0
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Thomas von Deyen
|
@@ -10,8 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-10-
|
14
|
-
default_executable:
|
13
|
+
date: 2011-10-25 00:00:00 Z
|
15
14
|
dependencies:
|
16
15
|
- !ruby/object:Gem::Dependency
|
17
16
|
name: rails
|
@@ -19,12 +18,9 @@ dependencies:
|
|
19
18
|
requirement: &id001 !ruby/object:Gem::Requirement
|
20
19
|
none: false
|
21
20
|
requirements:
|
22
|
-
- - <
|
23
|
-
- !ruby/object:Gem::Version
|
24
|
-
version: "3.1"
|
25
21
|
- - ">="
|
26
22
|
- !ruby/object:Gem::Version
|
27
|
-
version: 3.0.
|
23
|
+
version: 3.0.10
|
28
24
|
type: :runtime
|
29
25
|
version_requirements: *id001
|
30
26
|
- !ruby/object:Gem::Dependency
|
@@ -55,7 +51,6 @@ files:
|
|
55
51
|
- lib/attachment_magic.rb
|
56
52
|
- lib/attachment_magic/backends/file_system_backend.rb
|
57
53
|
- lib/attachment_magic/version.rb
|
58
|
-
has_rdoc: true
|
59
54
|
homepage: https://github.com/magiclabs/attachment_magic
|
60
55
|
licenses: []
|
61
56
|
|
@@ -79,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
79
74
|
requirements: []
|
80
75
|
|
81
76
|
rubyforge_project: attachment_magic
|
82
|
-
rubygems_version: 1.
|
77
|
+
rubygems_version: 1.8.11
|
83
78
|
signing_key:
|
84
79
|
specification_version: 3
|
85
80
|
summary: A simple file attachment gem for Rails 3
|