quickblox 0.1 → 0.1.1

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/Rakefile ADDED
@@ -0,0 +1,6 @@
1
+ require 'ruby-hmac'
2
+ require 'json'
3
+ require 'rest-client'
4
+ require 'multipart-post'
5
+
6
+
@@ -290,6 +290,7 @@ class Quickblox
290
290
  JSON.parse(get_geodata_by_id.body)["geo_data"]
291
291
  end
292
292
 
293
+
293
294
  def get_geodata(geodata)
294
295
  @token = get_token unless @token
295
296
  normalized= normalize(geodata)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quickblox
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.1'
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -17,8 +17,8 @@ executables: []
17
17
  extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
- - quickblox.rb
21
- - config.yml.example
20
+ - lib/quickblox.rb
21
+ - Rakefile
22
22
  homepage: http://quickblox.com/
23
23
  licenses: []
24
24
  post_install_message:
data/config.yml.example DELETED
@@ -1,6 +0,0 @@
1
- config:
2
- application_id: 22
3
- auth_key: LNFYqsasda43dVPJ
4
- auth_secret: WyXEsdfdLWAe-q
5
- server: api.quickblox.com
6
- user_owner_id: 33