attr_defaults 0.1.0 → 0.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/attr_defaults.rb +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9a0747e0de5b5134e0a25fa6014077a20d52df36
4
- data.tar.gz: 4185137327658ac6193ff0dea7ba0273c7c7f143
3
+ metadata.gz: 5265919d9ac3fb4ebb152273f94c18fc69d0b1a8
4
+ data.tar.gz: 59e7b6c5e5fbdec4dc42bcb94745976c36d09f46
5
5
  SHA512:
6
- metadata.gz: 524bc9a8615fcdd4eb36f8af8f94f19a7f83d31792b72a47c39aa7eff426534d10c5a420f56888eef531cf63c73232959d0f1c916fbda2d5a987352f8fb16880
7
- data.tar.gz: c8a96e0e9810d991c9152b9ee45a85bf0f2fd9803614fb2fe9ddb55c17a63d03cd30f678650ff799009a040a44818e8362fc66066141a0f7d8c4d35afc818fbe
6
+ metadata.gz: ca41f8b73c2408b948aadadf23265766ce2aefbedaf7ff0a133a565f9fef824457c239b003e2bd0777c96a7c964bdf9ac5e21fec485c138432b61dccfd29bfa2
7
+ data.tar.gz: 305694e292c11f5ebd5261c4ea2494d4ff3badf03a07af5cf04924fe8ca209bae0ba18ea6009ec56f7fe1052fc4942928a6f2219c53665664da273055e052e53
data/lib/attr_defaults.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module AttrDefaults
2
2
  module Initialize
3
- def initialize
3
+ def initialize *args, &block
4
4
  defaults = class << self.class
5
5
  @attr_defaults
6
6
  end
@@ -36,4 +36,4 @@ module AttrDefaults
36
36
  end
37
37
  end
38
38
  end
39
- end
39
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: attr_defaults
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle King