barman 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 19039bbb5efa9730f6416744555ebaf536b75112
4
+ data.tar.gz: 9915d38aeece904cf5979fe9b67fe7daccdb0be7
5
+ SHA512:
6
+ metadata.gz: cb7e26c22ace373bc421bbddd3904676ada31ef3f9e025ec7df0260e3285d1a8eda0bf550992f20932dd5aa36198adc98165ac198cac112d358b19ee2c83a8d6
7
+ data.tar.gz: bcb8080617625eaea5a83b769ba1b4a03032ea4b22ae30dbd84e14bfc3b0d32486039d562dd0601ca492a203924c591949d88d46a96d0d6629e783cbb4a95f24
@@ -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,5 @@
1
+ sudo: false
2
+ language: ruby
3
+ rvm:
4
+ - 2.3.2
5
+ before_install: gem install bundler -v 1.13.7
@@ -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 herman@michelada.io. 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
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in barman.gemspec
4
+ gemspec
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2017 Herman Moreno
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.
@@ -0,0 +1,40 @@
1
+ # Barman
2
+
3
+ Formulates and serves your project behind the bar.
4
+ Barman creates the base of your project. It is used by michelada.io to get a jump start on a working app.
5
+
6
+ ## Installation
7
+
8
+ install it yourself as:
9
+
10
+ $ gem install barman
11
+
12
+ ## Available generators
13
+
14
+ - qa
15
+
16
+ Creates a base project structure to work with capybara and selenium, includes configuration of multiple webdrivers(chrome, firefox, phantomjs, android)
17
+
18
+ ## Usage
19
+
20
+ #### Create a new qa project
21
+
22
+ ```
23
+ $ barman new qa new_project
24
+ ```
25
+
26
+ ## Development
27
+
28
+ 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.
29
+
30
+ 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).
31
+
32
+ ## Contributing
33
+
34
+ Bug reports and pull requests are welcome on Gitlab at https://git.michelada.io/brewery/barman. 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.
35
+
36
+
37
+ ## License
38
+
39
+ The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
40
+
@@ -0,0 +1,10 @@
1
+ require "bundler/gem_tasks"
2
+ require "rake/testtask"
3
+
4
+ Rake::TestTask.new(:test) do |t|
5
+ t.libs << "test"
6
+ t.libs << "lib"
7
+ t.test_files = FileList['test/**/*_test.rb']
8
+ end
9
+
10
+ task :default => :test
@@ -0,0 +1,42 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'barman/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "barman"
8
+ spec.version = Barman::VERSION
9
+ spec.authors = ["Herman Moreno"]
10
+ spec.email = ["herman@michelada.io"]
11
+
12
+ spec.summary = "Formulates and serves your project behind the bar."
13
+ spec.description = "Barman creates the base of your project. It is used by michelada.io to get a jump start on a working app"
14
+ spec.homepage = "http://git.michelada.io/brewery/barman"
15
+ spec.license = "MIT"
16
+
17
+ # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
+ # to allow pushing to a single host or delete this section to allow pushing to any host.
19
+ if spec.respond_to?(:metadata)
20
+ spec.metadata['allowed_push_host'] = "https://rubygems.org"
21
+ else
22
+ raise "RubyGems 2.0 or newer is required to protect against " \
23
+ "public gem pushes."
24
+ end
25
+
26
+ spec.files = `git ls-files -z`.split("\x0").reject do |f|
27
+ f.match(%r{^(test|spec|features)/})
28
+ end
29
+ spec.bindir = "exe"
30
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
31
+ spec.require_paths = ["lib", "templates"]
32
+
33
+ spec.add_dependency "commander"
34
+ spec.add_dependency "tty-file"
35
+ spec.add_dependency "tty-command"
36
+ spec.add_dependency "tty-which"
37
+ spec.add_dependency "bundler", "~> 1.13"
38
+
39
+ spec.add_development_dependency "rake", "~> 10.0"
40
+ spec.add_development_dependency "minitest", "~> 5.0"
41
+ spec.add_development_dependency "pry"
42
+ end
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "barman"
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,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "barman"
5
+
6
+ Barman::CLI.new.run
@@ -0,0 +1,17 @@
1
+ require "barman/version"
2
+
3
+ module Barman
4
+ autoload :CLI, "barman/cli"
5
+ autoload :ProjectGenerator, "barman/project_generator"
6
+ autoload :ProjectGenerators, "barman/project_generators"
7
+
8
+ module_function
9
+
10
+ def barman_path
11
+ File.dirname(File.expand_path(__FILE__))
12
+ end
13
+
14
+ def templates_path
15
+ File.join(barman_path, "..", "templates")
16
+ end
17
+ end
@@ -0,0 +1,33 @@
1
+ require 'commander'
2
+
3
+ module Barman
4
+ class CLI
5
+ include Commander::Methods
6
+
7
+ def run
8
+ program :name, "barman"
9
+ program :version, Barman::VERSION
10
+ program :description, "Formulates and serves your project behind the bar."
11
+
12
+ command :new do |c|
13
+ c.syntax = "barman new [qa|rails]"
14
+ c.description = "creates the base of your project"
15
+ c.action do |args, options|
16
+ create_project(args, options)
17
+ end
18
+ end
19
+
20
+ run!
21
+ end
22
+
23
+ private
24
+
25
+ def create_project(args, options)
26
+ project_type = args.shift
27
+ project_name = args.shift
28
+ ProjectGenerator.new(project_type, project_name, options).generate!
29
+ rescue NotImplementedError => e
30
+ abort e.message
31
+ end
32
+ end
33
+ end
@@ -0,0 +1,27 @@
1
+ module Barman
2
+ class ProjectGenerator
3
+ PROJECT_GENERATORS = {
4
+ "qa" => ProjectGenerators::QA,
5
+ }
6
+
7
+ def initialize(project_type, project_name, options)
8
+ @project_type = project_type
9
+ @project_name = project_name
10
+ @options = options
11
+ end
12
+
13
+ def generate!
14
+ project_generator = PROJECT_GENERATORS[project_type]
15
+
16
+ if project_generator.nil?
17
+ return raise NotImplementedError, "Project generator #{project_type} not implemented"
18
+ end
19
+
20
+ project_generator.new(project_name, options).generate!
21
+ end
22
+
23
+ private
24
+
25
+ attr_reader :project_type, :project_name, :options
26
+ end
27
+ end
@@ -0,0 +1,5 @@
1
+ module Barman
2
+ module ProjectGenerators
3
+ autoload :QA, 'barman/project_generators/qa'
4
+ end
5
+ end
@@ -0,0 +1,57 @@
1
+ require 'tty/file'
2
+ require 'tty/command'
3
+ require 'tty/which'
4
+
5
+ module Barman
6
+ module ProjectGenerators
7
+ class QA
8
+ attr_reader :project_name, :options, :project_path, :test_path, :templates_path
9
+
10
+ def initialize(project_name, options)
11
+ @project_name = project_name
12
+ @options = options
13
+ @templates_path = File.join(Barman.templates_path, "qa")
14
+ @project_path = File.join(".", project_name.to_s)
15
+ @test_path = File.join(project_path, "test")
16
+ end
17
+
18
+ def generate!
19
+ create_project_dir
20
+ create_test_dir
21
+ copy_template_files
22
+ install_gems
23
+ end
24
+
25
+ private
26
+
27
+ def create_project_dir
28
+ TTY::File.create_dir(project_path)
29
+ end
30
+
31
+ def create_test_dir
32
+ TTY::File.create_dir test_path
33
+ create_support_dir
34
+ end
35
+
36
+ def create_support_dir
37
+ TTY::File.create_dir File.join(test_path, "support")
38
+ end
39
+
40
+ def copy_template_files
41
+ TTY::File.copy_file(File.join(templates_path, "Gemfile"), File.join(project_path, "Gemfile"))
42
+ TTY::File.copy_file(File.join(templates_path, "Rakefile"), File.join(project_path, "Rakefile"))
43
+ TTY::File.copy_file(File.join(templates_path, "test_helper.rb"), File.join(project_path, "test", "test_helper.rb"))
44
+ TTY::File.copy_file(File.join(templates_path, "truth_test.rb"), File.join(project_path, "test", "truth_test.rb"))
45
+ TTY::File.copy_file(File.join(templates_path, "multidevice.rb"), File.join(project_path, "test", "support", "multidevice.rb"))
46
+ end
47
+
48
+ def install_gems
49
+ cmd = TTY::Command.new
50
+ unless TTY::Which.exist?('bundle')
51
+ cmd.run("gem install bundler")
52
+ end
53
+ cmd.run("bundle install", chdir: project_path)
54
+ end
55
+ end
56
+ end
57
+ end
@@ -0,0 +1,3 @@
1
+ module Barman
2
+ VERSION = "0.1.1"
3
+ end
@@ -0,0 +1,9 @@
1
+ source "https://rubygems.org"
2
+
3
+ gem "minitest"
4
+ gem "minitest-capybara"
5
+ gem "minitest-hooks"
6
+ gem "minitest-metadata"
7
+ gem "pry"
8
+ gem "rake"
9
+ gem "selenium-webdriver"
@@ -0,0 +1,9 @@
1
+ require "rake/testtask"
2
+
3
+ Rake::TestTask.new(:test) do |t|
4
+ t.libs << "test"
5
+ t.libs << "lib"
6
+ t.test_files = FileList['test/**/*_test.rb']
7
+ end
8
+
9
+ task :default => :test
@@ -0,0 +1,20 @@
1
+ class Minitest::Capybara::Spec
2
+ include Minitest::Hooks
3
+
4
+ around do |&block|
5
+ device = metadata[:device]
6
+ case device
7
+ when :symbol
8
+ Capybara.current_driver = Capybara.current_driver = device
9
+ super(&block)
10
+ when Array
11
+ device.each do |device|
12
+ Capybara.current_driver = Capybara.current_driver = device
13
+ super(&block)
14
+ end
15
+ else
16
+ Capybara.current_driver = Capybara.default_driver
17
+ super(&block)
18
+ end
19
+ end
20
+ end
@@ -0,0 +1,40 @@
1
+ require 'minitest/autorun'
2
+ require 'minitest/capybara'
3
+ require 'minitest/hooks'
4
+ require 'minitest-metadata'
5
+ require 'selenium/webdriver'
6
+
7
+ Dir['./test/support/*.rb'].each { |f| load f }
8
+
9
+ Capybara.register_driver :chrome do |app|
10
+ Capybara::Selenium::Driver.new(app,
11
+ browser: :chrome,
12
+ args: ["--window-size=1280,1024"]
13
+ )
14
+ end
15
+
16
+ Capybara.register_driver :firefox do |app|
17
+ capabilities = Selenium::WebDriver::Remote::Capabilities.chrome(marionette: :false)
18
+ Capybara::Selenium::Driver.new(app,
19
+ browser: :firefox,
20
+ desired_capabilities: capabilities
21
+ )
22
+ end
23
+
24
+ Capybara.register_driver :phantomjs do |app|
25
+ Capybara::Selenium::Driver.new(app, browser: :phantomjs)
26
+ end
27
+
28
+ Capybara.register_driver :android do |app|
29
+ chrome_options = { "chromeOptions" => { "androidPackage" => "com.android.chrome" } }
30
+ capabilities = Selenium::WebDriver::Remote::Capabilities.chrome(chrome_options)
31
+ Capybara::Selenium::Driver.new(app,
32
+ browser: :remote,
33
+ desired_capabilities: capabilities,
34
+ url: "http://localhost:4444"
35
+ )
36
+ end
37
+
38
+ Capybara.default_driver = :chrome
39
+
40
+ Capybara.app_host = "https://google.com"
@@ -0,0 +1,7 @@
1
+ require 'test_helper'
2
+
3
+ class TestTheTruth < Minitest::Capybara::Spec
4
+ it "is true" do
5
+ assert true
6
+ end
7
+ end
metadata ADDED
@@ -0,0 +1,182 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: barman
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.1
5
+ platform: ruby
6
+ authors:
7
+ - Herman Moreno
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2017-03-07 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: commander
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: tty-file
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: tty-command
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: tty-which
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: bundler
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '1.13'
76
+ type: :runtime
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '1.13'
83
+ - !ruby/object:Gem::Dependency
84
+ name: rake
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: '10.0'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: '10.0'
97
+ - !ruby/object:Gem::Dependency
98
+ name: minitest
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - "~>"
102
+ - !ruby/object:Gem::Version
103
+ version: '5.0'
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - "~>"
109
+ - !ruby/object:Gem::Version
110
+ version: '5.0'
111
+ - !ruby/object:Gem::Dependency
112
+ name: pry
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - ">="
116
+ - !ruby/object:Gem::Version
117
+ version: '0'
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - ">="
123
+ - !ruby/object:Gem::Version
124
+ version: '0'
125
+ description: Barman creates the base of your project. It is used by michelada.io to
126
+ get a jump start on a working app
127
+ email:
128
+ - herman@michelada.io
129
+ executables:
130
+ - barman
131
+ extensions: []
132
+ extra_rdoc_files: []
133
+ files:
134
+ - ".gitignore"
135
+ - ".travis.yml"
136
+ - CODE_OF_CONDUCT.md
137
+ - Gemfile
138
+ - LICENSE.txt
139
+ - README.md
140
+ - Rakefile
141
+ - barman.gemspec
142
+ - bin/console
143
+ - bin/setup
144
+ - exe/barman
145
+ - lib/barman.rb
146
+ - lib/barman/cli.rb
147
+ - lib/barman/project_generator.rb
148
+ - lib/barman/project_generators.rb
149
+ - lib/barman/project_generators/qa.rb
150
+ - lib/barman/version.rb
151
+ - templates/qa/Gemfile
152
+ - templates/qa/Rakefile
153
+ - templates/qa/multidevice.rb
154
+ - templates/qa/test_helper.rb
155
+ - templates/qa/truth_test.rb
156
+ homepage: http://git.michelada.io/brewery/barman
157
+ licenses:
158
+ - MIT
159
+ metadata:
160
+ allowed_push_host: https://rubygems.org
161
+ post_install_message:
162
+ rdoc_options: []
163
+ require_paths:
164
+ - lib
165
+ - templates
166
+ required_ruby_version: !ruby/object:Gem::Requirement
167
+ requirements:
168
+ - - ">="
169
+ - !ruby/object:Gem::Version
170
+ version: '0'
171
+ required_rubygems_version: !ruby/object:Gem::Requirement
172
+ requirements:
173
+ - - ">="
174
+ - !ruby/object:Gem::Version
175
+ version: '0'
176
+ requirements: []
177
+ rubyforge_project:
178
+ rubygems_version: 2.5.2
179
+ signing_key:
180
+ specification_version: 4
181
+ summary: Formulates and serves your project behind the bar.
182
+ test_files: []