gleborator 0.1.1.4 → 0.1.1.5

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: 16d813aa868415177ac49e74a04a44ed23dd68a3
4
- data.tar.gz: 75cbf1b520751ec4adc3ae89b2655e78c83b4d9a
3
+ metadata.gz: 36207b3215e559fefaf61e134ac1debdbef1596b
4
+ data.tar.gz: 3e2ae724a792e17b72f038f2418e02b65b8aad43
5
5
  SHA512:
6
- metadata.gz: 786afe9a897b8b00b8cd9604bad4f8620525c4885e1483c869b16bf00862b84d33d49391ad3683e6b3e24b38884d789c9d07caa9158805304795c380a427c230
7
- data.tar.gz: 11cd82d2190c6d82cfa1713fb66ecf48ac9c76a5f9161dd1d735fc35babe39d089889034ea8023998a553935fba895cf26a2e83adbc356ad8a0579452c011b95
6
+ metadata.gz: 4f525a9f0074d6e5461db9b64a0854898edbf2505715d6770104f8f2676796ba31d8d39151a6a91a7dc6af8f8e23d9a6cd234e1b47614895b7271b9a56c32002
7
+ data.tar.gz: 30f5fe18c0c88070cdf7fc64750f58af69c0151db6df7d6f2cd19f8978da72f06948dc95384cf5a9fa8880fdf71997c11ab4b0f2c378e8780a529c1b46386251
@@ -15,7 +15,7 @@ module Gleborator
15
15
  def decorate
16
16
  begin
17
17
  decorator_class = "#{self.name}Decorator".constantize
18
- decorate_class.decorate_collection(self)
18
+ decorator_class.decorate_collection(self)
19
19
  rescue NameError => e
20
20
  raise "Couldn't find decorator #{self.name}Decorator"
21
21
  end
@@ -1,3 +1,3 @@
1
1
  module Gleborator
2
- VERSION = "0.1.1.4"
2
+ VERSION = "0.1.1.5"
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
4
+ version: 0.1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gleb Vishnevsky