refinerycms-news 0.9.8.2 → 0.9.8.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/news.rb +1 -1
  2. data/rails/init.rb +1 -0
  3. metadata +4 -4
data/lib/news.rb CHANGED
@@ -2,7 +2,7 @@ module Refinery
2
2
  module News
3
3
  class << self
4
4
  def version
5
- %q{0.9.8.2}
5
+ %q{0.9.8.3}
6
6
  end
7
7
  end
8
8
  end
data/rails/init.rb CHANGED
@@ -1,5 +1,6 @@
1
1
  Refinery::Plugin.register do |plugin|
2
2
  plugin.title = "News"
3
+ plugin.name = "news"
3
4
  plugin.description = "Provides a blog-like news section"
4
5
  plugin.version = 1.0
5
6
  plugin.menu_match = /(admin|refinery)\/news(_items)?$/
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: refinerycms-news
3
3
  version: !ruby/object:Gem::Version
4
- hash: 35
4
+ hash: 33
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
9
  - 8
10
- - 2
11
- version: 0.9.8.2
10
+ - 3
11
+ version: 0.9.8.3
12
12
  platform: ruby
13
13
  authors:
14
14
  - Resolve Digital
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-07-23 00:00:00 +12:00
19
+ date: 2010-08-26 00:00:00 +12:00
20
20
  default_executable:
21
21
  dependencies: []
22
22