phil_columns 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d789fc3c03e3480119e3beff9827ade6e9a1400f
4
- data.tar.gz: 247007881ff42be0a715b6d880beefda0ced5baa
3
+ metadata.gz: f68d4c34f62a1b4501a8db1bdcd0004b5e82ac53
4
+ data.tar.gz: 7887155e062b475a37af31c1bca6cc016a2d20b6
5
5
  SHA512:
6
- metadata.gz: 6979d9a76ee6a732e66ccb95e2c4fa13d427908b6eb65f23d826aa28e9bea165e07c088b7f6898ec8578f8152260930ba5755bab6264e93faf3d33eb50127683
7
- data.tar.gz: c965c6209b0dbed143f66e50915ba72b6424f3eb43b4218f8e50b2912a40e185f8efe47e79bae46627829ca2a75ce9f615df8db4678181e9230ecfa5af03cc6d
6
+ metadata.gz: 5d6c8cbfcc1cf7c604a6c032a430a444afcada871cd78c47ffe6d9b2902c141e680e093c06e4148691b30c67b60afbce660362dd6aa5bbe119c0d3c5f7e87d43
7
+ data.tar.gz: 829d91d54ad581acadc34685dda46e466281552f10f727fc031a49d105f097dceb4dac3f4d237d880bc0e695cbb5c9a5081f1c3d3d833deef49d191874871ddf
@@ -49,7 +49,7 @@ module PhilColumns
49
49
  def write_env_file
50
50
  if file_collision( env_file_path.expand_path )
51
51
  File.open env_file_path.expand_path, 'w' do |f|
52
- f.puts( '# Add any Phil Columns only configuration in this file' )
52
+ f.puts( "# Add any Phil Columns only configuration in this file\n\nActiveRecord::Base::connection # need this for console command (not sure why?)\n" )
53
53
  end
54
54
 
55
55
  return
@@ -1,3 +1,3 @@
1
1
  module PhilColumns
2
- VERSION = "0.3.0"
2
+ VERSION = "0.4.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phil_columns
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - JC. ason Harrelson (midas)