expressive 0.0.37 → 0.0.38
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +9 -9
- data/lib/expressive.rb +1 -1
- data/lib/expressive/version.rb +1 -1
- data/spec/expressive_spec.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YjU1Njk5M2VjZDdhMmFkYTE4ZWE3ZTZmNGViODBkNTQ1YTk4ZTAzYg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
7
|
-
|
6
|
+
NTZhZTRiZTljZmY1NGRiYTk1NGNjZTIzZjNmN2I5ZGFiN2IzMzA0ZA==
|
7
|
+
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NGQ3MzBkMWVlOTI5NjBiMTAxMzIyOWIxOWI1MzFjYmU5MTFiYTRhY2ZkY2Zi
|
10
|
+
NDQ1NzZmZTgzNDhmMTllY2Q1NTNiNTY2ZmEzNWQ0ZTJmYTU3MWYxZjBmMjQ4
|
11
|
+
NDI3OTk3NjczOWIyY2U5M2U0NjBkZWI2M2ZkOWFiNWE3OTZhY2M=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YmIzMDA3MjA2OGZjZjU4NWMxZTcyNWM4Y2U1NjBlZjMxZDBlOTc2Nzg5MmY4
|
14
|
+
ZjdlMTJhNzBlYzBmYzMxYWQ3OTkyMmM0MDczZTEwZTI2MmJjMDk4MjUzZDc4
|
15
|
+
OTYzNzQzZTdiZWFmZjJjMzRmZDczZDlmMGY1ZjBjZDc5NjNmODA=
|
data/lib/expressive.rb
CHANGED
@@ -35,7 +35,7 @@ module Expressive
|
|
35
35
|
end
|
36
36
|
|
37
37
|
def self.all_symbols
|
38
|
-
%w(+ - * / = ~ set sum $sub post >= > < <= and or if date datetime get put lookup $lookup $head $tail $reverse round $round $days_ago $hours_ago $minutes_ago $append $id $hash $concat $split $sms $hval $index $random $join $not $include $string $float $integer)
|
38
|
+
%w(+ - * / = ~ set sum $sub post >= > < <= and or if date datetime get put lookup $lookup $head $tail $reverse round $round $days_ago $hours_ago $minutes_ago $append $id $hash $concat $split $sms $hval $index $random $join $not $include $string $float $integer $id)
|
39
39
|
end
|
40
40
|
|
41
41
|
module Boolean
|
data/lib/expressive/version.rb
CHANGED
data/spec/expressive_spec.rb
CHANGED
@@ -6,7 +6,7 @@ describe "Expressive" do
|
|
6
6
|
end
|
7
7
|
|
8
8
|
describe "all_symbols" do
|
9
|
-
it { Expressive.all_symbols.should =~ %w(+ - * / = ~ set sum $sub get put post >= > < <= and or if date datetime lookup round $round $days_ago $hours_ago $minutes_ago $append $id $head $lookup $reverse $tail $hash $concat $split $sms $hval $index $random $join $not $include $string $float $integer) }
|
9
|
+
it { Expressive.all_symbols.should =~ %w(+ - * / = ~ set sum $sub get put post >= > < <= and or if date datetime lookup round $round $days_ago $hours_ago $minutes_ago $append $id $head $lookup $reverse $tail $hash $concat $split $sms $hval $index $random $join $not $include $string $float $integer $id) }
|
10
10
|
end
|
11
11
|
|
12
12
|
describe "understands booleans" do
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: expressive
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.38
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ijonas Kisselbach
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-09-
|
11
|
+
date: 2014-09-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ruby_gntp
|
@@ -272,7 +272,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
272
272
|
version: '0'
|
273
273
|
requirements: []
|
274
274
|
rubyforge_project:
|
275
|
-
rubygems_version: 2.
|
275
|
+
rubygems_version: 2.2.2
|
276
276
|
signing_key:
|
277
277
|
specification_version: 4
|
278
278
|
summary: Scheme-like language for manipulating CaseBlocks cases
|