light-services 0.5.1 → 0.5.2

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: 3b0a88af617cba88e9b2ee556591f0de1e4e78c1
4
- data.tar.gz: 819d52f953b4737e80380894e510c8b55845fff7
3
+ metadata.gz: 05ce0c36e5b8a75364adec422e610b1b8bccdd2e
4
+ data.tar.gz: d0cfe9bbaaddf10fd463657f02de9e02722e679f
5
5
  SHA512:
6
- metadata.gz: 39418f43611a2b142c62049a258e9fd595e3be7b1b6a7cdbb67ebfb0d3b04d99680b2b1c624bfea55f5522e1e8bbc0db898cc68d3c50f20f2cafb31c86938b1c
7
- data.tar.gz: 4b15da3bd2267a50fb19cbbf6bb0f5d4949857c7b73326d4cff73a82109f300d08ea18a6534434f1ff7c42253ce858c8813ef79e909210d97fa42e165c581a9e
6
+ metadata.gz: 2c1f571cfeff5363cad4c10c411aa9a0118adb0574a959108d47fb2ebc6c5a931faea6eaae471ca5b28d824648c5ede76ab21f39f27953c56d3251011a1e90fe
7
+ data.tar.gz: 7e3399086f1e8e1d9b80616d83aa28111e25554b9612176d46ef7c6939375326ad6ac15f52a561985a1ab4cb0411a3fc984a0f8779f573ade114ccb9d5cfef4f
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- light-services (0.5.0)
4
+ light-services (0.5.2)
5
5
  rails (> 4.0)
6
6
 
7
7
  GEM
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- light-services (0.5.0)
4
+ light-services (0.5.2)
5
5
  rails (> 4.0)
6
6
 
7
7
  GEM
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- light-services (0.5.0)
4
+ light-services (0.5.2)
5
5
  rails (> 4.0)
6
6
 
7
7
  GEM
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- light-services (0.5.0)
4
+ light-services (0.5.2)
5
5
  rails (> 4.0)
6
6
 
7
7
  GEM
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- light-services (0.5.0)
4
+ light-services (0.5.2)
5
5
  rails (> 4.0)
6
6
 
7
7
  GEM
@@ -28,7 +28,7 @@ module Light
28
28
  def all_callbacks
29
29
  return @_all_callbacks if defined?(@_all_callbacks)
30
30
  @_all_callbacks = self.class.ancestors.select { |klass| klass.ancestors.include?(::Light::Services::Base) }
31
- .map(&:callbacks).compact.flatten.uniq
31
+ .map(&:callbacks).compact.reverse.flatten.uniq
32
32
  end
33
33
 
34
34
  module ClassMethods
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Light
4
4
  module Services
5
- VERSION = '0.5.1'
5
+ VERSION = '0.5.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: light-services
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Emelianenko