class2 0.4.0 → 0.4.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.
- checksums.yaml +4 -4
- data/Changes +6 -2
- data/lib/class2.rb +1 -1
- data/lib/class2/version.rb +1 -1
- 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: 017263e92869b1680872ca430f4dab936a69f1b5
|
4
|
+
data.tar.gz: fa66be4eb23322ac1459c1e728229fb29c18eb05
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 644ff7e386b61470745d7c0b63e5d6376ca793e122e9f262cf541e4d7d6455c9a88195b044b8f476633c3f3ff5fdbca250627c2a21132de146cb90776fc67f64
|
7
|
+
data.tar.gz: 12f2fd230377e12285f4c79cd6607cd09d1eac31880ba8888c84ed2822175c6637716d36e078b3b71d344d0e1a087881501a44e842c7714e4b05bb861ce77a47
|
data/Changes
CHANGED
@@ -1,7 +1,11 @@
|
|
1
|
+
2018-05-29 v0.4.1
|
2
|
+
--------------------
|
3
|
+
* Fix a namespace'd class from not being defined if top-level class exists
|
4
|
+
|
1
5
|
2018-05-27 v0.4.0
|
2
6
|
--------------------
|
3
|
-
*
|
4
|
-
*
|
7
|
+
* Bug fix: conversion bug when a module is used as a type specifier
|
8
|
+
* Bug fix: Fixnum deprecation
|
5
9
|
* Add support for JSON serialization and accessor formats that differ from definition
|
6
10
|
* Add method that modules can use for initialization
|
7
11
|
|
data/lib/class2.rb
CHANGED
data/lib/class2/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: class2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Skye Shaw
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-05-
|
11
|
+
date: 2018-05-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|