baldwin 0.2.4 → 0.2.5

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