resona 0.1.0
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.
- checksums.yaml +7 -0
- data/.gitignore +9 -0
- data/.travis.yml +5 -0
- data/CODE_OF_CONDUCT.md +74 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +21 -0
- data/README.md +50 -0
- data/Rakefile +10 -0
- data/bin/console +7 -0
- data/bin/setup +8 -0
- data/exe/resona +26 -0
- data/lib/resona.rb +13 -0
- data/lib/resona/formula.rb +56 -0
- data/lib/resona/resolver.rb +86 -0
- data/lib/resona/version.rb +3 -0
- data/resona.gemspec +27 -0
- metadata +116 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 35d3fdfae1e2b318f40d640471d9dbf77f8faafe
|
|
4
|
+
data.tar.gz: 803f4dc064dd95ec35a05c082975c6143da72a32
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: f1d6e3e010e7e5aeb14a63a3cd5d916ca08df58f29466555b19a04fc932b0289b5a1c48161f3e445f6b9d0e133722daa6e789c697e31fecfc5e5a751b8d4dd1b
|
|
7
|
+
data.tar.gz: 2abafa0956513426014e4af5408ceab07be0cc31ed17e9c83bd869c9556c33f66ce96cefb68d1bdeb1fa6f14c3f56460ffe0499be8314418b7df06f9ba577d20
|
data/.gitignore
ADDED
data/.travis.yml
ADDED
data/CODE_OF_CONDUCT.md
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
# Contributor Covenant Code of Conduct
|
|
2
|
+
|
|
3
|
+
## Our Pledge
|
|
4
|
+
|
|
5
|
+
In the interest of fostering an open and welcoming environment, we as
|
|
6
|
+
contributors and maintainers pledge to making participation in our project and
|
|
7
|
+
our community a harassment-free experience for everyone, regardless of age, body
|
|
8
|
+
size, disability, ethnicity, gender identity and expression, level of experience,
|
|
9
|
+
nationality, personal appearance, race, religion, or sexual identity and
|
|
10
|
+
orientation.
|
|
11
|
+
|
|
12
|
+
## Our Standards
|
|
13
|
+
|
|
14
|
+
Examples of behavior that contributes to creating a positive environment
|
|
15
|
+
include:
|
|
16
|
+
|
|
17
|
+
* Using welcoming and inclusive language
|
|
18
|
+
* Being respectful of differing viewpoints and experiences
|
|
19
|
+
* Gracefully accepting constructive criticism
|
|
20
|
+
* Focusing on what is best for the community
|
|
21
|
+
* Showing empathy towards other community members
|
|
22
|
+
|
|
23
|
+
Examples of unacceptable behavior by participants include:
|
|
24
|
+
|
|
25
|
+
* The use of sexualized language or imagery and unwelcome sexual attention or
|
|
26
|
+
advances
|
|
27
|
+
* Trolling, insulting/derogatory comments, and personal or political attacks
|
|
28
|
+
* Public or private harassment
|
|
29
|
+
* Publishing others' private information, such as a physical or electronic
|
|
30
|
+
address, without explicit permission
|
|
31
|
+
* Other conduct which could reasonably be considered inappropriate in a
|
|
32
|
+
professional setting
|
|
33
|
+
|
|
34
|
+
## Our Responsibilities
|
|
35
|
+
|
|
36
|
+
Project maintainers are responsible for clarifying the standards of acceptable
|
|
37
|
+
behavior and are expected to take appropriate and fair corrective action in
|
|
38
|
+
response to any instances of unacceptable behavior.
|
|
39
|
+
|
|
40
|
+
Project maintainers have the right and responsibility to remove, edit, or
|
|
41
|
+
reject comments, commits, code, wiki edits, issues, and other contributions
|
|
42
|
+
that are not aligned to this Code of Conduct, or to ban temporarily or
|
|
43
|
+
permanently any contributor for other behaviors that they deem inappropriate,
|
|
44
|
+
threatening, offensive, or harmful.
|
|
45
|
+
|
|
46
|
+
## Scope
|
|
47
|
+
|
|
48
|
+
This Code of Conduct applies both within project spaces and in public spaces
|
|
49
|
+
when an individual is representing the project or its community. Examples of
|
|
50
|
+
representing a project or community include using an official project e-mail
|
|
51
|
+
address, posting via an official social media account, or acting as an appointed
|
|
52
|
+
representative at an online or offline event. Representation of a project may be
|
|
53
|
+
further defined and clarified by project maintainers.
|
|
54
|
+
|
|
55
|
+
## Enforcement
|
|
56
|
+
|
|
57
|
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
|
58
|
+
reported by contacting the project team at midchildan+git@gmail.com. All
|
|
59
|
+
complaints will be reviewed and investigated and will result in a response that
|
|
60
|
+
is deemed necessary and appropriate to the circumstances. The project team is
|
|
61
|
+
obligated to maintain confidentiality with regard to the reporter of an incident.
|
|
62
|
+
Further details of specific enforcement policies may be posted separately.
|
|
63
|
+
|
|
64
|
+
Project maintainers who do not follow or enforce the Code of Conduct in good
|
|
65
|
+
faith may face temporary or permanent repercussions as determined by other
|
|
66
|
+
members of the project's leadership.
|
|
67
|
+
|
|
68
|
+
## Attribution
|
|
69
|
+
|
|
70
|
+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
|
71
|
+
available at [http://contributor-covenant.org/version/1/4][version]
|
|
72
|
+
|
|
73
|
+
[homepage]: http://contributor-covenant.org
|
|
74
|
+
[version]: http://contributor-covenant.org/version/1/4/
|
data/Gemfile
ADDED
data/LICENSE.txt
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
The MIT License (MIT)
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2016 midchildan
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
|
13
|
+
all copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
+
THE SOFTWARE.
|
data/README.md
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# Resona
|
|
2
|
+
|
|
3
|
+
Homebrew resource stanza generator for RubyGems dependencies.
|
|
4
|
+
|
|
5
|
+
## Features
|
|
6
|
+
|
|
7
|
+
Given a `Gemfile`, resona will resolve gem dependencies and output Homebrew
|
|
8
|
+
resource stanzas useful for creating formulas. See the [Homebrew Formula
|
|
9
|
+
Cookbook](https://github.com/Homebrew/brew/blob/master/docs/Formula-Cookbook.md#specifying-gems-python-modules-go-projects-etc-as-dependencies)
|
|
10
|
+
for more information on resource stanzas.
|
|
11
|
+
|
|
12
|
+
## Installation
|
|
13
|
+
|
|
14
|
+
Add this line to your application's Gemfile:
|
|
15
|
+
|
|
16
|
+
```ruby
|
|
17
|
+
gem 'resona'
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
And then execute:
|
|
21
|
+
|
|
22
|
+
$ bundle
|
|
23
|
+
|
|
24
|
+
Or install it yourself as:
|
|
25
|
+
|
|
26
|
+
$ gem install resona
|
|
27
|
+
|
|
28
|
+
## Usage
|
|
29
|
+
|
|
30
|
+
```
|
|
31
|
+
Usage: resona [options] gemfile
|
|
32
|
+
--with grp,... Specify groups to include
|
|
33
|
+
--without grp,... Specify groups to exclude
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
## Development
|
|
37
|
+
|
|
38
|
+
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
|
39
|
+
|
|
40
|
+
To install this gem onto your local machine, run `bundle exec rake install`.
|
|
41
|
+
|
|
42
|
+
## Contributing
|
|
43
|
+
|
|
44
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/midchildan/resona. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
## License
|
|
48
|
+
|
|
49
|
+
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
|
50
|
+
|
data/Rakefile
ADDED
data/bin/console
ADDED
data/bin/setup
ADDED
data/exe/resona
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
#!/usr/bin/env ruby
|
|
2
|
+
|
|
3
|
+
require "resona"
|
|
4
|
+
require "optparse"
|
|
5
|
+
|
|
6
|
+
options = {}
|
|
7
|
+
opt_parser = OptionParser.new do |opts|
|
|
8
|
+
opts.banner = "Usage: #{$PROGRAM_NAME} [options] gemfile"
|
|
9
|
+
opts.version = Resona::VERSION
|
|
10
|
+
|
|
11
|
+
opts.on("--with grp,...", Array, "Specify groups to include") do |with|
|
|
12
|
+
options[:with] = with
|
|
13
|
+
end
|
|
14
|
+
opts.on("--without grp,...", Array, "Specify groups to exclude") do |without|
|
|
15
|
+
options[:without] = without
|
|
16
|
+
end
|
|
17
|
+
end
|
|
18
|
+
opt_parser.parse!
|
|
19
|
+
|
|
20
|
+
unless ARGV.length == 1
|
|
21
|
+
$stderr.puts "Error: Wrong number of arguments."
|
|
22
|
+
$stderr.puts opt_parser.banner
|
|
23
|
+
exit false
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
Resona.print_formula(ARGV[0], options)
|
data/lib/resona.rb
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
require "resona/version"
|
|
2
|
+
|
|
3
|
+
module Resona
|
|
4
|
+
autoload :Formula, "resona/formula"
|
|
5
|
+
autoload :Resolver, "resona/resolver"
|
|
6
|
+
|
|
7
|
+
class << self
|
|
8
|
+
def print_formula(gemfile_path, **options)
|
|
9
|
+
gems = Resolver.run(gemfile_path, options)
|
|
10
|
+
Formula.print(gems)
|
|
11
|
+
end
|
|
12
|
+
end
|
|
13
|
+
end
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
require "uri"
|
|
2
|
+
|
|
3
|
+
module Resona
|
|
4
|
+
module Formula
|
|
5
|
+
class << self
|
|
6
|
+
def print(gems)
|
|
7
|
+
gems.each do |name, info|
|
|
8
|
+
puts resource_stanza(name, info[:version], info[:platform],
|
|
9
|
+
info[:checksum], info[:remote_uri])
|
|
10
|
+
end
|
|
11
|
+
|
|
12
|
+
puts
|
|
13
|
+
puts install_method
|
|
14
|
+
end
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
private
|
|
18
|
+
|
|
19
|
+
def resource_stanza(name, version, platform, checksum, remote_uri)
|
|
20
|
+
uri = if platform.nil? || platform.empty?
|
|
21
|
+
URI.join(remote_uri, "/gems/#{name}-#{version}.gem")
|
|
22
|
+
else
|
|
23
|
+
URI.join(remote_uri, "/gems/#{name}-#{version}-#{platform}.gem")
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
<<-EOL
|
|
27
|
+
resource "#{name}" do
|
|
28
|
+
url "#{uri}"
|
|
29
|
+
sha256 "#{checksum}"
|
|
30
|
+
end
|
|
31
|
+
EOL
|
|
32
|
+
end
|
|
33
|
+
|
|
34
|
+
def install_method
|
|
35
|
+
<<-EOL
|
|
36
|
+
def install
|
|
37
|
+
resources.each do |r|
|
|
38
|
+
r.verify_download_integrity(r.fetch)
|
|
39
|
+
system("gem", "install", r.cached_download, "--no-document",
|
|
40
|
+
"--install-dir", "\#{libexec}/vendor")
|
|
41
|
+
end
|
|
42
|
+
|
|
43
|
+
mkpath bin
|
|
44
|
+
(bin/"__YOUR_FORMULA_SCRIPT__").write <<-EOS.undent
|
|
45
|
+
#!/bin/bash
|
|
46
|
+
export GEM_HOME="\#{libexec}/vendor"
|
|
47
|
+
exec ruby __TARGET__ "$@"
|
|
48
|
+
EOS
|
|
49
|
+
|
|
50
|
+
# TODO: Continue installation
|
|
51
|
+
end
|
|
52
|
+
EOL
|
|
53
|
+
end
|
|
54
|
+
end
|
|
55
|
+
end
|
|
56
|
+
end
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
require "bundler"
|
|
2
|
+
require "cgi"
|
|
3
|
+
require "net/http"
|
|
4
|
+
require "uri"
|
|
5
|
+
require "yaml"
|
|
6
|
+
|
|
7
|
+
module Resona
|
|
8
|
+
module Resolver
|
|
9
|
+
DEFAULT_URI = "https://rubygems.org"
|
|
10
|
+
|
|
11
|
+
class << self
|
|
12
|
+
def run(gemfile_path, **options)
|
|
13
|
+
check_group_conflicts(options[:with], options[:without])
|
|
14
|
+
Bundler.settings.with = options.fetch(:with, [])
|
|
15
|
+
Bundler.settings.without = options.fetch(:without, [])
|
|
16
|
+
|
|
17
|
+
# Resolve gem dependencies using Bundler.
|
|
18
|
+
definition = Bundler::Definition.build(gemfile_path, nil, nil)
|
|
19
|
+
definition.resolve_remotely!
|
|
20
|
+
|
|
21
|
+
# For each gem, extract necessary info.
|
|
22
|
+
gems = definition.specs.inject({}) do |acc, spec|
|
|
23
|
+
next acc unless spec.is_a? Bundler::EndpointSpecification
|
|
24
|
+
|
|
25
|
+
name = spec.name
|
|
26
|
+
version = spec.version.to_s
|
|
27
|
+
checksum = spec.checksum # quite a few is empty
|
|
28
|
+
platform = spec.platform
|
|
29
|
+
remote_uri = spec.remote.anonymized_uri || DEFAULT_URI
|
|
30
|
+
|
|
31
|
+
if checksum.nil? || checksum.empty?
|
|
32
|
+
checksum = query_checksum(spec, remote_uri)
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
acc[name] = { version: version, checksum: checksum,
|
|
36
|
+
remote_uri: remote_uri, platform: platform }
|
|
37
|
+
acc
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
gems
|
|
41
|
+
end
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
private
|
|
45
|
+
|
|
46
|
+
def query_checksum(spec, remote_uri)
|
|
47
|
+
uri = URI(remote_uri)
|
|
48
|
+
http = Net::HTTP.new(uri.host, uri.port)
|
|
49
|
+
http.use_ssl = true if uri.scheme == "https"
|
|
50
|
+
response = http.get("/api/v1/versions/#{CGI.escape(spec.name)}.yaml")
|
|
51
|
+
response.value unless response.is_a? Net::HTTPSuccess
|
|
52
|
+
|
|
53
|
+
gem_versions = YAML.load(response.body)
|
|
54
|
+
matching = gem_versions.find do |v|
|
|
55
|
+
next false unless v["number"] == spec.version.to_s
|
|
56
|
+
platform = Gem::Platform.new(v["platform"])
|
|
57
|
+
spec.match_platform(platform)
|
|
58
|
+
end
|
|
59
|
+
if matching.nil? || matching["sha"].nil? || matching["sha"].empty?
|
|
60
|
+
raise ChecksumNotFound.new(name, version)
|
|
61
|
+
end
|
|
62
|
+
|
|
63
|
+
matching["sha"]
|
|
64
|
+
end
|
|
65
|
+
|
|
66
|
+
def check_group_conflicts(with, without)
|
|
67
|
+
if with && without
|
|
68
|
+
conflicting = with & without
|
|
69
|
+
raise GroupConflict.new(conflicting) unless conflicting.empty?
|
|
70
|
+
end
|
|
71
|
+
end
|
|
72
|
+
end
|
|
73
|
+
|
|
74
|
+
class ChecksumNotFound < StandardError
|
|
75
|
+
def initialize(gem_name, gem_version)
|
|
76
|
+
super("Failed to obtain checksum for #{gem_name}-#{gem_version}.")
|
|
77
|
+
end
|
|
78
|
+
end
|
|
79
|
+
|
|
80
|
+
class GroupConflict < StandardError
|
|
81
|
+
def initialize(groups)
|
|
82
|
+
super("Cannot both include and exclude: #{groups}.")
|
|
83
|
+
end
|
|
84
|
+
end
|
|
85
|
+
end
|
|
86
|
+
end
|
data/resona.gemspec
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
lib = File.expand_path('../lib', __FILE__)
|
|
3
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
|
+
require 'resona/version'
|
|
5
|
+
|
|
6
|
+
Gem::Specification.new do |spec|
|
|
7
|
+
spec.name = "resona"
|
|
8
|
+
spec.version = Resona::VERSION
|
|
9
|
+
spec.authors = ["midchildan"]
|
|
10
|
+
spec.email = ["midchildan+rubygems@gmail.com"]
|
|
11
|
+
|
|
12
|
+
spec.summary = %q{Generates Homebrew stanzas for gem dependencies.}
|
|
13
|
+
spec.homepage = "https://github.com/midchildan/resona"
|
|
14
|
+
spec.license = "MIT"
|
|
15
|
+
|
|
16
|
+
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
|
17
|
+
f.match(%r{^(test|spec|features)/})
|
|
18
|
+
end
|
|
19
|
+
spec.bindir = "exe"
|
|
20
|
+
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
21
|
+
spec.require_paths = ["lib"]
|
|
22
|
+
|
|
23
|
+
spec.add_dependency "bundler", "~> 1.13"
|
|
24
|
+
spec.add_development_dependency "pry", "~> 0.10"
|
|
25
|
+
spec.add_development_dependency "rake", "~> 10.0"
|
|
26
|
+
spec.add_development_dependency "minitest", "~> 5.0"
|
|
27
|
+
end
|
metadata
ADDED
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: resona
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- midchildan
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: exe
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2016-09-27 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.13'
|
|
20
|
+
type: :runtime
|
|
21
|
+
prerelease: false
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - "~>"
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '1.13'
|
|
27
|
+
- !ruby/object:Gem::Dependency
|
|
28
|
+
name: pry
|
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - "~>"
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: '0.10'
|
|
34
|
+
type: :development
|
|
35
|
+
prerelease: false
|
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - "~>"
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '0.10'
|
|
41
|
+
- !ruby/object:Gem::Dependency
|
|
42
|
+
name: rake
|
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
|
44
|
+
requirements:
|
|
45
|
+
- - "~>"
|
|
46
|
+
- !ruby/object:Gem::Version
|
|
47
|
+
version: '10.0'
|
|
48
|
+
type: :development
|
|
49
|
+
prerelease: false
|
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
51
|
+
requirements:
|
|
52
|
+
- - "~>"
|
|
53
|
+
- !ruby/object:Gem::Version
|
|
54
|
+
version: '10.0'
|
|
55
|
+
- !ruby/object:Gem::Dependency
|
|
56
|
+
name: minitest
|
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
|
58
|
+
requirements:
|
|
59
|
+
- - "~>"
|
|
60
|
+
- !ruby/object:Gem::Version
|
|
61
|
+
version: '5.0'
|
|
62
|
+
type: :development
|
|
63
|
+
prerelease: false
|
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
65
|
+
requirements:
|
|
66
|
+
- - "~>"
|
|
67
|
+
- !ruby/object:Gem::Version
|
|
68
|
+
version: '5.0'
|
|
69
|
+
description:
|
|
70
|
+
email:
|
|
71
|
+
- midchildan+rubygems@gmail.com
|
|
72
|
+
executables:
|
|
73
|
+
- resona
|
|
74
|
+
extensions: []
|
|
75
|
+
extra_rdoc_files: []
|
|
76
|
+
files:
|
|
77
|
+
- ".gitignore"
|
|
78
|
+
- ".travis.yml"
|
|
79
|
+
- CODE_OF_CONDUCT.md
|
|
80
|
+
- Gemfile
|
|
81
|
+
- LICENSE.txt
|
|
82
|
+
- README.md
|
|
83
|
+
- Rakefile
|
|
84
|
+
- bin/console
|
|
85
|
+
- bin/setup
|
|
86
|
+
- exe/resona
|
|
87
|
+
- lib/resona.rb
|
|
88
|
+
- lib/resona/formula.rb
|
|
89
|
+
- lib/resona/resolver.rb
|
|
90
|
+
- lib/resona/version.rb
|
|
91
|
+
- resona.gemspec
|
|
92
|
+
homepage: https://github.com/midchildan/resona
|
|
93
|
+
licenses:
|
|
94
|
+
- MIT
|
|
95
|
+
metadata: {}
|
|
96
|
+
post_install_message:
|
|
97
|
+
rdoc_options: []
|
|
98
|
+
require_paths:
|
|
99
|
+
- lib
|
|
100
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
101
|
+
requirements:
|
|
102
|
+
- - ">="
|
|
103
|
+
- !ruby/object:Gem::Version
|
|
104
|
+
version: '0'
|
|
105
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
106
|
+
requirements:
|
|
107
|
+
- - ">="
|
|
108
|
+
- !ruby/object:Gem::Version
|
|
109
|
+
version: '0'
|
|
110
|
+
requirements: []
|
|
111
|
+
rubyforge_project:
|
|
112
|
+
rubygems_version: 2.5.1
|
|
113
|
+
signing_key:
|
|
114
|
+
specification_version: 4
|
|
115
|
+
summary: Generates Homebrew stanzas for gem dependencies.
|
|
116
|
+
test_files: []
|