keymaker 0.0.4 → 0.0.5

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.
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
14
14
  ## If your rubyforge_project name is different, then edit it and comment out
15
15
  ## the sub! line in the Rakefile
16
16
  s.name = 'keymaker'
17
- s.version = '0.0.4'
17
+ s.version = '0.0.5'
18
18
  s.date = '2012-06-15'
19
19
 
20
20
  ## Make sure your summary is short. The description may be as long
@@ -26,7 +26,7 @@ require 'keymaker/rails_tasks' if defined?(Rails) && Rails.respond_to?(:env)
26
26
 
27
27
  module Keymaker
28
28
 
29
- VERSION = "0.0.4"
29
+ VERSION = "0.0.5"
30
30
 
31
31
  def self.service
32
32
  @service ||= Keymaker::Service.new(Keymaker::Configuration.new)
@@ -1,5 +1,5 @@
1
1
  # Inspired by the neo4j tasks in maxdemarzi/neography
2
- NEO4J_INSTALL_DIR = ENV['NEO4J_INSTALL_DIR'] || File.expand_path(File.join(Rails.root, "tmp", "neo_#{Rails.env}"))
2
+ NEO4J_INSTALL_DIR = ENV['NEO4J_INSTALL_DIR'] || File.expand_path(File.join("tmp", "neo_#{Rails.env}"))
3
3
  NEO4J_PORT = ENV['NEO4J_PORT'] || Rails.env.test? ? "7475" : "7474"
4
4
 
5
5
  namespace :neo4j do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: keymaker
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:
@@ -177,7 +177,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
177
177
  version: '0'
178
178
  segments:
179
179
  - 0
180
- hash: 3644864341636802848
180
+ hash: 3811076203685826813
181
181
  required_rubygems_version: !ruby/object:Gem::Requirement
182
182
  none: false
183
183
  requirements: