truther 0.0.3 → 0.0.4
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/truther/version.rb +1 -1
- data/truther.gemspec +3 -3
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c20c75eadc97f9d8b48f6a043797b7a195e3ba1d
|
|
4
|
+
data.tar.gz: 8aa4eff040b18f6dd2c4639a600183980b8942a4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e4ce4bcb0599078b6b86b032b816bb298718e528ad8ac735aaf8eb9b5239127e4f615d5b61293a15c8cf032383dc2a7110a48d35058684eb4e4d22c9d02c1572
|
|
7
|
+
data.tar.gz: 9168a8c6ef5ca6119921beb8ddf609232be11b785d8142ccde2aea5462d790408834e7d48f2f34beb59eab0c18a480715ed65590350b03460c88201088f1f329
|
data/lib/truther/version.rb
CHANGED
data/truther.gemspec
CHANGED
|
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = Truther::VERSION
|
|
9
9
|
spec.authors = ["Stephane Bisson"]
|
|
10
10
|
spec.email = ["stephane.c.bisson@gmail.com"]
|
|
11
|
-
spec.summary = "Converts many strings to
|
|
12
|
-
spec.description = "Converts
|
|
13
|
-
spec.homepage = ""
|
|
11
|
+
spec.summary = "Converts many strings and values to true or false."
|
|
12
|
+
spec.description = "Converts many strings and values to true or false."
|
|
13
|
+
spec.homepage = "https://github.com/stephanebisson/truther"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: truther
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stephane Bisson
|
|
@@ -52,7 +52,7 @@ dependencies:
|
|
|
52
52
|
- - ~>
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '2.14'
|
|
55
|
-
description: Converts
|
|
55
|
+
description: Converts many strings and values to true or false.
|
|
56
56
|
email:
|
|
57
57
|
- stephane.c.bisson@gmail.com
|
|
58
58
|
executables: []
|
|
@@ -68,7 +68,7 @@ files:
|
|
|
68
68
|
- lib/truther/version.rb
|
|
69
69
|
- spec/truther_spec.rb
|
|
70
70
|
- truther.gemspec
|
|
71
|
-
homepage:
|
|
71
|
+
homepage: https://github.com/stephanebisson/truther
|
|
72
72
|
licenses:
|
|
73
73
|
- MIT
|
|
74
74
|
metadata: {}
|
|
@@ -91,6 +91,6 @@ rubyforge_project:
|
|
|
91
91
|
rubygems_version: 2.1.11
|
|
92
92
|
signing_key:
|
|
93
93
|
specification_version: 4
|
|
94
|
-
summary: Converts many strings to
|
|
94
|
+
summary: Converts many strings and values to true or false.
|
|
95
95
|
test_files:
|
|
96
96
|
- spec/truther_spec.rb
|