beef-has_assets 0.6.4 → 0.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION +1 -1
- data/app/controllers/admin/assets_controller.rb +1 -0
- data/beef-has_assets.gemspec +4 -4
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.6.
|
|
1
|
+
0.6.5
|
data/beef-has_assets.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{beef-has_assets}
|
|
8
|
-
s.version = "0.6.
|
|
8
|
+
s.version = "0.6.5"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Steve England"]
|
|
12
|
-
s.date = %q{2009-11-
|
|
12
|
+
s.date = %q{2009-11-13}
|
|
13
13
|
s.email = %q{steve@wearebeef.co.uk}
|
|
14
14
|
s.extra_rdoc_files = [
|
|
15
15
|
"LICENSE",
|
|
@@ -74,8 +74,8 @@ Gem::Specification.new do |s|
|
|
|
74
74
|
s.rubygems_version = %q{1.3.5}
|
|
75
75
|
s.summary = %q{Rails Engine. Adds uploadable assets to a model and admin area for files}
|
|
76
76
|
s.test_files = [
|
|
77
|
-
"test/
|
|
78
|
-
"test/
|
|
77
|
+
"test/test_helper.rb",
|
|
78
|
+
"test/has_assets_test.rb"
|
|
79
79
|
]
|
|
80
80
|
|
|
81
81
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: beef-has_assets
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Steve England
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-11-
|
|
12
|
+
date: 2009-11-13 00:00:00 +00:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
15
|
|
|
@@ -103,5 +103,5 @@ signing_key:
|
|
|
103
103
|
specification_version: 3
|
|
104
104
|
summary: Rails Engine. Adds uploadable assets to a model and admin area for files
|
|
105
105
|
test_files:
|
|
106
|
-
- test/has_assets_test.rb
|
|
107
106
|
- test/test_helper.rb
|
|
107
|
+
- test/has_assets_test.rb
|