dissociated_introspection 0.7.0 → 0.7.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/dissociated_introspection/ruby_class.rb +1 -1
- data/lib/dissociated_introspection/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 07819f7817b19bf6557dde81cfc9df9c8c792bd3
|
4
|
+
data.tar.gz: 35b6226a9b5d0b716af84e1d06fa23e9f38e0619
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 07f047d77917cac86da4c6c898660a4f20a236783f5006b518d9b5eab69f9134ca26cd3e0b7de3ea379eead0bc9a29fc13a56d870e036fb7a91c26efc9629c3d
|
7
|
+
data.tar.gz: 4cd70f3162a835d53406d3b3943973bc5b559b7a942fb0c97edc87fe591cf298970ee82d6e9ba9c97fb584fa7cb692915bc07ebc39b36385f05a9edf68251c7a
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,10 @@
|
|
1
1
|
# Changelog
|
2
2
|
All notable changes to this project will be documented in this file.
|
3
3
|
|
4
|
+
## 0.7.1 - 2016-10-20
|
5
|
+
### Fix
|
6
|
+
- `DissociatedIntrospection::RubyClass#defs` fixed parse issue when class has one method.
|
7
|
+
|
4
8
|
## 0.7.0 - 2016-10-19
|
5
9
|
### Fix
|
6
10
|
- DissociatedIntrospection::Inspection#parsed_source now returns RubyClass with comments
|