beef-articles 0.3.25 → 0.3.27
Sign up to get free protection for your applications and to get access to all the features.
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.27
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<%= stylesheet_link_tag 'lightwindow' %>
|
4
4
|
<% end -%>
|
5
5
|
|
6
|
-
<h1><%= @article.new_record? ? 'New' : 'Editing' %>
|
6
|
+
<h1><%= @article.new_record? ? 'New' : 'Editing an' %> Article</h1>
|
7
7
|
|
8
8
|
<% form_for([:admin, @article], :html => {:id => 'has-assets-form'}) do |f| %>
|
9
9
|
<%= f.error_messages %>
|
@@ -55,4 +55,5 @@
|
|
55
55
|
<h2>File Upload</h2>
|
56
56
|
<%= asset_upload_form %>
|
57
57
|
|
58
|
+
<%= flickr_select %>
|
58
59
|
<% end %>
|
data/articles.gemspec
CHANGED
@@ -1,15 +1,12 @@
|
|
1
|
-
# Generated by jeweler
|
2
|
-
# DO NOT EDIT THIS FILE
|
3
|
-
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
|
4
1
|
# -*- encoding: utf-8 -*-
|
5
2
|
|
6
3
|
Gem::Specification.new do |s|
|
7
4
|
s.name = %q{articles}
|
8
|
-
s.version = "0.3.
|
5
|
+
s.version = "0.3.27"
|
9
6
|
|
10
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
8
|
s.authors = ["Steve England"]
|
12
|
-
s.date = %q{2009-09-
|
9
|
+
s.date = %q{2009-09-07}
|
13
10
|
s.email = %q{steve@wearebeef.co.uk}
|
14
11
|
s.extra_rdoc_files = [
|
15
12
|
"LICENSE",
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: beef-articles
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.27
|
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-09-
|
12
|
+
date: 2009-09-07 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|