csdl 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/csdl/target_values.rb +61 -0
- data/lib/csdl/target_values/countries.rb +67 -0
- data/lib/csdl/target_values/languages.rb +135 -0
- data/lib/csdl/target_values/regions.rb +838 -0
- data/lib/csdl/target_values/topics.rb +244 -0
- data/lib/csdl/targets.rb +2 -396
- data/lib/csdl/version.rb +1 -1
- metadata +7 -2
data/lib/csdl/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: csdl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- BJ Neilsen
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-08-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ast
|
@@ -104,6 +104,11 @@ files:
|
|
104
104
|
- lib/csdl/operators.rb
|
105
105
|
- lib/csdl/processor.rb
|
106
106
|
- lib/csdl/query_filter_processor.rb
|
107
|
+
- lib/csdl/target_values.rb
|
108
|
+
- lib/csdl/target_values/countries.rb
|
109
|
+
- lib/csdl/target_values/languages.rb
|
110
|
+
- lib/csdl/target_values/regions.rb
|
111
|
+
- lib/csdl/target_values/topics.rb
|
107
112
|
- lib/csdl/targets.rb
|
108
113
|
- lib/csdl/version.rb
|
109
114
|
homepage: https://github.com/localshred/csdl
|