csdl 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module CSDL
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
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.1
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-07-22 00:00:00.000000000 Z
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