RubyGlobe 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/Changelog +0 -0
- data/LICENSE +0 -0
- data/README +0 -0
- data/demo.conf +0 -0
- data/demo.rb +0 -0
- data/{rubyglobe.rb → lib/rubyglobe.rb} +1 -1
- metadata +22 -8
data/Changelog
ADDED
|
File without changes
|
data/LICENSE
ADDED
|
File without changes
|
data/README
ADDED
|
File without changes
|
data/demo.conf
ADDED
|
File without changes
|
data/demo.rb
ADDED
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: RubyGlobe
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
4
|
+
hash: 13
|
|
5
|
+
prerelease:
|
|
6
|
+
segments:
|
|
7
|
+
- 1
|
|
8
|
+
- 1
|
|
9
|
+
version: "1.1"
|
|
5
10
|
platform: ruby
|
|
6
11
|
authors:
|
|
7
12
|
- Ferdinand E. Silva
|
|
@@ -9,8 +14,7 @@ autorequire:
|
|
|
9
14
|
bindir: bin
|
|
10
15
|
cert_chain: []
|
|
11
16
|
|
|
12
|
-
date: 2012-09-03 00:00:00
|
|
13
|
-
default_executable:
|
|
17
|
+
date: 2012-09-03 00:00:00 Z
|
|
14
18
|
dependencies: []
|
|
15
19
|
|
|
16
20
|
description: Ruby interface for Globe Labs API
|
|
@@ -22,8 +26,12 @@ extensions: []
|
|
|
22
26
|
extra_rdoc_files: []
|
|
23
27
|
|
|
24
28
|
files:
|
|
25
|
-
-
|
|
26
|
-
|
|
29
|
+
- README
|
|
30
|
+
- Changelog
|
|
31
|
+
- LICENSE
|
|
32
|
+
- demo.rb
|
|
33
|
+
- demo.conf
|
|
34
|
+
- lib/rubyglobe.rb
|
|
27
35
|
homepage: http://ferdinandsilva.com
|
|
28
36
|
licenses: []
|
|
29
37
|
|
|
@@ -33,21 +41,27 @@ rdoc_options: []
|
|
|
33
41
|
require_paths:
|
|
34
42
|
- lib
|
|
35
43
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
44
|
+
none: false
|
|
36
45
|
requirements:
|
|
37
46
|
- - ">="
|
|
38
47
|
- !ruby/object:Gem::Version
|
|
48
|
+
hash: 3
|
|
49
|
+
segments:
|
|
50
|
+
- 0
|
|
39
51
|
version: "0"
|
|
40
|
-
version:
|
|
41
52
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
53
|
+
none: false
|
|
42
54
|
requirements:
|
|
43
55
|
- - ">="
|
|
44
56
|
- !ruby/object:Gem::Version
|
|
57
|
+
hash: 3
|
|
58
|
+
segments:
|
|
59
|
+
- 0
|
|
45
60
|
version: "0"
|
|
46
|
-
version:
|
|
47
61
|
requirements: []
|
|
48
62
|
|
|
49
63
|
rubyforge_project:
|
|
50
|
-
rubygems_version: 1.
|
|
64
|
+
rubygems_version: 1.8.24
|
|
51
65
|
signing_key:
|
|
52
66
|
specification_version: 3
|
|
53
67
|
summary: Ruby interface for Globe Labs API
|