rego-ruby-ext 0.0.4 → 0.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.
- data/VERSION +1 -1
- data/lib/string.rb +2 -2
- data/rego-ruby-ext.gemspec +1 -1
- data/spec/string_spec.rb +3 -3
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.5
|
data/lib/string.rb
CHANGED
data/rego-ruby-ext.gemspec
CHANGED
data/spec/string_spec.rb
CHANGED
@@ -29,9 +29,9 @@ describe String do
|
|
29
29
|
" TRuE".to_boolean.should be_true
|
30
30
|
end
|
31
31
|
it 'should return FalseClass for true strings' do
|
32
|
-
"false".to_boolean.should
|
33
|
-
" false ".to_boolean.should
|
34
|
-
" FALse".to_boolean.should
|
32
|
+
"false".to_boolean.should be_false
|
33
|
+
" false ".to_boolean.should be_false
|
34
|
+
" FALse".to_boolean.should be_false
|
35
35
|
end
|
36
36
|
|
37
37
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rego-ruby-ext
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 5
|
10
|
+
version: 0.0.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Alex Tkachev
|