marty 0.5.35 → 0.5.36

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: d57f8c7a1dc4a0af72bb259befade99ac6429049
4
- data.tar.gz: 0856cfc7dcd8d85ee375f7022ad3a5acb1ddfa4f
3
+ metadata.gz: 24a36165fcd55533cd44937e00fe4c47ed4067b9
4
+ data.tar.gz: de5dcc3b359873399c3de9220efe63529496c865
5
5
  SHA512:
6
- metadata.gz: 73090705b5bce0cdb0840db252c74d3549aad647081f27b3ae24ff540ebca97493b4a4f704c968468036958ccbabdcf79b263e357a959fd0a068fa7d7ad3defb
7
- data.tar.gz: b9a101923c6dfdaeb97235c004eeeb0265e14916abb779f1b548b84d488986e910750227078f285acd8594213b5362d933c0ff7392806d500cac33fcb124e331
6
+ metadata.gz: 99d661c9d4a895addb0d34ede38e98920514a10364d7773bf17779b90342e3f2585dcecedc4e8265e24157bf907457a1f3408fa983214780c78a973a506e25e7
7
+ data.tar.gz: 533a6930df5a3d84d5d0bf323d9997dcda0581b756bec5c768cbc9daef83b70bb800bdf9a08f75e164a70bc890d5fdbe361154964cffd0ea820688d51017d606
data/lib/marty.rb CHANGED
@@ -13,3 +13,7 @@ require 'marty/mcfly_query'
13
13
  require 'marty/monkey'
14
14
  require 'marty/promise_job'
15
15
  require 'marty/lazy_column_loader'
16
+
17
+ # This does not get loaded in via bundler unless it is included in the application's
18
+ # Gemfile. Requiring it here removes the need to add it to the Gemfile
19
+ require 'net-ldap'
data/lib/marty/engine.rb CHANGED
@@ -3,6 +3,7 @@ module Marty
3
3
  isolate_namespace Marty
4
4
 
5
5
  config.autoload_paths << File.expand_path("../../../lib", __FILE__)
6
+ config.autoload_paths << File.expand_path("../../../components", __FILE__)
6
7
 
7
8
  # generators add rspec tests
8
9
  config.generators do |g|
data/lib/marty/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Marty
2
- VERSION = "0.5.35"
2
+ VERSION = "0.5.36"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: marty
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.35
4
+ version: 0.5.36
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arman Bostani
@@ -14,7 +14,7 @@ authors:
14
14
  autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
- date: 2016-04-26 00:00:00.000000000 Z
17
+ date: 2016-05-03 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: pg