sega 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: ac51397bbf319d127ce0655c80f2aebbd5405d4e
4
+ data.tar.gz: bb89c591e348b5d5fadf50a4c16579b4f7fd7335
5
+ SHA512:
6
+ metadata.gz: 0abe40edb807adfd47a3ddbd2b846b361f1eb8bd52a43373ef95b4814d51e4a82df8c9ea75d06d70d594d29a29877280e2233819752446e5f4fd9186cfe33f34
7
+ data.tar.gz: 9b619388420f4d0dbd90876cd6c774269b487399ee15cc28b8b5ab34d34fe6c81874ac4759694f3d6054ffd2357598a098902d0d6b28d35db403a58cd55e6fcc
data/.gitignore ADDED
@@ -0,0 +1,12 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
10
+ vendor
11
+ *.run
12
+ log
data/.rubocop.yml ADDED
@@ -0,0 +1,38 @@
1
+ ---
2
+ AllCops:
3
+ Include:
4
+ - '**/Berksfile'
5
+ - '**/Rakefile'
6
+ - '**/*.rake'
7
+ - '**/*.thor'
8
+ Exclude:
9
+ - 'vendor/bundle/*/**/*'
10
+ - 'vendor/ruby/*/**/*'
11
+ - 'vendor/*/*/**/*'
12
+ - 'vendor/*/**'
13
+ - '**/*.gemspec'
14
+
15
+ Metrics/AbcSize:
16
+ Max: 30
17
+
18
+ Metrics/CyclomaticComplexity:
19
+ Max: 10
20
+
21
+ Metrics/LineLength:
22
+ Max: 140
23
+
24
+ Metrics/MethodLength:
25
+ Max: 25
26
+
27
+ Metrics/PerceivedComplexity:
28
+ Max: 10
29
+
30
+ Style/Documentation:
31
+ Enabled: false
32
+
33
+ Style/Next:
34
+ Enabled: false
35
+
36
+ Metrics/MethodLength:
37
+ CountComments: false # count full line comments?
38
+ Max: 20
data/.travis.yml ADDED
@@ -0,0 +1,4 @@
1
+ language: ruby
2
+ rvm:
3
+ - 2.3.0
4
+ before_install: gem install bundler -v 1.10.6
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in sega.gemspec
4
+ gemspec
data/LICENSE ADDED
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright 2016 Jeffrey Damick
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
data/README.md ADDED
@@ -0,0 +1,83 @@
1
+ # SEGA - Self-Extracting Gem Archive
2
+
3
+ This is a tool that will help you create a self-extracting gem (cli) archive.
4
+
5
+ Similar in concept to [traveling-ruby](https://github.com/phusion/traveling-ruby) or [orca](https://github.com/larsch/ocra) or [releasy](https://github.com/Spooner/releasy) but it makes some basic assumptions to simplify the package.
6
+
7
+ For example:
8
+
9
+ ```
10
+ ```
11
+
12
+
13
+ Assumes:
14
+ * target machine has ruby (preferably [rbenv](https://github.com/rbenv/rbenv))
15
+ * target machine has [bundler](http://bundler.io/)
16
+
17
+ ## Installation
18
+
19
+ Add this line to your application's Gemfile:
20
+
21
+ ```ruby
22
+ gem 'sega'
23
+ ```
24
+
25
+ And then execute:
26
+
27
+ $ bundle
28
+
29
+ Or install it yourself as:
30
+
31
+ $ gem install sega
32
+
33
+ ## Usage
34
+
35
+ _Only tested on linux & mac right now_
36
+
37
+ ### Configure
38
+
39
+ Add to your Rakefile:
40
+
41
+ ```
42
+
43
+ require 'sega/rake_task'
44
+
45
+ Sega::RakeTask.new() do |t|
46
+ t.bundler_version = '1.10.6' # uses gem version comparison operators
47
+ t.ruby_version = '~> 2.3.0' # uses gem version comparison operators
48
+ end
49
+
50
+ ```
51
+
52
+ ### Build
53
+
54
+ Create the self-extracting gem archive:
55
+
56
+ ```
57
+ bundle exec rake sega:package
58
+ ```
59
+
60
+ Will generate: ```<project name>.run```
61
+
62
+
63
+ ### Install
64
+
65
+
66
+ ```
67
+ ./<project name>.run <optional: target directory> <optional: target binstub directory>
68
+ ```
69
+
70
+ Default target directory: ```/usr/local/<project name/```
71
+
72
+ Default target binstub directory: ```/usr/local/bin/```
73
+
74
+
75
+ ## Development
76
+
77
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake false` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
78
+
79
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
80
+
81
+ ## Contributing
82
+
83
+ Bug reports and pull requests are welcome on GitHub at https://github.com/jdamick/sega.
data/Rakefile ADDED
@@ -0,0 +1,26 @@
1
+ require 'bundler/gem_tasks'
2
+ require 'rubocop/rake_task'
3
+ require 'rspec/core/rake_task'
4
+ require_relative 'lib/sega/rake_task'
5
+
6
+ Sega::RakeTask.new do |t|
7
+ t.bundler_version = '1.10.6'
8
+ end
9
+
10
+ namespace :style do
11
+ desc 'Run Ruby style checks'
12
+ RuboCop::RakeTask.new(:ruby) do |t|
13
+ t.fail_on_error = false if ENV['RUBOCOP_NO_FAIL']
14
+ end
15
+ end
16
+
17
+ desc 'Run all style checks'
18
+ task style: %w(style:ruby)
19
+
20
+ $stderr.sync
21
+ $stdout.sync
22
+
23
+ desc 'Run ChefSpec examples'
24
+ RSpec::Core::RakeTask.new(:spec)
25
+
26
+ task default: %w(style spec)
data/bin/console ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'bundler/setup'
4
+ require 'sega'
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require 'irb'
14
+ IRB.start
data/bin/setup ADDED
@@ -0,0 +1,7 @@
1
+ #!/bin/bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+
5
+ bundle install
6
+
7
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,9 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
@@ -0,0 +1,4 @@
1
+ language: ruby
2
+ rvm:
3
+ - 2.3.0
4
+ before_install: gem install bundler -v 1.10.6
@@ -0,0 +1,7 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in hello-sega.gemspec
4
+ gemspec
5
+
6
+
7
+ gem 'sega'
@@ -0,0 +1,36 @@
1
+ # Hello::Sega
2
+
3
+ Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/hello/sega`. To experiment with that code, run `bin/console` for an interactive prompt.
4
+
5
+ TODO: Delete this and the text above, and describe your gem
6
+
7
+ ## Installation
8
+
9
+ Add this line to your application's Gemfile:
10
+
11
+ ```ruby
12
+ gem 'hello-sega'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install hello-sega
22
+
23
+ ## Usage
24
+
25
+ TODO: Write usage instructions here
26
+
27
+ ## Development
28
+
29
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake false` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
+
31
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
+
33
+ ## Contributing
34
+
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello-sega.
36
+
@@ -0,0 +1,8 @@
1
+ require "bundler/gem_tasks"
2
+
3
+ require 'sega/rake_task'
4
+
5
+ Sega::RakeTask.new() do |t|
6
+ t.bundler_version = '1.10.6' # uses gem version comparison operators
7
+ t.ruby_version = '~> 2.3.0' # uses gem version comparison operators
8
+ end
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "hello/sega"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start
@@ -0,0 +1,7 @@
1
+ #!/bin/bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+
5
+ bundle install
6
+
7
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ require 'hello/sega'
5
+
6
+ Hello::Sega.run
@@ -0,0 +1,31 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'hello/sega/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "hello-sega"
8
+ spec.version = Hello::Sega::VERSION
9
+ spec.authors = ["jdamick"]
10
+ spec.email = ["jeffrey.damick@capitalone.com"]
11
+
12
+ spec.summary = %q{TODO: Write a short summary, because Rubygems requires one.}
13
+ spec.description = %q{TODO: Write a longer description or delete this line.}
14
+ spec.homepage = "TODO: Put your gem's website or public repo URL here."
15
+
16
+ # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
17
+ # delete this section to allow pushing this gem to any host.
18
+ if spec.respond_to?(:metadata)
19
+ spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
20
+ else
21
+ raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
22
+ end
23
+
24
+ spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
25
+ spec.bindir = "exe"
26
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
27
+ spec.require_paths = ["lib"]
28
+
29
+ spec.add_development_dependency "bundler", "~> 1.10"
30
+ spec.add_development_dependency "rake", "~> 10.0"
31
+ end
@@ -0,0 +1,11 @@
1
+ require "hello/sega/version"
2
+
3
+ module Hello
4
+ module Sega
5
+ def self.run
6
+ puts "Hello SEGA!"
7
+ end
8
+ end
9
+ end
10
+
11
+
@@ -0,0 +1,5 @@
1
+ module Hello
2
+ module Sega
3
+ VERSION = "0.1.0"
4
+ end
5
+ end
data/lib/sega.rb ADDED
@@ -0,0 +1,5 @@
1
+ require 'sega/version'
2
+
3
+ module Sega
4
+ # nothing.
5
+ end
@@ -0,0 +1,83 @@
1
+ #!/usr/bin/env ruby
2
+ # encoding: utf-8
3
+ # frozen_string_literal: true
4
+
5
+ require 'rubygems/package'
6
+ require 'stringio'
7
+ require 'fileutils'
8
+
9
+ #####
10
+
11
+ REQUESTED_RUBY_VERSION = "<%= ruby_version %>" # generated
12
+ REQUESTED_BUNDLER_VERSION = "<%= bundler_version %>" # generated
13
+
14
+ #####
15
+
16
+ unless Gem::Dependency.new('ruby', REQUESTED_RUBY_VERSION).match?('ruby', RUBY_VERSION)
17
+ raise "\n\n[ERROR] Ruby version needs to be atleast: #{REQUESTED_RUBY_VERSION}\n" +
18
+ "Try rbenv: https://github.com/rbenv/rbenv#installation\n\n"
19
+ end
20
+
21
+ BUNDLER_VER_ARG = "_#{REQUESTED_BUNDLER_VERSION}_"
22
+ bundle_cmd = "bundle #{BUNDLER_VER_ARG}"
23
+
24
+ `#{bundle_cmd} -v`
25
+ unless $?.exitstatus == 0
26
+ raise "\n\n[ERROR] Bundler version needs to be: #{REQUESTED_BUNDLER_VERSION}\n\n"
27
+ end
28
+ ####
29
+
30
+ target_dir = ARGV[0] || "/usr/local/#{File.basename(__FILE__, '.*')}"
31
+ exe_shim_dir = ARGV[1] || "/usr/local/bin"
32
+
33
+ FileUtils.mkdir_p(target_dir)
34
+
35
+ file = DATA
36
+
37
+ Zlib::GzipReader.wrap(file) do |gz|
38
+ Gem::Package::TarReader.new(gz) do |tar|
39
+ tar.each do |entry|
40
+ puts entry.full_name
41
+
42
+ dir = File.dirname(File.join(target_dir, entry.full_name))
43
+ FileUtils.mkdir_p(dir) unless File.exists?(dir)
44
+ file_name = File.join(target_dir, entry.full_name)
45
+ File.open(file_name, "w+") do |f|
46
+ f.write(entry.read)
47
+ end
48
+ File.chmod(entry.header.mode & 07777, file_name)
49
+ end
50
+ end
51
+ end
52
+
53
+ # install shim
54
+
55
+ spec = Gem::Specification.load(Dir[File.join(File.dirname(__FILE__), "*.gemspec")].first)
56
+ bundle_env = "BUNDLE_GEMFILE=#{File.join(target_dir, 'Gemfile')}"
57
+
58
+ Dir[File.join(spec.bindir, "*")].each do |exe_file|
59
+ puts "exe_file: #{exe_file}"
60
+ target_shim = File.join(exe_shim_dir, File.basename(exe_file))
61
+ puts "target_shim: #{target_shim}"
62
+ File.open(target_shim, "w+") do |f|
63
+
64
+ f.write(%Q(
65
+ #!/bin/bash
66
+ export #{bundle_env}
67
+ pre_exec_cmd=""
68
+ rbenv_version=$(rbenv version 2> /dev/null)
69
+ if [ "$?" == "0" ]; then
70
+ pre_exec_cmd="rbenv exec"
71
+ fi
72
+ $pre_exec_cmd #{bundle_cmd} exec #{File.join(target_dir, exe_file)} \"$@\"
73
+ ))
74
+ f.write("\n")
75
+ end
76
+ File.chmod(0755, target_shim)
77
+ end
78
+
79
+ # run bundler
80
+ `cd #{target_dir} && #{bundle_cmd} install --local`
81
+
82
+ # after this is the DATA section
83
+ __END__
@@ -0,0 +1,102 @@
1
+ # encoding: utf-8
2
+ # frozen_string_literal: true
3
+
4
+ require 'rake'
5
+ require 'rake/tasklib'
6
+
7
+ module Sega
8
+ INSTALLER_TEMPL = 'installer.erb'.freeze
9
+
10
+ # Provides a custom rake task.
11
+ #
12
+ # require 'sega/rake_task'
13
+ # Sega::RakeTask.new
14
+ class RakeTask < Rake::TaskLib
15
+ attr_accessor :ruby_version
16
+ attr_accessor :bundler_version
17
+
18
+ def initialize(*args, &task_block)
19
+ @ruby_version ||= '>= 2.3.0'
20
+ @bundler_version ||= '= 1.10.6'
21
+
22
+ namespace 'sega' do
23
+ desc 'Run Sega Packager' unless ::Rake.application.last_description
24
+ task(:package, *args) do |_, task_args|
25
+ yield(*[self, task_args].slice(0, task_block.arity)) if block_given?
26
+
27
+ package
28
+ end
29
+ end
30
+ end
31
+
32
+ def package # rubocop:disable Metrics/MethodLength, Metrics/AbcSize
33
+ require 'yaml'
34
+ require 'pathname'
35
+ require 'bundler/cli'
36
+ require 'rubygems/specification'
37
+ require 'rubygems/package'
38
+
39
+ Bundler::CLI.start(%w(package --all), debug: true)
40
+
41
+ gemspec_filename = "#{proj_name}.gemspec"
42
+ spec = Gem::Specification.load(gemspec_filename)
43
+
44
+ gems = Dir['vendor/cache/**/*']
45
+ bundle_dir = Dir['.bundle/*']
46
+
47
+ exec_tgz = "#{proj_name}.run"
48
+ # step 1 - add the ruby installer script
49
+ File.open(exec_tgz, 'wb') do |file|
50
+ file.write(installer_file)
51
+ end
52
+
53
+ File.open(exec_tgz, 'a+') do |file|
54
+ Zlib::GzipWriter.wrap(file) do |gz|
55
+ Gem::Package::TarWriter.new(gz) do |tar|
56
+ (spec.files + gems + bundle_dir).each do |f|
57
+ unless File.directory?(f)
58
+ size = File.size(f)
59
+ mode = File.stat(f).mode & 07777
60
+ debug "adding: #{f} size: #{size} mode: #{mode.to_s(8)}"
61
+
62
+ input = ''
63
+ if f == gemspec_filename # add the gemspec (post processing)
64
+ input = spec.to_ruby
65
+ size = input.size
66
+ else
67
+ input = File.read(f)
68
+ end
69
+
70
+ tar.add_file_simple(f, mode, size) do |io|
71
+ io.write(input)
72
+ end
73
+ end
74
+ end
75
+ end
76
+ end
77
+ end
78
+
79
+ File.chmod(0755, exec_tgz)
80
+ puts "Created Self-Extracting Gem Archive: #{exec_tgz}"
81
+ exec_tgz
82
+ end
83
+
84
+ def debug(msg)
85
+ puts "[DEBUG] #{msg}" if ENV['DEBUG']
86
+ end
87
+
88
+ def installer_file
89
+ template = File.read(installer_filename)
90
+ ERB.new(template).result(binding)
91
+ end
92
+
93
+ def installer_filename
94
+ File.join(File.dirname(__FILE__), INSTALLER_TEMPL)
95
+ end
96
+
97
+ def proj_name
98
+ _, location = Rake.application.find_rakefile_location
99
+ @proj_name ||= File.basename(Dir[File.join(location, '*.gemspec')].first, '.gemspec')
100
+ end
101
+ end
102
+ end
@@ -0,0 +1,3 @@
1
+ module Sega
2
+ VERSION = '0.1.1'.freeze
3
+ end
data/sega.gemspec ADDED
@@ -0,0 +1,37 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'sega/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "sega"
8
+ spec.version = Sega::VERSION
9
+ spec.authors = ["jdamick"]
10
+ spec.email = ["@jeffreydamick"]
11
+
12
+ spec.summary = %q{Self-Extracting Gem Archive}
13
+ spec.description = %q{Tool that will help you create a self-extracting gem (cli) archive.}
14
+ spec.homepage = "https://github.com/jdamick/sega"
15
+
16
+ # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
17
+ # delete this section to allow pushing this gem to any host.
18
+ if spec.respond_to?(:metadata)
19
+ spec.metadata['allowed_push_host'] = "https://rubygems.org" #"TODO: Set to 'http://mygemserver.com'"
20
+ else
21
+ raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
22
+ end
23
+
24
+ spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
25
+ spec.bindir = "exe"
26
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
27
+ spec.require_paths = ["lib"]
28
+
29
+ spec.add_development_dependency "bundler", "~> 1.10"
30
+ spec.add_development_dependency "rake", "~> 10.0"
31
+ spec.add_development_dependency 'fakefs', '~> 0.8'
32
+ spec.add_development_dependency 'rspec', '~> 3.4'
33
+ spec.add_development_dependency 'rspec_junit_formatter', '~> 0.2'
34
+ spec.add_development_dependency 'simplecov', '~> 0.11'
35
+ spec.add_development_dependency 'simplecov-console', '~> 0.3'
36
+ spec.add_development_dependency 'rubocop', '~> 0.36'
37
+ end
metadata ADDED
@@ -0,0 +1,181 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: sega
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.1
5
+ platform: ruby
6
+ authors:
7
+ - jdamick
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2016-06-17 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.10'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.10'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: fakefs
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '0.8'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '0.8'
55
+ - !ruby/object:Gem::Dependency
56
+ name: rspec
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '3.4'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '3.4'
69
+ - !ruby/object:Gem::Dependency
70
+ name: rspec_junit_formatter
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '0.2'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '0.2'
83
+ - !ruby/object:Gem::Dependency
84
+ name: simplecov
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: '0.11'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: '0.11'
97
+ - !ruby/object:Gem::Dependency
98
+ name: simplecov-console
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - "~>"
102
+ - !ruby/object:Gem::Version
103
+ version: '0.3'
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - "~>"
109
+ - !ruby/object:Gem::Version
110
+ version: '0.3'
111
+ - !ruby/object:Gem::Dependency
112
+ name: rubocop
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - "~>"
116
+ - !ruby/object:Gem::Version
117
+ version: '0.36'
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - "~>"
123
+ - !ruby/object:Gem::Version
124
+ version: '0.36'
125
+ description: Tool that will help you create a self-extracting gem (cli) archive.
126
+ email:
127
+ - "@jeffreydamick"
128
+ executables: []
129
+ extensions: []
130
+ extra_rdoc_files: []
131
+ files:
132
+ - ".gitignore"
133
+ - ".rubocop.yml"
134
+ - ".travis.yml"
135
+ - Gemfile
136
+ - LICENSE
137
+ - README.md
138
+ - Rakefile
139
+ - bin/console
140
+ - bin/setup
141
+ - example/hello-sega/.gitignore
142
+ - example/hello-sega/.travis.yml
143
+ - example/hello-sega/Gemfile
144
+ - example/hello-sega/README.md
145
+ - example/hello-sega/Rakefile
146
+ - example/hello-sega/bin/console
147
+ - example/hello-sega/bin/setup
148
+ - example/hello-sega/exe/hello-sega
149
+ - example/hello-sega/hello-sega.gemspec
150
+ - example/hello-sega/lib/hello/sega.rb
151
+ - example/hello-sega/lib/hello/sega/version.rb
152
+ - lib/sega.rb
153
+ - lib/sega/installer.erb
154
+ - lib/sega/rake_task.rb
155
+ - lib/sega/version.rb
156
+ - sega.gemspec
157
+ homepage: https://github.com/jdamick/sega
158
+ licenses: []
159
+ metadata:
160
+ allowed_push_host: https://rubygems.org
161
+ post_install_message:
162
+ rdoc_options: []
163
+ require_paths:
164
+ - lib
165
+ required_ruby_version: !ruby/object:Gem::Requirement
166
+ requirements:
167
+ - - ">="
168
+ - !ruby/object:Gem::Version
169
+ version: '0'
170
+ required_rubygems_version: !ruby/object:Gem::Requirement
171
+ requirements:
172
+ - - ">="
173
+ - !ruby/object:Gem::Version
174
+ version: '0'
175
+ requirements: []
176
+ rubyforge_project:
177
+ rubygems_version: 2.5.1
178
+ signing_key:
179
+ specification_version: 4
180
+ summary: Self-Extracting Gem Archive
181
+ test_files: []