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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3c22cdb340565e73b29019c8e55101291f655508
4
- data.tar.gz: 33dfe0221eaabee9d7ffa9c0d4095578f17994b2
3
+ metadata.gz: 3cb2c62db5737f0aefc9a69f018960651c88f13f
4
+ data.tar.gz: ea1a656db52ae13f64339cb02ae78ead29e1f53a
5
5
  SHA512:
6
- metadata.gz: 03763ed0d6bc4a0391f52d54b652e77217488f3e853bdf63abdb4e86a33620d129115bd7aecd7cfebbe7aa914fdf20d55eb9a1fd0e5a520bf93ce7a3fff765cf
7
- data.tar.gz: db451103a9b7a99186e7260ed876346721ac0110c05d44aa328b22b59dd22833d8cbe58aca297842b8ae8f19f287da315bc37ae7a6b312167cf8b8f5efb76011
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/[my-github-username]/if_true_if_false/fork )
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`)
@@ -1,3 +1,3 @@
1
1
  module IfTrueIfFalse
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
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.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-05-28 00:00:00.000000000 Z
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.6
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.