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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2fe0a6a29afc15aceb4c9679437dd5d00a57b5f7
4
- data.tar.gz: 120efec8142397b22cc9f1fc580f39fada80d3c1
3
+ metadata.gz: c20c75eadc97f9d8b48f6a043797b7a195e3ba1d
4
+ data.tar.gz: 8aa4eff040b18f6dd2c4639a600183980b8942a4
5
5
  SHA512:
6
- metadata.gz: 09f13256e5314469710b9937c6438d20dd7877707e7a7f76a1b3d725b0e5b9820f6a1a6840c7978e07b17755a0e942f5b8ad0797b07d13ac251d406d91544d56
7
- data.tar.gz: fa090e0ede76cf70a75d45edd7872d7d4f3b0858e842f00f9316c94d1251409d4cc4eb6d73dc4ae323a2cbfd9e8a5eb2809bd940c0bbf02a421e770cf52c75c8
6
+ metadata.gz: e4ce4bcb0599078b6b86b032b816bb298718e528ad8ac735aaf8eb9b5239127e4f615d5b61293a15c8cf032383dc2a7110a48d35058684eb4e4d22c9d02c1572
7
+ data.tar.gz: 9168a8c6ef5ca6119921beb8ddf609232be11b785d8142ccde2aea5462d790408834e7d48f2f34beb59eab0c18a480715ed65590350b03460c88201088f1f329
@@ -1,3 +1,3 @@
1
1
  module Truther
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
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 their boolean value."
12
- spec.description = "Converts true, t, yes, y, 1, oui, etc to boolean true."
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.3
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 true, t, yes, y, 1, oui, etc to boolean true.
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 their boolean value.
94
+ summary: Converts many strings and values to true or false.
95
95
  test_files:
96
96
  - spec/truther_spec.rb