magic_attributes 0.1 → 0.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 +4 -4
- data/lib/magic_attributes.rb +5 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8038d605fb77aa4983d9a636823d1a20d3474952
|
4
|
+
data.tar.gz: 2c2c835ad56099b6a40b118b10c6b3c51944f233
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bc1c6f311e891edec3980746773f3dc17900b725cc6447117284716d221aca4d9f60d23c05d7d2af6170d55d8518c642a1b0ebfea0f32cc8724dbb2214cba7fe
|
7
|
+
data.tar.gz: 625c6611935c535c35fc4a00bf2fff0ac2fdaba57337b88db5f654ced74f1c63b351064b6b6b585bc054dd59024f2caa19c6f66c6502d1456c9b0dead641c243
|
data/lib/magic_attributes.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: magic_attributes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '0.
|
4
|
+
version: '0.2'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tyler Roberts
|
@@ -10,7 +10,7 @@ bindir: bin
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2014-06-01 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description: Magic Attributes is a quick way of defining a bunch of methods to a
|
13
|
+
description: Magic Attributes is a quick way of defining a bunch of methods to a Ruby
|
14
14
|
class.
|
15
15
|
email: tyler@westernlap.com
|
16
16
|
executables: []
|