beef-has_assets 0.6.5 → 0.6.6

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.5
1
+ 0.6.6
@@ -14,7 +14,7 @@
14
14
 
15
15
  <div id="upload-elements">
16
16
  <p>
17
- <%= f.label :uploaded_data, "File (upto 5 megabytes)" %><br />
17
+ <%= f.label :uploaded_data, "File (up to 5 megabytes)" %><br />
18
18
  <%= f.file_field :uploaded_data %>
19
19
  </p>
20
20
 
@@ -1,4 +1,4 @@
1
- <h1>Showing assets <%=h @asset.filename %></h1>
1
+ <h1>Showing files <%=h @asset.filename %></h1>
2
2
 
3
3
  <% if @asset.image? %>
4
4
  <p>
@@ -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.5"
8
+ s.version = "0.6.6"
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-13}
12
+ s.date = %q{2009-12-01}
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/test_helper.rb",
78
- "test/has_assets_test.rb"
77
+ "test/has_assets_test.rb",
78
+ "test/test_helper.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.5
4
+ version: 0.6.6
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-13 00:00:00 +00:00
12
+ date: 2009-12-01 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/test_helper.rb
107
106
  - test/has_assets_test.rb
107
+ - test/test_helper.rb