push_to_devices 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ require "cgi"
5
5
  module PushToDevices
6
6
 
7
7
  module Config
8
- VERSION = '0.1.2'
8
+ VERSION = '0.1.3'
9
9
  end
10
10
 
11
11
  class Exception < ::StandardError
@@ -26,14 +26,14 @@ module PushToDevices
26
26
 
27
27
  def configure
28
28
  # defaults
29
- client_id = ""
30
- client_secret = ""
31
- user_agent = "PushToDevices RB #{PushToDevices::Config::VERSION}"
32
- use_ssl = true
33
- debug = true
34
- host = ""
35
- port = 80
36
- client_info = {version: PushToDevices::Config::VERSION}
29
+ self.client_id = ""
30
+ self.client_secret = ""
31
+ self.user_agent = "PushToDevices RB #{PushToDevices::Config::VERSION}"
32
+ self.use_ssl = true
33
+ self.debug = true
34
+ self.host = ""
35
+ self.port = 80
36
+ self.client_info = {version: PushToDevices::Config::VERSION}
37
37
 
38
38
  yield self
39
39
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |gem|
2
2
  gem.name = %q{push_to_devices}
3
- gem.version = "0.1.2"
3
+ gem.version = "0.1.3"
4
4
  gem.date = %q{2013-02-15}
5
5
  gem.authors = ["Lloyd Meta"]
6
6
  gem.email = ["lloydmeta@gmail.com"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: push_to_devices
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: