infer-type 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.
- checksums.yaml +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e36cadb7fb49c7f1dd3745ed0be1bd206f0ea14f
|
|
4
|
+
data.tar.gz: 877073b61edf3c9641ce30f90800c86cd7d19059
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8de19764927e3b1a4201a75a3cb17e12a791315231a6c0d56b1d48dc090b9062bb1b5e34dd75f765aab2d464664b6822612994f5234e5c3cd31ddda0340f7a98
|
|
7
|
+
data.tar.gz: 662e36d2efdc4a9bdcaceafc2575c679bb691eda417860cfae5cca17f70d337fe260d82a8fa76bbadafc6e24fc283a578b53a256ed8768c43de9335f3aaa02c1
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: infer-type
|
|
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
|
- Convincible
|
|
@@ -109,7 +109,7 @@ files:
|
|
|
109
109
|
- lib/infer_type/parsers/true.rb
|
|
110
110
|
- lib/infer_type/registry.rb
|
|
111
111
|
- lib/infer_type/result.rb
|
|
112
|
-
homepage: https://github.com/ConvincibleMedia/infer-type
|
|
112
|
+
homepage: https://github.com/ConvincibleMedia/ruby-gem-infer-type
|
|
113
113
|
licenses:
|
|
114
114
|
- MIT
|
|
115
115
|
metadata: {}
|
|
@@ -132,5 +132,5 @@ rubyforge_project:
|
|
|
132
132
|
rubygems_version: 2.2.0
|
|
133
133
|
signing_key:
|
|
134
134
|
specification_version: 4
|
|
135
|
-
summary: Convert strings to other classes by inference.
|
|
135
|
+
summary: Convert strings to other classes by inference, e.g. "1" to Integer.
|
|
136
136
|
test_files: []
|