wrgem 0.0.4 → 0.0.6

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: 474b95ccd0e92fd3cfcbc49ad811b8da39c7bc96
4
- data.tar.gz: 1bb9d7d7b316b2a31e07f92ff83e5a343846e6c5
3
+ metadata.gz: 1c35330437570af70cf4c437136b4e3ab3cdf301
4
+ data.tar.gz: f2d813b9f1a9de7197c2c210004900192d5e8926
5
5
  SHA512:
6
- metadata.gz: f78b9c1f9c8495f076b0147c7238ed583c94e6e889d377124d73d20181e5621f15114445869bce517d19282d964d49c9d29a40e7fe3b51aed4d6d43b2508ea45
7
- data.tar.gz: 4dbd8bad192f01cd60e7c949816ad02bf5c0735cc01d9d9c3c9daf40ff81ae052730450e7c1780efa6b221cad375855f3b3a02af9b6f5ed0c5e0b75ffbd9000a
6
+ metadata.gz: f6173a32af98f42867e19dfa8e68a96d3bde8a24ec08ee5b51d7791d9d2c630fb69f5e6489140da7736201b6f0df4db96bb2843eeddcd2bad9e29a11a159e9ff
7
+ data.tar.gz: d85ab3ec8a1cbd620f3ee7d3051d11da560746a6d7f5b2a432bed696433f2f00b444df411310cacee0a2c75bb2d0238ae220b29af3cdec3e3543a64f9cb3d041
@@ -7,9 +7,10 @@ class WrstartGenerator < Rails::Generators::Base
7
7
  remove_file "Gemfile"
8
8
  copy_file "Gemfile"
9
9
 
10
- Bundler.with_clean_env do
11
- run "bundle install"
12
- end
10
+ run "bundle update"
11
+ # inside Rails.root do
12
+ # run "bundle install"
13
+ # end
13
14
 
14
15
  remove_file "config/database.yml"
15
16
  template "database.yml", "config/database.yml"
data/lib/wrgem/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Wrgem
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.6"
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.4
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - davidleandro