expressive 0.0.15 → 0.0.16
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/Gemfile.lock +1 -1
- data/lib/expressive.rb +1 -1
- data/lib/expressive/version.rb +1 -1
- data/spec/expressive_spec.rb +1 -1
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/lib/expressive.rb
CHANGED
|
@@ -20,7 +20,7 @@ module Expressive
|
|
|
20
20
|
end
|
|
21
21
|
|
|
22
22
|
def self.all_symbols
|
|
23
|
-
%w(+ - * / = set sum post >= > < <= and or if date get put lookup round)
|
|
23
|
+
%w(+ - * / = set sum post >= > < <= and or if date get put lookup round $days_ago $hours_ago $minutes_ago)
|
|
24
24
|
end
|
|
25
25
|
|
|
26
26
|
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 get put post >= > < <= and or if date lookup round) }
|
|
9
|
+
it { Expressive.all_symbols.should =~ %w(+ - * / = set sum get put post >= > < <= and or if date lookup round $days_ago $hours_ago $minutes_ago) }
|
|
10
10
|
end
|
|
11
11
|
|
|
12
12
|
describe "understands booleans" do
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.16
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -294,7 +294,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
294
294
|
version: '0'
|
|
295
295
|
segments:
|
|
296
296
|
- 0
|
|
297
|
-
hash:
|
|
297
|
+
hash: 4308586797319105101
|
|
298
298
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
299
299
|
none: false
|
|
300
300
|
requirements:
|
|
@@ -303,7 +303,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
303
303
|
version: '0'
|
|
304
304
|
segments:
|
|
305
305
|
- 0
|
|
306
|
-
hash:
|
|
306
|
+
hash: 4308586797319105101
|
|
307
307
|
requirements: []
|
|
308
308
|
rubyforge_project:
|
|
309
309
|
rubygems_version: 1.8.23
|