motion_yak 0.0.15 → 0.0.16

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.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- motion_yak (0.0.15)
4
+ motion_yak (0.0.16)
5
5
  bubble-wrap
6
6
 
7
7
  GEM
@@ -13,7 +13,7 @@ module MotionYak
13
13
  end
14
14
 
15
15
  def self.api_url(url)
16
- [self.base_url, MotionYak.key, 'json', url].join('/')
16
+ [self.base_url, MotionYak::Config.api_key, 'json', url].join('/')
17
17
  end
18
18
 
19
19
  def self.new_domain(domain, &b)
@@ -1,5 +1,5 @@
1
1
  module MotionYak
2
- VERSION = '0.0.15' unless defined?(MotionYak::VERSION)
2
+ VERSION = '0.0.16' unless defined?(MotionYak::VERSION)
3
3
  MIN_MOTION_VERSION = '1.24'
4
4
 
5
5
  module_function
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion_yak
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.0.16
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -68,7 +68,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  version: '0'
69
69
  segments:
70
70
  - 0
71
- hash: -4246791457052316281
71
+ hash: 2519807948040386946
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  none: false
74
74
  requirements:
@@ -77,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
77
  version: '0'
78
78
  segments:
79
79
  - 0
80
- hash: -4246791457052316281
80
+ hash: 2519807948040386946
81
81
  requirements: []
82
82
  rubyforge_project:
83
83
  rubygems_version: 1.8.21