beef-articles 0.3.25 → 0.3.27

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 CHANGED
@@ -1 +1 @@
1
- 0.3.25
1
+ 0.3.27
@@ -1,4 +1,4 @@
1
- <h1>Listing articles</h1>
1
+ <h1>Listing Articles</h1>
2
2
 
3
3
  <ul class="choices">
4
4
  <li><%= link_to 'New article', new_admin_article_path %></li>
@@ -3,7 +3,7 @@
3
3
  <%= stylesheet_link_tag 'lightwindow' %>
4
4
  <% end -%>
5
5
 
6
- <h1><%= @article.new_record? ? 'New' : 'Editing' %> article</h1>
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 %>
@@ -1,7 +1,7 @@
1
- <h1>Listing categories</h1>
1
+ <h1>Listing Categories</h1>
2
2
 
3
3
  <ul class="choices">
4
- <li><%= link_to 'New category', new_admin_category_path %></li>
4
+ <li><%= link_to 'New Category', new_admin_category_path %></li>
5
5
  </ul>
6
6
 
7
7
  <table>
@@ -1,4 +1,4 @@
1
- <h1><%= @category.new_record? ? 'New' : 'Editing' %> category</h1>
1
+ <h1><%= @category.new_record? ? 'New' : 'Editing a' %> Category</h1>
2
2
 
3
3
  <% form_for([:admin, @category]) do |f| %>
4
4
  <%= f.error_messages %>
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.25"
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-03}
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.25
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-03 00:00:00 -07:00
12
+ date: 2009-09-07 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency