mindbody 0.1.2 → 0.1.3

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.
@@ -119,7 +119,7 @@ module Mb
119
119
  {
120
120
  "Request" => request_options
121
121
  }
122
-
122
+ end
123
123
  if unwrap_bool
124
124
  #Unwrap response to hash array underneath)
125
125
  plural = service_symbol.to_s.gsub("get_", "")
@@ -131,7 +131,6 @@ module Mb
131
131
  end
132
132
 
133
133
  response
134
- end
135
134
  end
136
135
 
137
136
  def method_missing(method_id, *arguments, &block)
@@ -1,3 +1,3 @@
1
1
  module Mindbody
2
- Version = "0.1.2"
2
+ Version = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mindbody
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -14,7 +14,7 @@ default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: savon
17
- requirement: &2157459200 !ruby/object:Gem::Requirement
17
+ requirement: &2152860700 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - ~>
@@ -22,7 +22,7 @@ dependencies:
22
22
  version: 0.9.2
23
23
  type: :runtime
24
24
  prerelease: false
25
- version_requirements: *2157459200
25
+ version_requirements: *2152860700
26
26
  description: Ruby's interface to the Mindbody 0.5 API with no bell's and whistles
27
27
  email: tgoffman@gmail.com
28
28
  executables: []