wrgem 0.0.3 → 0.0.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 185def2bedceb514794a16902cea4dde7ea78c36
4
- data.tar.gz: f966ec6d750d6674a651c3477145263567972f56
3
+ metadata.gz: 474b95ccd0e92fd3cfcbc49ad811b8da39c7bc96
4
+ data.tar.gz: 1bb9d7d7b316b2a31e07f92ff83e5a343846e6c5
5
5
  SHA512:
6
- metadata.gz: 22c3834e0114c0d3494e70d23d00aee378399f13ec18f9bf22585d0182284f8315db91ac5c4b8a0c1dda89f226cb8dd4b6c960640c3ac9c5e2093edf719d0f95
7
- data.tar.gz: 05edfcbb3dbf2ae9b7bf311cbaddd378f9a391906d65737517fb987462980534cbcd1812a5a51d9dafff5d59aae371857d5fec46a93b98f4684192bbeaf9fd89
6
+ metadata.gz: f78b9c1f9c8495f076b0147c7238ed583c94e6e889d377124d73d20181e5621f15114445869bce517d19282d964d49c9d29a40e7fe3b51aed4d6d43b2508ea45
7
+ data.tar.gz: 4dbd8bad192f01cd60e7c949816ad02bf5c0735cc01d9d9c3c9daf40ff81ae052730450e7c1780efa6b221cad375855f3b3a02af9b6f5ed0c5e0b75ffbd9000a
@@ -7,7 +7,9 @@ class WrstartGenerator < Rails::Generators::Base
7
7
  remove_file "Gemfile"
8
8
  copy_file "Gemfile"
9
9
 
10
- run "bundle"
10
+ Bundler.with_clean_env do
11
+ run "bundle install"
12
+ end
11
13
 
12
14
  remove_file "config/database.yml"
13
15
  template "database.yml", "config/database.yml"
@@ -43,7 +45,7 @@ class WrstartGenerator < Rails::Generators::Base
43
45
  copy_file "better_errors.rb", "config/initializers/better_errors.rb"
44
46
 
45
47
  remove_dir "app/assets/javascripts"
46
- copy_dir "javascripts", "app/assets/javascripts"
48
+ directory "javascripts", "app/assets/javascripts"
47
49
 
48
50
  # remove_file "app/assets/stylesheets/application.css"
49
51
  # copy_file "application.sass", "app/assets/stylesheets/application.sass"
data/lib/wrgem/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Wrgem
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wrgem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - davidleandro