rails_db 1.3.3 → 1.3.4

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: f51bd2ef82ff0955769aa209543d34716d979e56
4
- data.tar.gz: e0e62d0d304c81a4b1eeaa66b7b6b34e93462862
3
+ metadata.gz: 871386765d383d2556399ccff8d4a81776597723
4
+ data.tar.gz: e466f81b832529505fc7af1420fd1d912613342a
5
5
  SHA512:
6
- metadata.gz: 7ed7968df60fa5f1813fd396024d8827c86158514f2bcfc883bc87d92be0bc308a7565d76abc3720feb0e1e4901f2d24fae074f0f219ca8e77c5d89325717331
7
- data.tar.gz: 21e4eb230b6df51b8486098558928abee13cb4130b4547f21f513045577fe01084daa846f6fd694e6af6c6efb6dd0b1355ab65f128e5d3c4147a9e994ca62349
6
+ metadata.gz: a2d883eac41a805378c2a03917bab11d60788555942dc6f2f110a81b07d8117353225048e1deab9b609af79ebd382c8267f285af7a67c31f3d31050253aaf26a
7
+ data.tar.gz: 1974addeaa8121969468410dc171df8d2db46f2a15fb1d9e50ab0bd173ddda21ae5922dd4980cf45806504f22907155039eab5240035f144bb9ab8f8b6cce7eb
data/bin/runsql CHANGED
@@ -13,7 +13,6 @@ ENGINE_ROOT = File.expand_path('../..', __FILE__)
13
13
  ENGINE_PATH = File.expand_path('../../lib/rails_db/engine', __FILE__)
14
14
 
15
15
  require "#{ENGINE_ROOT}/lib/ext/string_ext"
16
- require "#{ENGINE_ROOT}/lib/libs"
17
16
 
18
17
  database_yml = ::File.expand_path(File.join('.', 'config', 'database.yml'))
19
18
  app_path = ::File.expand_path(File.join('.'))
@@ -1,3 +1,3 @@
1
1
  module RailsDb
2
- VERSION = "1.3.3"
2
+ VERSION = "1.3.4"
3
3
  end
data/lib/rails_db.rb CHANGED
@@ -60,6 +60,7 @@ module RailsDb
60
60
 
61
61
  end
62
62
 
63
+ require_relative "libs"
63
64
  require_relative "rails_db/engine"
64
65
  require_relative "rails/routes"
65
66
  require_relative "ext/simple_form_ext"
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_db
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.3
4
+ version: 1.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Kasyanchuk
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-19 00:00:00.000000000 Z
11
+ date: 2016-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails