cutlass 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Cutlass
4
+ # Version
5
+ VERSION = "0.1.0"
6
+ end
metadata ADDED
@@ -0,0 +1,89 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: cutlass
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - schneems
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2021-04-19 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: docker-api
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '2.0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '2.0'
27
+ description: Have you ever had problems opening a `pack` age? Try something sharper,
28
+ try CUTLASS!
29
+ email:
30
+ - richard.schneeman+foo@gmail.com
31
+ executables: []
32
+ extensions: []
33
+ extra_rdoc_files: []
34
+ files:
35
+ - ".circleci/config.yml"
36
+ - ".github/dependabot.yml"
37
+ - ".github/workflows/check_changelog.yml"
38
+ - ".gitignore"
39
+ - ".rspec"
40
+ - ".rubocop.yml"
41
+ - CHANGELOG.md
42
+ - CODE_OF_CONDUCT.md
43
+ - Gemfile
44
+ - Gemfile.lock
45
+ - LICENSE.txt
46
+ - README.md
47
+ - Rakefile
48
+ - SECURITY.md
49
+ - bin/console
50
+ - bin/setup
51
+ - cutlass.gemspec
52
+ - lib/cutlass.rb
53
+ - lib/cutlass/app.rb
54
+ - lib/cutlass/bash_result.rb
55
+ - lib/cutlass/clean_test_env.rb
56
+ - lib/cutlass/container_boot.rb
57
+ - lib/cutlass/container_control.rb
58
+ - lib/cutlass/docker_diff.rb
59
+ - lib/cutlass/env_diff.rb
60
+ - lib/cutlass/local_buildpack.rb
61
+ - lib/cutlass/pack_build.rb
62
+ - lib/cutlass/version.rb
63
+ homepage: https://github.com/heroku/cutlass
64
+ licenses:
65
+ - MIT
66
+ metadata:
67
+ homepage_uri: https://github.com/heroku/cutlass
68
+ source_code_uri: https://github.com/heroku/cutlass
69
+ changelog_uri: https://github.com/heroku/cutlass/blob/main/CHANGELOG.md
70
+ post_install_message:
71
+ rdoc_options: []
72
+ require_paths:
73
+ - lib
74
+ required_ruby_version: !ruby/object:Gem::Requirement
75
+ requirements:
76
+ - - ">="
77
+ - !ruby/object:Gem::Version
78
+ version: 2.4.0
79
+ required_rubygems_version: !ruby/object:Gem::Requirement
80
+ requirements:
81
+ - - ">="
82
+ - !ruby/object:Gem::Version
83
+ version: '0'
84
+ requirements: []
85
+ rubygems_version: 3.2.15
86
+ signing_key:
87
+ specification_version: 4
88
+ summary: Write CNB integration tests for Pack in Ruby with cutlass
89
+ test_files: []