spacialdb 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.
metadata ADDED
@@ -0,0 +1,91 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: spacialdb
3
+ version: !ruby/object:Gem::Version
4
+ prerelease:
5
+ version: 0.0.1
6
+ platform: ruby
7
+ authors:
8
+ - Shoaib Burq
9
+ - Kashif Rasul
10
+ autorequire:
11
+ bindir: bin
12
+ cert_chain: []
13
+
14
+ date: 2011-05-05 00:00:00 +02:00
15
+ default_executable:
16
+ dependencies:
17
+ - !ruby/object:Gem::Dependency
18
+ name: rest-client
19
+ prerelease: false
20
+ requirement: &id001 !ruby/object:Gem::Requirement
21
+ none: false
22
+ requirements:
23
+ - - ">="
24
+ - !ruby/object:Gem::Version
25
+ version: "0"
26
+ type: :runtime
27
+ version_requirements: *id001
28
+ description: Ruby client for SpacialDB
29
+ email:
30
+ - shoaib@nomad-labs.com
31
+ - kashif@nomad-labs.com
32
+ executables:
33
+ - spacialdb
34
+ extensions: []
35
+
36
+ extra_rdoc_files: []
37
+
38
+ files:
39
+ - bin/spacialdb
40
+ - lib/spacialdb/auth.rb
41
+ - lib/spacialdb/client.rb
42
+ - lib/spacialdb/command/auth.rb
43
+ - lib/spacialdb/command/base.rb
44
+ - lib/spacialdb/command/db.rb
45
+ - lib/spacialdb/command/help.rb
46
+ - lib/spacialdb/command/version.rb
47
+ - lib/spacialdb/command.rb
48
+ - lib/spacialdb/helpers.rb
49
+ - lib/spacialdb/version.rb
50
+ - lib/spacialdb.rb
51
+ - lib/vendor/okjson.rb
52
+ - README.md
53
+ - spec/client_spec.rb
54
+ - spec/command/db_spec.rb
55
+ - spec/command/version_spec.rb
56
+ - spec/commmad_spec.rb
57
+ - spec/spec_helper.rb
58
+ has_rdoc: true
59
+ homepage: http://spacialdb.com
60
+ licenses: []
61
+
62
+ post_install_message:
63
+ rdoc_options: []
64
+
65
+ require_paths:
66
+ - lib
67
+ required_ruby_version: !ruby/object:Gem::Requirement
68
+ none: false
69
+ requirements:
70
+ - - ">="
71
+ - !ruby/object:Gem::Version
72
+ version: "0"
73
+ required_rubygems_version: !ruby/object:Gem::Requirement
74
+ none: false
75
+ requirements:
76
+ - - ">="
77
+ - !ruby/object:Gem::Version
78
+ version: "0"
79
+ requirements: []
80
+
81
+ rubyforge_project:
82
+ rubygems_version: 1.6.2
83
+ signing_key:
84
+ specification_version: 3
85
+ summary: Client gem for SpacialDB cloud hosting
86
+ test_files:
87
+ - spec/client_spec.rb
88
+ - spec/command/db_spec.rb
89
+ - spec/command/version_spec.rb
90
+ - spec/commmad_spec.rb
91
+ - spec/spec_helper.rb