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 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
@@ -198,7 +198,7 @@ end
198
198
 
199
199
  class RubyGlobe
200
200
 
201
- @@__VERSION__ = "1.0"
201
+ @@__VERSION__ = "1.1"
202
202
  @@__AUTHOR__ = "Ferdinand E. Silva"
203
203
 
204
204
  def self.__VERSION__
metadata CHANGED
@@ -1,7 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: RubyGlobe
3
3
  version: !ruby/object:Gem::Version
4
- version: "1.0"
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 +08: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
- - rubyglobe.rb
26
- has_rdoc: true
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.3.5
64
+ rubygems_version: 1.8.24
51
65
  signing_key:
52
66
  specification_version: 3
53
67
  summary: Ruby interface for Globe Labs API