tdi 0.2.1 → 0.2.2

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: 4f886ba994177c0f77b060ac037649df1bb770d8
4
- data.tar.gz: 3a9d33dca864eab56f7d2a8f4ca87753c696c0ac
3
+ metadata.gz: 70f04663c09353563a0c5cd077f9b09d8263fe31
4
+ data.tar.gz: 20da663f76bea16c7bbe8a25f7fcd9859b31db6b
5
5
  SHA512:
6
- metadata.gz: 83fe06b4f51a77b5352432261848afe4da6383bf5ba54fa1c5336b8a0f5745780329c3476b759fef9ee6871b22a4f44866ce229abb93115a493bd6e2fe6eb6c6
7
- data.tar.gz: 5abb8268952a0251358153fc043b6ff9e30437830b58b4ee365e0635b925b69167027f58985d55958eb9f6a9badba43956030cc3e2a32ea2b9cbdac87fddb350
6
+ metadata.gz: 8a67549a9492f1b4cb89e9977fb0be0de57e49005b66856f167c75d94e1dd9e8eead5fcb947b02a5cee6a8775195604a0b172a6f3ca3fd2ab4ff3a8491e2ee6c
7
+ data.tar.gz: 59742f43975087d67b1d1f8ba156e3c11634c786847a6a5d6ca6a5622251f34f02aabdf297ace0442293ec3b4f3cafe1769f3e45e7870c1a4e3783dd700b829b
@@ -18,5 +18,5 @@
18
18
  # along with TDI. If not, see <http://www.gnu.org/licenses/>.
19
19
 
20
20
  module Tdi
21
- VERSION = '0.2.1'
21
+ VERSION = '0.2.2'
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tdi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rogério Carvalho Schneider
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2016-08-05 00:00:00.000000000 Z
13
+ date: 2016-10-27 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler
@@ -54,20 +54,6 @@ dependencies:
54
54
  - - ">="
55
55
  - !ruby/object:Gem::Version
56
56
  version: '0'
57
- - !ruby/object:Gem::Dependency
58
- name: etc
59
- requirement: !ruby/object:Gem::Requirement
60
- requirements:
61
- - - ">="
62
- - !ruby/object:Gem::Version
63
- version: '0'
64
- type: :runtime
65
- prerelease: false
66
- version_requirements: !ruby/object:Gem::Requirement
67
- requirements:
68
- - - ">="
69
- - !ruby/object:Gem::Version
70
- version: '0'
71
57
  - !ruby/object:Gem::Dependency
72
58
  name: slop
73
59
  requirement: !ruby/object:Gem::Requirement
@@ -150,14 +136,8 @@ executables:
150
136
  extensions: []
151
137
  extra_rdoc_files: []
152
138
  files:
153
- - ".gitignore"
154
- - ".ruby-gemset"
155
- - ".ruby-version"
156
- - Gemfile
157
- - Gemfile.lock
158
139
  - LICENSE.txt
159
140
  - README.md
160
- - Rakefile
161
141
  - bin/tdi
162
142
  - doc/json/acl.json
163
143
  - doc/json/file.json
@@ -174,7 +154,6 @@ files:
174
154
  - lib/tdi.rb
175
155
  - lib/tdi/version.rb
176
156
  - lib/util.rb
177
- - tdi.gemspec
178
157
  homepage: https://github.com/globocom/tdi
179
158
  licenses:
180
159
  - GPL-3.0
data/.gitignore DELETED
@@ -1,15 +0,0 @@
1
- *.gem
2
- *.rbc
3
- .bundle
4
- .config
5
- .yardoc
6
- InstalledFiles
7
- _yardoc
8
- coverage
9
- lib/bundler/man
10
- pkg
11
- rdoc
12
- spec/reports
13
- test/tmp
14
- test/version_tmp
15
- tmp
@@ -1 +0,0 @@
1
- tdi
@@ -1 +0,0 @@
1
- ruby-2.3.0
data/Gemfile DELETED
@@ -1,4 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in tdi.gemspec
4
- gemspec
@@ -1,34 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- tdi (0.2.1)
5
- awesome_print
6
- colorize
7
- etc
8
- ipaddress
9
- net-ssh
10
- os
11
- slop (~> 3.6)
12
-
13
- GEM
14
- remote: https://rubygems.org/
15
- specs:
16
- awesome_print (1.7.0)
17
- colorize (0.8.1)
18
- etc (0.2.0)
19
- ipaddress (0.8.3)
20
- net-ssh (3.2.0)
21
- os (0.9.6)
22
- rake (11.2.2)
23
- slop (3.6.0)
24
-
25
- PLATFORMS
26
- ruby
27
-
28
- DEPENDENCIES
29
- bundler (~> 1.5)
30
- rake
31
- tdi!
32
-
33
- BUNDLED WITH
34
- 1.12.5
data/Rakefile DELETED
@@ -1,10 +0,0 @@
1
- require 'bundler/gem_tasks'
2
-
3
- # Default.
4
- task :default => :help
5
-
6
- # Help.
7
- desc 'Help'
8
- task :help do
9
- system('rake -T')
10
- end
@@ -1,33 +0,0 @@
1
- # coding: utf-8
2
- lib = File.expand_path('../lib', __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
-
5
- require 'tdi/version'
6
-
7
- Gem::Specification.new do |spec|
8
- spec.name = 'tdi'
9
- spec.version = Tdi::VERSION
10
- spec.authors = ['Rogério Carvalho Schneider', 'Diogo Kiss', 'Francisco Corrêa']
11
- spec.email = ['rogerio.schneider@corp.globo.com', 'diogokiss@corp.globo.com', 'francisco@corp.globo.com']
12
- spec.summary = %q(Test Driven Infrastructure)
13
- spec.description = %q(Test Driven Infrastructure acceptance helpers for
14
- validating your deployed infrastructure and external dependencies.)
15
- spec.homepage = 'https://github.com/globocom/tdi'
16
- spec.license = 'GPL-3.0'
17
-
18
- spec.files = `git ls-files`.split($/)
19
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
20
- spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
21
- spec.require_paths = ['lib', 'helpers']
22
-
23
- spec.add_development_dependency 'bundler', '~> 1.5'
24
- spec.add_development_dependency 'rake'
25
-
26
- spec.add_runtime_dependency 'os'
27
- spec.add_runtime_dependency 'etc'
28
- spec.add_runtime_dependency 'slop', '~> 3.6'
29
- spec.add_runtime_dependency 'colorize'
30
- spec.add_runtime_dependency 'net-ssh'
31
- spec.add_runtime_dependency 'awesome_print'
32
- spec.add_runtime_dependency 'ipaddress'
33
- end