lightweight_attributes 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/lightweight_attributes.rb +0 -1
- data/lightweight_attributes.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bfed4ceb1afa4ba90cbbc25aded5373bb6536837b727f762ef3d9e2c05b7832a
|
4
|
+
data.tar.gz: ef1c11b633d87dee781e8b993c2bb9b2be3404b7a5c23639c69a030f705b8424
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cbedd65671b67619ffab7374e5dec77856a9c7c95c0e1d2179e412203f1c94e3aac209ed91915708d30fe2eda03cb811ce80aef750e56a3ff59eaa27e6326fde
|
7
|
+
data.tar.gz: b68eb07b3d17c0fe5ad9f797b79428214750e8dcbca2556790a3ec42521b81c46c5c8aa6a4c99072d68ad879c39338aadd52a1b62ee7f0ac9afa98db1abebb5a
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lightweight_attributes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Akira Matsuda
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-04-
|
11
|
+
date: 2018-04-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -94,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
94
94
|
version: '0'
|
95
95
|
requirements: []
|
96
96
|
rubyforge_project:
|
97
|
-
rubygems_version: 2.7.
|
97
|
+
rubygems_version: 2.7.6
|
98
98
|
signing_key:
|
99
99
|
specification_version: 4
|
100
100
|
summary: Good old lightweight attributes for Active Record
|