gleborator 0.1.1 → 0.1.1.1

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: a08a5b230f4d6beaba24e094732d224cc93e02d5
4
- data.tar.gz: 20029418b869c80f676784885b494d16b314abaf
3
+ metadata.gz: 5d6da3aa479a5fa50d60cba733f507c72b95ba46
4
+ data.tar.gz: 960725e2ce2df71690b5273cc3cb1a5dae35b32e
5
5
  SHA512:
6
- metadata.gz: 886081689145f21379a3f13f6c445288d3bb8c455dd27a7e80d01806db0dd7e7bc1d7edf2c1d991b85702d6296829847a88ae54e24c78b2ee1559bb7f6d45375
7
- data.tar.gz: e2b7341d60f2f5b0835dc38d5c0fed7f740c808e7fbca3ce396891b5d18a6300b99b9f95595f3702c27ef6d9cc7e80d4eeb37cece9ffe702735cf3e397f5ea97
6
+ metadata.gz: baadee5ac9790f27de060f8de8dbe63452d06af0ba360ce965c6faf039d24489fcf513421f220a8a77a753ac549501a8960977634975386817562c41c5c24111
7
+ data.tar.gz: 6231444c772cb6b9ede16964a65942ce2ee5db007d930afc3dd108f31c7d752a4953cdf878bc2af543086efc77fdf083a03d972c165f69a642737b338a454233
@@ -4,9 +4,8 @@ module Gleborator
4
4
  class Railtie < Rails::Railtie
5
5
 
6
6
  initializer "draper.active_record" do |app|
7
- ActiveSupport.on_load :active_record do
8
- Gleborator.setup self
9
- end
7
+ ActiveSupport.on_load :active_record do
8
+ Gleborator.setup self
10
9
  end
11
10
  end
12
11
  end
@@ -1,3 +1,3 @@
1
1
  module Gleborator
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gleborator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gleb Vishnevsky