decorators 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/decorators.rb +2 -1
  3. data/readme.md +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fe7e9dc3732fcbd67705e03a592889bc4bf2b741
4
- data.tar.gz: e06202364b70bac2d506d2a86c87e5a4e0c2193c
3
+ metadata.gz: e25cdd8045c7fe7a34072084c72f1a11a565a970
4
+ data.tar.gz: 12fe5f82a24e6e4f088c0701f4cc113aa426f026
5
5
  SHA512:
6
- metadata.gz: 4c1593e5294e9cd8ef70474e33579631fe6b029de8daebc8de9398efe47d335c24101e9fc08d1c0ee1531829cce094664719bb7021de1c8ef2d62ce960b4e4ed
7
- data.tar.gz: 0f43415c404eb40b7b8e2995ed2a5007a1c7bd7e7b6ce1dc5a5eccaea1d7dea28b98accc7b993ed31836766c347649ca39a7b036d6c4621190b08058d6ccc3e2
6
+ metadata.gz: f2750def13b169aab21a7784dd6208f73b0ec7ec2c1912bbd1cc75bf28882763e0d8c21ebb2ca1f05b2b7eaaae682b4c1920bc08194333ea7273771993437b34
7
+ data.tar.gz: f72b4f49aeb984a3610226e112ba05331d89d4969790f988226b07763559b0767cf5866011f6f4d8f6a3f843689960653a8d384d8677b076b7a574a3d5a75836
@@ -1,6 +1,5 @@
1
1
  module Decorators
2
2
  require 'decorators/paths'
3
- require 'decorators/railtie'
4
3
 
5
4
  class << self
6
5
  def load!(cache_classes)
@@ -42,3 +41,5 @@ module Decorators
42
41
  end
43
42
 
44
43
  end
44
+
45
+ require 'decorators/railtie'
data/readme.md CHANGED
@@ -26,7 +26,7 @@ The important parts are being inside a sub directory of `app/decorators` and hav
26
26
  In your Gemfile, add the gem:
27
27
 
28
28
  ```ruby
29
- gem 'decorators', '~> 1.0.4'
29
+ gem 'decorators', '~> 2.0.1'
30
30
  ```
31
31
 
32
32
  Now, run `bundle install` and the gem should install.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decorators
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Philip Arndt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-27 00:00:00.000000000 Z
11
+ date: 2015-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  version: '0'
76
76
  requirements: []
77
77
  rubyforge_project:
78
- rubygems_version: 2.4.5
78
+ rubygems_version: 2.4.6
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Rails decorators plugin.