rulz 1.0.4 → 1.0.5

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: 3345b4bf61316d345428cb0e24052ff4e8fa09c2
4
- data.tar.gz: d035a958e7595714bb8380416301d8b21ef2dd1c
3
+ metadata.gz: 7ef3ac6b296741b3d1cce8dd4d6523e4ad666002
4
+ data.tar.gz: c0244e9676e85e88db48d8bc94cd0b074580adab
5
5
  SHA512:
6
- metadata.gz: 60591bf21dd52b4e00a028b98ef89885b85cf34298c09233d13c06b262f089d5931294a4fb3ce514945a1063e2e08e2b50bd438fc54dbfaf2ec60bea764bdbc9
7
- data.tar.gz: a73df0759fd139c7f8c07f19db31876757fa1b21e6e5d546e806b7ae8ed2f2b1478462cac0b1f16a11ba67b42e04f039d0896fa5b07b341e130d160e07877610
6
+ metadata.gz: aa9fd9f08aff8367dbdb7ed45f1c2c759046677e4e15f74f4bb4eb11ced3af6dfeb8120b0d3b5a5c6926bf6048ab43f16fc4579816872383dc83b0557b442648
7
+ data.tar.gz: 9a8bc41a33ec7ac38000f903c2154c60780203af583d3f65bb63d137fbeeb980f7fe00e024d598c2257c5a4fdbb9039dfd003da1f23c1915e2f9bc9ac74c374b
@@ -8,10 +8,10 @@ module Rulz
8
8
  condition "is positive" do
9
9
  send(attr) > 0
10
10
  end
11
- condition "is negative" do |other|
11
+ condition "is negative" do
12
12
  send(attr) < 0
13
13
  end
14
- condition "is zero" do |other|
14
+ condition "is zero" do
15
15
  send(attr) == 0
16
16
  end
17
17
  end
@@ -26,10 +26,10 @@ module Rulz
26
26
  condition "is positive" do
27
27
  it > 0
28
28
  end
29
- condition "is negative" do |other|
29
+ condition "is negative" do
30
30
  it < 0
31
31
  end
32
- condition "is zero" do |other|
32
+ condition "is zero" do
33
33
  it == 0
34
34
  end
35
35
  end
@@ -1,3 +1,3 @@
1
1
  module Rulz
2
- VERSION = "1.0.4"
2
+ VERSION = "1.0.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rulz
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chase Conklin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-06 00:00:00.000000000 Z
11
+ date: 2013-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler