debut 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4ae663677abda9b7ad2e32b334816a9ff83753e0
4
- data.tar.gz: 945a7e461c19705981ef4716ca98bdc7be84cdf2
3
+ metadata.gz: '00668d501e42b04c83b45459606cea422a04cc53'
4
+ data.tar.gz: d9b2c8a1d26ce02f2c85f3d865395ddf8e925c8a
5
5
  SHA512:
6
- metadata.gz: c12a5e4f3c8ece0a36a14de6ceddf393b1fc71c08a63d388d15ccf20dc8c04f0b30fee996aba3230295970e3e5521121373026f09195beb9d10516ccedbc90e8
7
- data.tar.gz: 7b01549b366d5074771f58dd0d6be00ecbc80e59166d3e5fd16dc5ec5d4e9c93761d67f6c3f9435563986861b03986d513894e8f5b155f9ecba4876bc7822b57
6
+ metadata.gz: 397782b00dc8b7c8b74c8b9a68e5189fb78a74937f90d339941217ba1b89b9daee38c6779dae22c3a5959e9cfb820af84effb8ae745581e3644212f0271cfb58
7
+ data.tar.gz: 7079ae4a406807b17cb60a9161b2317b21a1c7f9202e7189e6e9f4ccd95129bf6c61c60a0b26aea9a84a2fcbee9e29c4adc5b35f0fda074171f1cd59551c9abe
data/.travis.yml CHANGED
@@ -6,24 +6,16 @@ gemfile:
6
6
  - Gemfile
7
7
 
8
8
  rvm:
9
- - 1.9.2
10
- - 1.9.3
11
- - 2.0.0
9
+ - 2.1.10
10
+ - 2.2.6
11
+ - 2.3.3
12
+ - 2.4.0
12
13
 
13
14
  script: bundle exec rake test
14
15
 
15
16
  notifications:
16
- email: false
17
- irc:
18
- channels:
19
- - "irc.codehaus.org#livetribe"
20
- template:
21
- - "[#%{build_number}] %{message} %{build_url}"
22
- - "[#%{build_number}] %{commit} on %{branch} by %{author}"
23
- - "[#%{build_number}] %{compare_url}"
24
- on_success: always
25
- on_failure: always
26
- use_notice: false
17
+ slack:
18
+ secure: l92+ObfDs7Nft+F+8cEzUwqUS0KS20217P+2mC0ZAsGnLBmVRyN1LBCxJRmiXXpUFxSALGDhMloAEwgOPFPdPQ5N5LdPjCdZWo0BnM2gvD4j7aM4aJeUh3IxWtrjHeZtRLm1Uy63NhMlByEjKXToykEaERyx4GIllreQGXwFcuw=
27
19
 
28
20
  env:
29
21
  global:
data/Gemfile CHANGED
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2013-15 the original author or authors
2
+ # Copyright 2013-17 the original author or authors
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
data/Gemfile.lock CHANGED
@@ -1,23 +1,23 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- debut (0.0.7)
4
+ debut (0.0.8)
5
5
  fog (>= 1)
6
6
  gli (>= 2.7)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- CFPropertyList (2.3.2)
12
- builder (3.2.2)
13
- coveralls (0.8.14)
11
+ CFPropertyList (2.3.5)
12
+ builder (3.2.3)
13
+ coveralls (0.8.19)
14
14
  json (>= 1.8, < 3)
15
15
  simplecov (~> 0.12.0)
16
16
  term-ansicolor (~> 1.3)
17
17
  thor (~> 0.19.1)
18
- tins (~> 1.6.0)
18
+ tins (~> 1.6)
19
19
  docile (1.1.5)
20
- excon (0.50.1)
20
+ excon (0.54.0)
21
21
  fission (0.5.0)
22
22
  CFPropertyList (~> 2.2)
23
23
  fog (1.38.0)
@@ -57,7 +57,7 @@ GEM
57
57
  fog-atmos (0.1.0)
58
58
  fog-core
59
59
  fog-xml
60
- fog-aws (0.9.4)
60
+ fog-aws (1.2.0)
61
61
  fog-core (~> 1.38)
62
62
  fog-json (~> 1.0)
63
63
  fog-xml (~> 0.1)
@@ -71,7 +71,7 @@ GEM
71
71
  fog-json (~> 1.0)
72
72
  fog-xml (~> 0.1)
73
73
  ipaddress (~> 0.8)
74
- fog-core (1.42.0)
74
+ fog-core (1.43.0)
75
75
  builder
76
76
  excon (~> 0.49)
77
77
  formatador (~> 0.2)
@@ -89,9 +89,9 @@ GEM
89
89
  fog-json (1.0.2)
90
90
  fog-core (~> 1.0)
91
91
  multi_json (~> 1.10)
92
- fog-local (0.3.0)
92
+ fog-local (0.3.1)
93
93
  fog-core (~> 1.27)
94
- fog-openstack (0.1.7)
94
+ fog-openstack (0.1.19)
95
95
  fog-core (>= 1.40)
96
96
  fog-json (>= 1.0)
97
97
  ipaddress (>= 0.8)
@@ -99,11 +99,10 @@ GEM
99
99
  fog-core (~> 1.27)
100
100
  fog-json (~> 1.0)
101
101
  fog-xml (~> 0.1)
102
- fog-profitbricks (0.0.5)
103
- fog-core
104
- fog-xml
105
- nokogiri
106
- fog-rackspace (0.1.1)
102
+ fog-profitbricks (3.0.0)
103
+ fog-core (~> 1.42)
104
+ fog-json (~> 1.0)
105
+ fog-rackspace (0.1.4)
107
106
  fog-core (>= 1.35)
108
107
  fog-json (>= 1.0)
109
108
  fog-xml (>= 0.1)
@@ -122,7 +121,7 @@ GEM
122
121
  fog-serverlove (0.1.2)
123
122
  fog-core
124
123
  fog-json
125
- fog-softlayer (1.1.2)
124
+ fog-softlayer (1.1.4)
126
125
  fog-core
127
126
  fog-json
128
127
  fog-storm_on_demand (0.1.1)
@@ -137,9 +136,9 @@ GEM
137
136
  fog-voxel (0.1.0)
138
137
  fog-core
139
138
  fog-xml
140
- fog-vsphere (0.8.0)
139
+ fog-vsphere (1.7.0)
141
140
  fog-core
142
- rbvmomi (~> 1.8)
141
+ rbvmomi (~> 1.9)
143
142
  fog-xenserver (0.2.3)
144
143
  fog-core
145
144
  fog-xml
@@ -147,31 +146,30 @@ GEM
147
146
  fog-core
148
147
  nokogiri (~> 1.5, >= 1.5.11)
149
148
  formatador (0.2.5)
150
- gli (2.14.0)
149
+ gli (2.15.0)
151
150
  inflecto (0.0.2)
152
151
  ipaddress (0.8.3)
153
- json (2.0.1)
152
+ json (2.0.3)
154
153
  mini_portile2 (2.1.0)
155
- minitest (5.9.0)
154
+ minitest (5.10.1)
156
155
  multi_json (1.12.1)
157
- nokogiri (1.6.8)
156
+ nokogiri (1.7.0.1)
158
157
  mini_portile2 (~> 2.1.0)
159
- pkg-config (~> 1.1.7)
160
- pkg-config (1.1.7)
161
- rake (11.2.2)
162
- rbvmomi (1.8.2)
163
- builder
164
- nokogiri (>= 1.4.1)
165
- trollop
158
+ rake (12.0.0)
159
+ rbvmomi (1.9.4)
160
+ builder (~> 3.2)
161
+ json (>= 1.8)
162
+ nokogiri (~> 1.5)
163
+ trollop (~> 2.1)
166
164
  simplecov (0.12.0)
167
165
  docile (~> 1.1.0)
168
166
  json (>= 1.8, < 3)
169
167
  simplecov-html (~> 0.10.0)
170
168
  simplecov-html (0.10.0)
171
- term-ansicolor (1.3.2)
169
+ term-ansicolor (1.4.0)
172
170
  tins (~> 1.0)
173
- thor (0.19.1)
174
- tins (1.6.0)
171
+ thor (0.19.4)
172
+ tins (1.13.2)
175
173
  trollop (2.1.2)
176
174
  xml-simple (1.1.5)
177
175
 
@@ -185,4 +183,4 @@ DEPENDENCIES
185
183
  rake
186
184
 
187
185
  BUNDLED WITH
188
- 1.12.5
186
+ 1.14.3
data/Rakefile CHANGED
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2013-15 the original author or authors
2
+ # Copyright 2013-17 the original author or authors
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
data/bin/debut CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
  #
3
- # Copyright 2013-15 the original author or authors
3
+ # Copyright 2013-17 the original author or authors
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
data/debut.gemspec CHANGED
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2013-15 the original author or authors
2
+ # Copyright 2013-17 the original author or authors
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -21,11 +21,11 @@ require File.join([File.dirname(__FILE__), 'lib', 'debut', 'version.rb'])
21
21
  Gem::Specification.new do |s|
22
22
  s.name = 'debut'
23
23
  s.version = LiveTribe::Debut::VERSION
24
- s.date = '2016-07-07'
24
+ s.date = '2017-02-04'
25
25
  s.summary = "A simple way to register your cloud instance"
26
26
  s.description = "A simple way to register your cloud instance with DNS and other lookup services"
27
27
  s.platform = Gem::Platform::RUBY
28
- s.license = 'ASL-2'
28
+ s.license = 'Apache-2.0'
29
29
  s.authors = ["LiveTribe - Systems Management Project"]
30
30
  s.email = 'livetribe-dev@googlegroups.com'
31
31
  s.homepage = 'http://www.livetribe.org'
@@ -41,10 +41,10 @@ Gem::Specification.new do |s|
41
41
  s.rdoc_options = ["--charset=UTF-8"]
42
42
  s.extra_rdoc_files = %w[README.md]
43
43
 
44
- s.add_dependency('fog', '>=1')
45
- s.add_dependency('gli', '>=2.7')
44
+ s.add_dependency('fog', '~> 1')
45
+ s.add_dependency('gli', '~> 2.7')
46
46
 
47
- s.add_development_dependency('minitest')
48
- s.add_development_dependency('rake')
47
+ s.add_development_dependency('minitest', '~> 5')
48
+ s.add_development_dependency('rake', '~> 12')
49
49
 
50
50
  end
data/lib/debut.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2013-15 the original author or authors
2
+ # Copyright 2013-17 the original author or authors
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
data/lib/debut/aws.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2013-15 the original author or authors
2
+ # Copyright 2013-17 the original author or authors
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
data/lib/debut/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2013-15 the original author or authors
2
+ # Copyright 2013-17 the original author or authors
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -16,6 +16,6 @@
16
16
  #
17
17
  module LiveTribe
18
18
  module Debut
19
- VERSION = '0.0.7'
19
+ VERSION = '0.0.8'
20
20
  end
21
21
  end
data/tests/aws_tests.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2013-15 the original author or authors
2
+ # Copyright 2013-17 the original author or authors
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2013-15 the original author or authors
2
+ # Copyright 2013-17 the original author or authors
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
data/tests/debut_tests.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2013-15 the original author or authors
2
+ # Copyright 2013-17 the original author or authors
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
data/tests/helper.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2013-15 the original author or authors
2
+ # Copyright 2013-17 the original author or authors
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
metadata CHANGED
@@ -1,71 +1,71 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: debut
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - LiveTribe - Systems Management Project
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-07 00:00:00.000000000 Z
11
+ date: 2017-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fog
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '>='
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: gli
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '>='
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
33
  version: '2.7'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - '>='
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '2.7'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: minitest
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - '>='
45
+ - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '0'
47
+ version: '5'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - '>='
52
+ - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '0'
54
+ version: '5'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rake
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - '>='
59
+ - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: '0'
61
+ version: '12'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - '>='
66
+ - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: '0'
68
+ version: '12'
69
69
  description: A simple way to register your cloud instance with DNS and other lookup
70
70
  services
71
71
  email: livetribe-dev@googlegroups.com
@@ -75,9 +75,9 @@ extensions: []
75
75
  extra_rdoc_files:
76
76
  - README.md
77
77
  files:
78
- - .coveralls.yml
79
- - .gitignore
80
- - .travis.yml
78
+ - ".coveralls.yml"
79
+ - ".gitignore"
80
+ - ".travis.yml"
81
81
  - Gemfile
82
82
  - Gemfile.lock
83
83
  - LICENSE
@@ -94,26 +94,26 @@ files:
94
94
  - tests/helper.rb
95
95
  homepage: http://www.livetribe.org
96
96
  licenses:
97
- - ASL-2
97
+ - Apache-2.0
98
98
  metadata: {}
99
99
  post_install_message:
100
100
  rdoc_options:
101
- - --charset=UTF-8
101
+ - "--charset=UTF-8"
102
102
  require_paths:
103
103
  - lib
104
104
  required_ruby_version: !ruby/object:Gem::Requirement
105
105
  requirements:
106
- - - '>='
106
+ - - ">="
107
107
  - !ruby/object:Gem::Version
108
108
  version: '0'
109
109
  required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  requirements:
111
- - - '>='
111
+ - - ">="
112
112
  - !ruby/object:Gem::Version
113
113
  version: '0'
114
114
  requirements: []
115
115
  rubyforge_project:
116
- rubygems_version: 2.5.0
116
+ rubygems_version: 2.6.10
117
117
  signing_key:
118
118
  specification_version: 4
119
119
  summary: A simple way to register your cloud instance