msg-flukso-localinterface 0.0.1 → 0.0.3

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 CHANGED
@@ -10,7 +10,7 @@ begin
10
10
  gem.email = "md@gonium.net"
11
11
  gem.homepage = "http://github.com/gonium/msg-flukso-localinterface"
12
12
  gem.authors = ["Mathias Dalheimer"]
13
- #gem.add_dependency "xml-simple", ">= 1.0.12"
13
+ gem.add_dependency "json", ">= 1.2.3"
14
14
  gem.bindir='bin'
15
15
  gem.executables=['msg-flukso-discover', 'msg-flukso-currentwatts']
16
16
  gem.default_executable = 'msg-flukso-discover'
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.3
@@ -1,6 +1,6 @@
1
1
  require 'rubygems'
2
2
  require 'flukso'
3
- require 'dnssd'
3
+ #require 'dnssd'
4
4
  require 'msg-flukso-localinterface/discover.rb'
5
5
  require 'msg-flukso-localinterface/query.rb'
6
6
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: msg-flukso-localinterface
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Mathias Dalheimer
@@ -15,10 +15,25 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-07-07 00:00:00 +02:00
18
+ date: 2010-07-08 00:00:00 +02:00
19
19
  default_executable: msg-flukso-discover
20
- dependencies: []
21
-
20
+ dependencies:
21
+ - !ruby/object:Gem::Dependency
22
+ name: json
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ hash: 25
30
+ segments:
31
+ - 1
32
+ - 2
33
+ - 3
34
+ version: 1.2.3
35
+ type: :runtime
36
+ version_requirements: *id001
22
37
  description: "The mySmartGrid project provides means to manage your household energy consumption. This gem provides the runtime environment for the Chumby: it queries the mySmartGrid webservice and forwards that information to a Flash application running on the Chumby."
23
38
  email: md@gonium.net
24
39
  executables: