bcms_feeds 1.0.6 → 1.0.7

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/lib/bcms_feeds/routes.rb +5 -0
  2. metadata +3 -2
@@ -0,0 +1,5 @@
1
+ module Cms::Routes
2
+ def routes_for_bcms_feeds
3
+ #nothing, just here to make the default install process happy.
4
+ end
5
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bcms_feeds
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jon Leighton
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-05-03 00:00:00 +01:00
12
+ date: 2010-05-12 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -40,6 +40,7 @@ files:
40
40
  - db/migrate/20090813213104_add_feeds.rb
41
41
  - db/migrate/20100115202209_modify_feeds_table_to_use_mediumtext.rb
42
42
  - lib/bcms_feeds.rb
43
+ - lib/bcms_feeds/routes.rb
43
44
  - rails/init.rb
44
45
  - README
45
46
  has_rdoc: true