decorators 2.0.3 → 2.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 820391e01de9332a69af62c21f85c40edb5bb1c4
4
- data.tar.gz: ad7682a2b8dea6d590bf92bf760ac9e8899b0fa7
3
+ metadata.gz: 0a3038f6ea22c42f8709af8f0d466c7d38a99b48
4
+ data.tar.gz: '008179fdd82a74a5a505090fc73f8c8b1bf3f5c9'
5
5
  SHA512:
6
- metadata.gz: b925979ec75206ca4573cf48a39861bee1b3a281a4f620fd63c152189234aa47ea91a5574310a3f75cd0ce4c59692dc887d056e884bc095b299591a7b3e17b7e
7
- data.tar.gz: 393107c1e3396f1e9792fa63d8f0965d63bafa3bad3fdd919e18cbf3aca50f1663629aec7e44f0e0061541019ecbe0bd787cc018bff6c806c0800e7093649dc4
6
+ metadata.gz: bc9f37eacff00db02ba24408ca127ca5999bab27aadaa45bf2fee9a903129b76f5f6014ad0cbebda627506c4bb91330b9cc201fe59131e778d0bf3f51c3ea853
7
+ data.tar.gz: 4643b1db6df25bb7b346cfc0f52389f227a5fc5fad0ee6adb69a0b29b5a7887dcd437731e43dca68eee29eb1700c4624aeb1eddf15094fb15e1a7700fde01525
Binary file
data.tar.gz.sig CHANGED
Binary file
data/license.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # MIT License
2
2
 
3
- Copyright (c) 2013 - 2015 [Philip Arndt](http://p.arndt.io)
3
+ Copyright (c) 2013 [Philip Arndt](http://p.arndt.io)
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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', '~> 2.0.1'
29
+ gem 'decorators', '~> 2.0.3'
30
30
  ```
31
31
 
32
32
  Now, run `bundle install` and the gem should install.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decorators
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3
4
+ version: 2.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Philip Arndt
@@ -30,7 +30,7 @@ cert_chain:
30
30
  jOQmH9VbgbfUrXYM1YOKdlwW5sPR1f4PKLDlvEE+bppIUgKOgLOIv3i7KwrGvFOq
31
31
  5r7Wz/HY31SM47mkK21saPJG4NvUFEycf0wlpzP657Pl9aVo47aKKbxX
32
32
  -----END CERTIFICATE-----
33
- date: 2017-07-25 00:00:00.000000000 Z
33
+ date: 2018-06-03 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: railties
@@ -41,7 +41,7 @@ dependencies:
41
41
  version: 4.0.0
42
42
  - - "<"
43
43
  - !ruby/object:Gem::Version
44
- version: '5.2'
44
+ version: '6'
45
45
  type: :runtime
46
46
  prerelease: false
47
47
  version_requirements: !ruby/object:Gem::Requirement
@@ -51,7 +51,7 @@ dependencies:
51
51
  version: 4.0.0
52
52
  - - "<"
53
53
  - !ruby/object:Gem::Version
54
- version: '5.2'
54
+ version: '6'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rspec
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -103,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
103
103
  version: '0'
104
104
  requirements: []
105
105
  rubyforge_project:
106
- rubygems_version: 2.6.11
106
+ rubygems_version: 2.6.13
107
107
  signing_key:
108
108
  specification_version: 4
109
109
  summary: Rails decorators plugin.
metadata.gz.sig CHANGED
Binary file