wa_bcms_blog 1.1.0 → 1.1.1

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.
Files changed (2) hide show
  1. data/app/models/blog_post.rb +1 -1
  2. metadata +5 -4
@@ -78,7 +78,7 @@ class BlogPost < ActiveRecord::Base
78
78
 
79
79
  def self.columns_for_index
80
80
  [ {:label => "Name", :method => :name, :order => "name" },
81
- {:label => "Published", :method => :published_label, :order => "published" } ]
81
+ {:label => "Published At", :method => :published_label, :order => "published_at" } ]
82
82
  end
83
83
 
84
84
  def published_label
metadata CHANGED
@@ -1,21 +1,22 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wa_bcms_blog
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 0
10
- version: 1.1.0
9
+ - 1
10
+ version: 1.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - BrowserMedia
14
+ - Wolfram Arnold
14
15
  autorequire:
15
16
  bindir: bin
16
17
  cert_chain: []
17
18
 
18
- date: 2010-05-24 00:00:00 -07:00
19
+ date: 2010-06-20 00:00:00 -07:00
19
20
  default_executable:
20
21
  dependencies: []
21
22