nswebgen 1.0.1 → 1.0.2

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.
@@ -223,7 +223,7 @@ module Nsweb
223
223
 
224
224
  def init_nsweb
225
225
  generate(:session_migration)
226
- bundle_command 'rake nsweb:install:migrations'
226
+ bundle_command 'exec rake nsweb:install:migrations'
227
227
  args = []
228
228
  args << "--backend #{options.backend}"
229
229
  args << "--administration" if options.administration?
@@ -237,9 +237,9 @@ module Nsweb
237
237
 
238
238
  def init_database
239
239
  unless options.skip_db?
240
- bundle_command 'rake db:create'
241
- bundle_command 'rake db:migrate'
242
- bundle_command 'rake db:seed'
240
+ bundle_command 'exec rake db:create'
241
+ bundle_command 'exec rake db:migrate'
242
+ bundle_command 'exec rake db:seed'
243
243
  end
244
244
  end
245
245
 
@@ -3,5 +3,5 @@
3
3
  #
4
4
 
5
5
  module Nswebgen
6
- VERSION = '1.0.1' # Current Nswebgen version
6
+ VERSION = '1.0.2' # Current Nswebgen version
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nswebgen
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -110,7 +110,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
110
110
  version: '0'
111
111
  segments:
112
112
  - 0
113
- hash: 402531325
113
+ hash: 1027113709
114
114
  required_rubygems_version: !ruby/object:Gem::Requirement
115
115
  none: false
116
116
  requirements: