fiware-orion-geo 0.0.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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/fiware-orion-geo.rb +5 -0
  3. metadata +59 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 713492ae3468b92dfdf6096f89cc92bcfad2e602
4
+ data.tar.gz: 550edceac9215673cca82a1e501f8d7b4d3271a3
5
+ SHA512:
6
+ metadata.gz: 3259d2117cef22cc4127fcc43038d03a91dd419227ad3b09335ae20a6d0abfaa678017249240d401204799cd22c5dc2d0cbb6062319a11bb9b6479abeffc9273
7
+ data.tar.gz: c806c79835a57ecbd2673436fed671e89ce4127847914c5ca99f0f136600b369bc61ccb8a2007d57cbf9cf1f66b37b55023df4acef91acda1af3421895433949
@@ -0,0 +1,5 @@
1
+ class FiwareOrionGeo
2
+ def self.test
3
+ puts 'test'
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,59 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: fiware-orion-geo
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Nikolaï POSNER
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-08-03 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: httparty
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ description: Gives you the possibility to simply interfear with Orion server (from
28
+ Inpact) to insert and retreive data based on geolocalisation
29
+ email: nikoposner@gmail.com
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - lib/fiware-orion-geo.rb
35
+ homepage: http://rubygems.org/gems/fiware-orion-geo
36
+ licenses:
37
+ - MIT
38
+ metadata: {}
39
+ post_install_message:
40
+ rdoc_options: []
41
+ require_paths:
42
+ - lib
43
+ required_ruby_version: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ required_rubygems_version: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: '0'
53
+ requirements: []
54
+ rubyforge_project:
55
+ rubygems_version: 2.4.3
56
+ signing_key:
57
+ specification_version: 4
58
+ summary: Interface for Orion server
59
+ test_files: []