parsecom 0.5.4 → 0.5.5

Sign up to get free protection for your applications and to get access to all the features.
data/lib/parse/query.rb CHANGED
@@ -159,7 +159,7 @@ module Parse
159
159
  def inspect
160
160
  # TODO should be refactored
161
161
  case @parent
162
- when :select
162
+ when :select, :dont_select
163
163
  %Q|{"query":{"className":#{parse_class_name.to_s.inspect},"where":{#{@where.join ','}}},"key":#{@key.inspect}}|
164
164
  when :in_query, :not_in_query
165
165
  %Q|{"where":{#{@where.join ','}},"className":#{parse_class_name.to_s.inspect}}|
data/lib/parse/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Parse
2
- VERSION = "0.5.4"
2
+ VERSION = "0.5.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parsecom
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.4
4
+ version: 0.5.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-11-17 00:00:00.000000000 Z
12
+ date: 2013-11-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec