medea 0.3.4 → 0.3.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -113,8 +113,7 @@ module Medea
113
113
  def execute_query content=true
114
114
  #hit the URL
115
115
  #fill self.contents with :ghost versions of JasonObjects
116
- LOGGER.debug "Executing #{type.name} deferred query! (#{to_url})"
117
-
116
+
118
117
  response = RestClient.get to_url
119
118
  result = JSON.parse(response)
120
119
  self.contents = []
data/lib/medea/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Medea
2
- VERSION = "0.3.4"
2
+ VERSION = "0.3.5"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: medea
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 4
10
- version: 0.3.4
9
+ - 5
10
+ version: 0.3.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Jensen