beef-has_assets 0.3.5 → 0.3.6
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/views/admin/flickrs/_selector.html.erb +1 -3
- data/has_assets.gemspec +1 -1
- metadata +3 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.6
|
|
@@ -3,10 +3,8 @@
|
|
|
3
3
|
<% form_remote_tag( :url => admin_flickr_path, :method => :get ) do -%>
|
|
4
4
|
<p><label for="tags">Search by tag:</label>
|
|
5
5
|
<%= text_field_tag :tags, params[:tags] %> <%= submit_tag "go" %></p>
|
|
6
|
-
<% end -%>
|
|
7
|
-
|
|
8
6
|
<% for photo in flickr_images %>
|
|
9
7
|
<%= link_to "#{image_tag photo.url(:square)}", "#{photo.url(:large)}", :title => "#{photo.title}", :onclick => "addLinkedImage('#{photo.url(:medium)}',this.title); return false;" %>
|
|
10
8
|
<% end -%>
|
|
11
|
-
|
|
9
|
+
<% end -%>
|
|
12
10
|
</div>
|
data/has_assets.gemspec
CHANGED
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.3.
|
|
4
|
+
version: 0.3.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Steve England
|
|
@@ -70,6 +70,7 @@ files:
|
|
|
70
70
|
- test/test_helper.rb
|
|
71
71
|
has_rdoc: false
|
|
72
72
|
homepage: http://github.com/beef/assets
|
|
73
|
+
licenses:
|
|
73
74
|
post_install_message:
|
|
74
75
|
rdoc_options:
|
|
75
76
|
- --charset=UTF-8
|
|
@@ -90,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
90
91
|
requirements: []
|
|
91
92
|
|
|
92
93
|
rubyforge_project:
|
|
93
|
-
rubygems_version: 1.
|
|
94
|
+
rubygems_version: 1.3.5
|
|
94
95
|
signing_key:
|
|
95
96
|
specification_version: 3
|
|
96
97
|
summary: Rails Engine. Adds uploadable assets to a model and admin area for files
|