motion_yak 0.0.11 → 0.0.12

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.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- motion_yak (0.0.11)
4
+ motion_yak (0.0.12)
5
5
  bubble-wrap
6
6
 
7
7
  GEM
@@ -1,30 +1,30 @@
1
1
  module MotionYak
2
2
  module Config
3
- def api_key=(a)
3
+ def self.api_key=(a)
4
4
  @@api_key = a
5
5
  end
6
6
 
7
- def api_key
7
+ def self.api_key
8
8
  @@api_key
9
9
  end
10
10
 
11
- def callback=(c)
11
+ def self.callback=(c)
12
12
  @@callback = c
13
13
  end
14
14
 
15
- def callback
15
+ def self.callback
16
16
  @@callback
17
17
  end
18
18
 
19
- def push=(c)
19
+ def self.push=(c)
20
20
  @@push = c
21
21
  end
22
22
 
23
- def push
23
+ def self.push
24
24
  @@push
25
25
  end
26
26
 
27
- def push_params
27
+ def self.push_params
28
28
  (@@push ? "True" : "False")
29
29
  end
30
30
  end
@@ -1,5 +1,5 @@
1
1
  module MotionYak
2
- VERSION = '0.0.11' unless defined?(MotionYak::VERSION)
2
+ VERSION = '0.0.12' 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.11
4
+ version: 0.0.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  version: '0'
67
67
  segments:
68
68
  - 0
69
- hash: 3681157174053445989
69
+ hash: -1047949687472341811
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  none: false
72
72
  requirements:
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  version: '0'
76
76
  segments:
77
77
  - 0
78
- hash: 3681157174053445989
78
+ hash: -1047949687472341811
79
79
  requirements: []
80
80
  rubyforge_project:
81
81
  rubygems_version: 1.8.21