thingdom 0.1.0

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.
@@ -0,0 +1,20 @@
1
+ require '.\lib\thingdom\version'
2
+
3
+ Gem::Specification.new do |gem|
4
+
5
+ gem.authors = ["Joel Levandoski"]
6
+ gem.email = ["joel.levandoski@gmail.com"]
7
+
8
+ gem.description = "The official Ruby gem for the Thingdom.io API."
9
+
10
+ gem.summary = "Thingdom"
11
+ gem.homepage = "https://github.com/thingdomio/thingdom-ruby"
12
+ gem.license = "MIT"
13
+
14
+ gem.files = `git ls-files`.split("\n")
15
+ gem.name = 'thingdom'
16
+ gem.date = '2015-01-07'
17
+ gem.require_paths = ["lib"]
18
+ gem.version = Thingdom::VERSION
19
+
20
+ end
metadata ADDED
@@ -0,0 +1,60 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: thingdom
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Joel Levandoski
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2015-01-07 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: The official Ruby gem for the Thingdom.io API.
15
+ email:
16
+ - joel.levandoski@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - .gitignore
22
+ - LICENSE
23
+ - README.md
24
+ - lib/cacert.pem
25
+ - lib/httpHelper.rb
26
+ - lib/tasks/baseTask.rb
27
+ - lib/tasks/feedTask.rb
28
+ - lib/tasks/statusTask.rb
29
+ - lib/tasks/thingTask.rb
30
+ - lib/thing.rb
31
+ - lib/thingdom.rb
32
+ - lib/thingdom/version.rb
33
+ - lib/webService.rb
34
+ - thingdom.gemspec
35
+ homepage: https://github.com/thingdomio/thingdom-ruby
36
+ licenses:
37
+ - MIT
38
+ post_install_message:
39
+ rdoc_options: []
40
+ require_paths:
41
+ - lib
42
+ required_ruby_version: !ruby/object:Gem::Requirement
43
+ none: false
44
+ requirements:
45
+ - - ! '>='
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ required_rubygems_version: !ruby/object:Gem::Requirement
49
+ none: false
50
+ requirements:
51
+ - - ! '>='
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
54
+ requirements: []
55
+ rubyforge_project:
56
+ rubygems_version: 1.8.29
57
+ signing_key:
58
+ specification_version: 3
59
+ summary: Thingdom
60
+ test_files: []