bootic 0.0.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.
Files changed (6) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +4 -0
  3. data/README.md +8 -0
  4. data/Rakefile +2 -0
  5. data/bootic.gemspec +18 -0
  6. metadata +51 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 0c52b88ed5f3144b4465b7a8a62dd23e1f47960a
4
+ data.tar.gz: d266bf0cad5b55256ba05df490270a59d86ccc2f
5
+ SHA512:
6
+ metadata.gz: beb4769bcaf8dc519e5b6890a1184e9e8ad5b2343f20d044042881596adb091a4375b453c1673e9b47f7c71eae2b9b5ae8dd7a2b1bd443089b3ea31f2ecece8f
7
+ data.tar.gz: a150e00e2281b75d2c7de7a606ab9f5ca8250030707a70192584c3990f49292e82c00df90a6d2372defe1bc18c7bd6ea9a2fb04392357b99c079747efeea7834
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source :rubygems
2
+
3
+ # specified in gemspec
4
+ gemspec
@@ -0,0 +1,8 @@
1
+ Bootic
2
+ ======
3
+
4
+ A wrapper around the bootic_cli gem.
5
+
6
+ # Copyright
7
+
8
+ (c) Inventario SpA.
@@ -0,0 +1,2 @@
1
+ require 'bundler'
2
+ Bundler::GemHelper.install_tasks
@@ -0,0 +1,18 @@
1
+ # -*- encoding: utf-8 -*-
2
+ Gem::Specification.new do |s|
3
+ s.name = "bootic"
4
+ s.version = '0.0.1'
5
+ s.platform = Gem::Platform::RUBY
6
+ s.authors = ['Tomás Pollak']
7
+ s.email = ['tomas@bootic.io']
8
+ s.homepage = "https://github.com/bootic/gem"
9
+ s.summary = "Meta package for Bootic CLI."
10
+ s.description = "Meta package for Bootic CLI."
11
+ s.files = `git ls-files`.split("\n")
12
+ s.post_install_message = <<-END
13
+ ---------------------------------------------------------------
14
+ Heads up! This is just a temporary placeholder package.
15
+ To install the Bootic CLI please run `gem install bootic_cli`.
16
+ ---------------------------------------------------------------
17
+ END
18
+ end
metadata ADDED
@@ -0,0 +1,51 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bootic
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Tomás Pollak
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2018-01-23 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Meta package for Bootic CLI.
14
+ email:
15
+ - tomas@bootic.io
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - Gemfile
21
+ - README.md
22
+ - Rakefile
23
+ - bootic.gemspec
24
+ homepage: https://github.com/bootic/gem
25
+ licenses: []
26
+ metadata: {}
27
+ post_install_message: |2
28
+ ---------------------------------------------------------------
29
+ Heads up! This is just a temporary placeholder package.
30
+ To install the Bootic CLI please run `gem install bootic_cli`.
31
+ ---------------------------------------------------------------
32
+ rdoc_options: []
33
+ require_paths:
34
+ - lib
35
+ required_ruby_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ required_rubygems_version: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - ">="
43
+ - !ruby/object:Gem::Version
44
+ version: '0'
45
+ requirements: []
46
+ rubyforge_project:
47
+ rubygems_version: 2.6.13
48
+ signing_key:
49
+ specification_version: 4
50
+ summary: Meta package for Bootic CLI.
51
+ test_files: []