resource_index 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,8 @@
1
1
  require 'resource_index'
2
2
  require 'rails'
3
- module MournfulSettings
3
+ module ResourceIndex
4
4
  class Railtie < Rails::Railtie
5
- # makes mournful_settings rake tasks available to host app
5
+ # makes resource index rake tasks available to host app
6
6
  rake_tasks do
7
7
  Dir[File.join(File.dirname(__FILE__),'../tasks/*.rake')].each { |f| load f }
8
8
  end
@@ -1,10 +1,14 @@
1
1
  module ResourceIndex
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
4
4
 
5
5
  # History
6
6
  # =======
7
7
  #
8
+ # Version 0.0.5
9
+ # -------------
10
+ # Corrects error in Railtie configuration
11
+ #
8
12
  # Version 0.0.4
9
13
  # -------------
10
14
  # Adds Railtie to allow rake tasks to be run from within host rails app
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: resource_index
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: