restrack 1.6.5 → 1.6.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,7 @@ class <%= @service_name.camelize %>::WebService < RESTRack::WebService; end
6
6
  RESTRack::CONFIG = RESTRack::load_config(File.join(File.dirname(__FILE__), 'config/constants.yaml'))
7
7
  RESTRack::CONFIG[:ROOT] = File.dirname(__FILE__)
8
8
 
9
- require File.join(RESTRack::CONFIG[:ROOT], 'hooks') if File.exists?(File.join(RESTRack::CONFIG[:ROOT], 'hooks'))
9
+ require File.join(RESTRack::CONFIG[:ROOT], 'hooks') if File.exists?(File.join(RESTRack::CONFIG[:ROOT], 'hooks.rb'))
10
10
 
11
11
  # Dynamically load all controllers
12
12
  Find.find( File.join(File.dirname(__FILE__), 'controllers') ) do |file|
@@ -1,3 +1,3 @@
1
1
  module RESTRack
2
- VERSION = "1.6.5"
2
+ VERSION = "1.6.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: restrack
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.5
4
+ version: 1.6.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-01 00:00:00.000000000 Z
12
+ date: 2012-10-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rack
@@ -261,3 +261,4 @@ specification_version: 3
261
261
  summary: A lightweight MVC framework developed specifically for JSON (and XML) REST
262
262
  services.
263
263
  test_files: []
264
+ has_rdoc: