asmodai 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,7 +16,7 @@ class Asmodai::CLI < Thor
16
16
  def new(name)
17
17
  @app_name=name
18
18
  empty_directory "#{name}/log"
19
- empty_directory "#{name}/lib"
19
+ empty_directory "#{name}/lib"
20
20
  template 'templates/daemon.rb.erb', "#{name}/#{name}.rb"
21
21
  copy_file 'templates/Gemfile', "#{name}/Gemfile"
22
22
  end
@@ -99,7 +99,7 @@ class Asmodai::CLI < Thor
99
99
  desc "console", "Starts a console with loaded environment"
100
100
  def console
101
101
  klass = Asmodai::Info.current.daemon_class
102
- exec "irb -r rubygems -r asmodai -r ./#{klass.daemon_name}"
102
+ exec "irb -Ilib -r rubygems -r asmodai -r ./#{klass.daemon_name}"
103
103
  end
104
104
 
105
105
  desc "version", "Prints Asmodai's version and exists"
@@ -1,3 +1,3 @@
1
1
  module Asmodai
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 4
9
- version: 0.1.4
8
+ - 5
9
+ version: 0.1.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sebastian Morawietz