baldwin 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -29,6 +29,13 @@ namespace :baldwin do
29
29
  task :install do
30
30
  Baldwin::Installer.start
31
31
  end
32
+
33
+ desc "Start up a dummy application"
34
+ task :server => :'baldwin:env' do
35
+ APP_PATH = Baldwin.rails.join 'config/application'
36
+ require Baldwin.rails.join 'config/boot'
37
+ require 'rails/commands' # this automatically runs 'rails server'
38
+ end
32
39
  end
33
40
 
34
41
  RSpec::Core::RakeTask.new :rspec => [ :'baldwin:env', :'baldwin:rails' ]
@@ -1,3 +1,3 @@
1
1
  module Baldwin
2
- VERSION = '0.2.3'
2
+ VERSION = '0.2.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: baldwin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: