carrot-top 0.0.6.beta → 0.0.6

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.
Files changed (3) hide show
  1. data/README.org +4 -0
  2. data/carrot-top.gemspec +1 -1
  3. metadata +7 -10
data/README.org CHANGED
@@ -15,6 +15,10 @@
15
15
  : :password => "password"
16
16
  : )
17
17
 
18
+ Use SSL if the management API supports it (optional)
19
+
20
+ : :ssl => true
21
+
18
22
  Various random bits of information that describe the whole system.
19
23
 
20
24
  : carrot_top.overview
@@ -2,7 +2,7 @@ $:.push File.expand_path("../lib", __FILE__)
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "carrot-top"
5
- s.version = "0.0.6.beta"
5
+ s.version = "0.0.6"
6
6
  s.authors = ["Sean Porter"]
7
7
  s.email = ["portertech@gmail.com"]
8
8
  s.homepage = "https://github.com/portertech/carrot-top"
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carrot-top
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1775080236
5
- prerelease: true
4
+ hash: 19
5
+ prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
9
  - 6
10
- - beta
11
- version: 0.0.6.beta
10
+ version: 0.0.6
12
11
  platform: ruby
13
12
  authors:
14
13
  - Sean Porter
@@ -100,14 +99,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
100
99
  required_rubygems_version: !ruby/object:Gem::Requirement
101
100
  none: false
102
101
  requirements:
103
- - - ">"
102
+ - - ">="
104
103
  - !ruby/object:Gem::Version
105
- hash: 25
104
+ hash: 3
106
105
  segments:
107
- - 1
108
- - 3
109
- - 1
110
- version: 1.3.1
106
+ - 0
107
+ version: "0"
111
108
  requirements: []
112
109
 
113
110
  rubyforge_project: carrot-top