if_true_if_false 1.0.0 → 1.0.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/README.md +1 -1
- data/lib/if_true_if_false/version.rb +1 -1
- 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: 3cb2c62db5737f0aefc9a69f018960651c88f13f
|
|
4
|
+
data.tar.gz: ea1a656db52ae13f64339cb02ae78ead29e1f53a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c8e2ae71ff21b4d48f39eb7c7da3e8f6dd8367de1cb68dd294ca415466785f604569ebf583e168ef88b19c38f0f921ed09af6298117ec0114806ee48af7af930
|
|
7
|
+
data.tar.gz: 0fe06a33b2e306f9acb0a962352ebe3c8804c1356782ca5e7c379d1f80dae30a6f9308795c86706fa27d48581d9a267f6d60e0986e93c3f631c19d751732f4fa
|
data/README.md
CHANGED
|
@@ -46,7 +46,7 @@ Namely, if_false can't be before if_true
|
|
|
46
46
|
|
|
47
47
|
## Contributing
|
|
48
48
|
|
|
49
|
-
1. Fork it ( https://github.com/
|
|
49
|
+
1. Fork it ( https://github.com/gabriel128/if_true_if_false/fork )
|
|
50
50
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
51
51
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
52
52
|
4. Push to the branch (`git push origin my-new-feature`)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: if_true_if_false
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gabriel Torello
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-08-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -177,7 +177,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
177
177
|
version: '0'
|
|
178
178
|
requirements: []
|
|
179
179
|
rubyforge_project:
|
|
180
|
-
rubygems_version: 2.4.
|
|
180
|
+
rubygems_version: 2.4.8
|
|
181
181
|
signing_key:
|
|
182
182
|
specification_version: 4
|
|
183
183
|
summary: Ruby implementation of if_true and if_false messages.
|