Skip to content

Commit

Permalink
Add the version file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Heycock committed Apr 3, 2012
1 parent 2fe8531 commit 335ea26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions VERSION
@@ -0,0 +1 @@
0.5.5
3 changes: 2 additions & 1 deletion lib/smith.rb
Expand Up @@ -50,7 +50,7 @@ def acl_path
# generate a temporary path.
def acl_cache_path
@acl_cache_path ||= if Smith.config.agency._has_key?(:acl_cache_path)
Pathname.new(Smith.config.agency.protocol_buffer_cache_path)
Pathname.new(Smith.config.agency.acl_cache_path)
else
cache_dir = Pathname.new(ENV['HOME']).join('.smith').join('acl')
if cache_dir.exist?
Expand Down Expand Up @@ -226,6 +226,7 @@ def path_to_pathnames(path)
require_relative 'smith/messaging/amqp_options'
require_relative 'smith/messaging/queue_factory'
require_relative 'smith/messaging/payload'
require_relative 'smith/messaging/acl/default'
require_relative 'smith/messaging/endpoint'
require_relative 'smith/messaging/exceptions'
require_relative 'smith/messaging/responder'
Expand Down

0 comments on commit 335ea26

Please sign in to comment.