quickstart 0.8.0

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: bb06ed1952f275a66d32570ca5d8c2111071d6b0
4
+ data.tar.gz: 8abe89c14b13cf1056a34bee92484cba805a9f49
5
+ SHA512:
6
+ metadata.gz: 26883056fa4f880051b74b18f8d56d06d3e66e2d1c86d9239d72643cff42d145f082878309d0fc1a222a1d03736c72e21625c37392b71962d32501aa964549fb
7
+ data.tar.gz: 4066447413624c8766a040446c47a52dfa4a3b9c03462a788d1ad1ea5b7c0b81d929e6232f37747e656ca193cbd2640526afe79ac8e9b7993d5249e84ca92eb3
data/Gemfile ADDED
@@ -0,0 +1,20 @@
1
+ source 'https://rubygems.org'
2
+
3
+ gem 'contracts', '~> 0.11'
4
+ gem 'erubis', '~> 2.7'
5
+ gem 'escort', '~> 0.4'
6
+ gem 'tilt', '~> 2.0'
7
+
8
+ group :development do
9
+ gem 'brakeman', '~> 3.1'
10
+ gem 'bundler', '~> 1.10'
11
+ gem 'flog', '~> 4.3'
12
+ gem 'inch', '~> 0.6'
13
+ gem 'jeweler', '~> 2.0'
14
+ gem 'reek', '~> 3.1'
15
+ gem 'roodi', '~> 5.0'
16
+ gem 'rspec', '~> 3.3'
17
+ gem 'rubocop', '~> 0.33'
18
+ gem 'simplecov', '~> 0.10'
19
+ gem 'yard', '~> 0.8'
20
+ end
@@ -0,0 +1,184 @@
1
+ GEM
2
+ remote: https://rubygems.org/
3
+ specs:
4
+ abstract_type (0.0.7)
5
+ adamantium (0.2.0)
6
+ ice_nine (~> 0.11.0)
7
+ memoizable (~> 0.4.0)
8
+ addressable (2.3.8)
9
+ ast (2.1.0)
10
+ astrolabe (1.3.1)
11
+ parser (~> 2.2)
12
+ brakeman (3.1.0)
13
+ erubis (~> 2.6)
14
+ fastercsv (~> 1.5)
15
+ haml (>= 3.0, < 5.0)
16
+ highline (~> 1.6)
17
+ multi_json (~> 1.2)
18
+ ruby2ruby (>= 2.1.1, < 2.3.0)
19
+ ruby_parser (~> 3.7.0)
20
+ sass (~> 3.0)
21
+ slim (>= 1.3.6, < 4.0)
22
+ terminal-table (~> 1.4.5)
23
+ builder (3.2.2)
24
+ coderay (1.1.0)
25
+ concord (0.1.5)
26
+ adamantium (~> 0.2.0)
27
+ equalizer (~> 0.0.9)
28
+ contracts (0.11.0)
29
+ descendants_tracker (0.0.4)
30
+ thread_safe (~> 0.3, >= 0.3.1)
31
+ diff-lcs (1.2.5)
32
+ docile (1.1.5)
33
+ equalizer (0.0.11)
34
+ erubis (2.7.0)
35
+ escort (0.4.0)
36
+ nesty
37
+ faraday (0.9.1)
38
+ multipart-post (>= 1.2, < 3)
39
+ fastercsv (1.5.5)
40
+ flog (4.3.2)
41
+ ruby_parser (~> 3.1, > 3.1.0)
42
+ sexp_processor (~> 4.4)
43
+ git (1.2.9.1)
44
+ github_api (0.12.4)
45
+ addressable (~> 2.3)
46
+ descendants_tracker (~> 0.0.4)
47
+ faraday (~> 0.8, < 0.10)
48
+ hashie (>= 3.4)
49
+ multi_json (>= 1.7.5, < 2.0)
50
+ nokogiri (~> 1.6.6)
51
+ oauth2
52
+ haml (4.0.7)
53
+ tilt
54
+ hashie (3.4.2)
55
+ highline (1.7.3)
56
+ ice_nine (0.11.1)
57
+ inch (0.6.4)
58
+ pry
59
+ sparkr (>= 0.2.0)
60
+ term-ansicolor
61
+ yard (~> 0.8.7.5)
62
+ jeweler (2.0.1)
63
+ builder
64
+ bundler (>= 1.0)
65
+ git (>= 1.2.5)
66
+ github_api
67
+ highline (>= 1.6.15)
68
+ nokogiri (>= 1.5.10)
69
+ rake
70
+ rdoc
71
+ json (1.8.3)
72
+ jwt (1.5.1)
73
+ memoizable (0.4.2)
74
+ thread_safe (~> 0.3, >= 0.3.1)
75
+ method_source (0.8.2)
76
+ mini_portile (0.6.2)
77
+ multi_json (1.11.2)
78
+ multi_xml (0.5.5)
79
+ multipart-post (2.0.0)
80
+ nesty (1.0.2)
81
+ nokogiri (1.6.6.2)
82
+ mini_portile (~> 0.6.0)
83
+ oauth2 (1.0.0)
84
+ faraday (>= 0.8, < 0.10)
85
+ jwt (~> 1.0)
86
+ multi_json (~> 1.3)
87
+ multi_xml (~> 0.5)
88
+ rack (~> 1.2)
89
+ parser (2.2.2.6)
90
+ ast (>= 1.1, < 3.0)
91
+ powerpack (0.1.1)
92
+ private_attr (1.1.0)
93
+ procto (0.0.2)
94
+ pry (0.10.1)
95
+ coderay (~> 1.1.0)
96
+ method_source (~> 0.8.1)
97
+ slop (~> 3.4)
98
+ rack (1.6.4)
99
+ rainbow (2.0.0)
100
+ rake (10.4.2)
101
+ rdoc (4.2.0)
102
+ reek (3.3.0)
103
+ parser (~> 2.2.2.5)
104
+ private_attr (~> 1.1)
105
+ rainbow (~> 2.0)
106
+ unparser (~> 0.2.2)
107
+ roodi (5.0.0)
108
+ ruby_parser (~> 3.2, >= 3.2.2)
109
+ rspec (3.3.0)
110
+ rspec-core (~> 3.3.0)
111
+ rspec-expectations (~> 3.3.0)
112
+ rspec-mocks (~> 3.3.0)
113
+ rspec-core (3.3.2)
114
+ rspec-support (~> 3.3.0)
115
+ rspec-expectations (3.3.1)
116
+ diff-lcs (>= 1.2.0, < 2.0)
117
+ rspec-support (~> 3.3.0)
118
+ rspec-mocks (3.3.2)
119
+ diff-lcs (>= 1.2.0, < 2.0)
120
+ rspec-support (~> 3.3.0)
121
+ rspec-support (3.3.0)
122
+ rubocop (0.33.0)
123
+ astrolabe (~> 1.3)
124
+ parser (>= 2.2.2.5, < 3.0)
125
+ powerpack (~> 0.1)
126
+ rainbow (>= 1.99.1, < 3.0)
127
+ ruby-progressbar (~> 1.4)
128
+ ruby-progressbar (1.7.5)
129
+ ruby2ruby (2.2.0)
130
+ ruby_parser (~> 3.1)
131
+ sexp_processor (~> 4.0)
132
+ ruby_parser (3.7.1)
133
+ sexp_processor (~> 4.1)
134
+ sass (3.4.18)
135
+ sexp_processor (4.6.0)
136
+ simplecov (0.10.0)
137
+ docile (~> 1.1.0)
138
+ json (~> 1.8)
139
+ simplecov-html (~> 0.10.0)
140
+ simplecov-html (0.10.0)
141
+ slim (3.0.6)
142
+ temple (~> 0.7.3)
143
+ tilt (>= 1.3.3, < 2.1)
144
+ slop (3.6.0)
145
+ sparkr (0.4.1)
146
+ temple (0.7.6)
147
+ term-ansicolor (1.3.2)
148
+ tins (~> 1.0)
149
+ terminal-table (1.4.5)
150
+ thread_safe (0.3.5)
151
+ tilt (2.0.1)
152
+ tins (1.6.0)
153
+ unparser (0.2.4)
154
+ abstract_type (~> 0.0.7)
155
+ adamantium (~> 0.2.0)
156
+ concord (~> 0.1.5)
157
+ diff-lcs (~> 1.2.5)
158
+ equalizer (~> 0.0.9)
159
+ parser (~> 2.2.2)
160
+ procto (~> 0.0.2)
161
+ yard (0.8.7.6)
162
+
163
+ PLATFORMS
164
+ ruby
165
+
166
+ DEPENDENCIES
167
+ brakeman (~> 3.1)
168
+ bundler (~> 1.10)
169
+ contracts (~> 0.11)
170
+ erubis (~> 2.7)
171
+ escort (~> 0.4)
172
+ flog (~> 4.3)
173
+ inch (~> 0.6)
174
+ jeweler (~> 2.0)
175
+ reek (~> 3.1)
176
+ roodi (~> 5.0)
177
+ rspec (~> 3.3)
178
+ rubocop (~> 0.33)
179
+ simplecov (~> 0.10)
180
+ tilt (~> 2.0)
181
+ yard (~> 0.8)
182
+
183
+ BUNDLED WITH
184
+ 1.10.6
data/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2015 Chris Olstrom
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,35 @@
1
+ # QuickStart
2
+
3
+ Installation
4
+ ------------
5
+ `gem install quickstart`
6
+
7
+ Usage
8
+ -----
9
+ * Create a template directory
10
+ * Set the environment variable `QUICKSTART_TEMPLATES` to that path.
11
+ * Create one or more directories within `QUICKSTART_TEMPLATES`.
12
+
13
+ `quickstart -t some_template --name some_name /path/to/output/to`
14
+
15
+ Note
16
+ ----
17
+ All files in a template are parsed as ERB templates.
18
+
19
+ Contributing to QuickStart
20
+ ---------------
21
+ * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
22
+ * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
23
+ * Fork the project.
24
+ * Start a feature/bugfix branch.
25
+ * Commit and push until you are happy with your contribution.
26
+ * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
27
+ * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
28
+
29
+ License
30
+ -------
31
+ [MIT](https://tldrlegal.com/license/mit-license)
32
+
33
+ Contributors
34
+ ------------
35
+ * [Chris Olstrom](https://colstrom.github.io/) | [e-mail](mailto:chris@olstrom.com) | [Twitter](https://twitter.com/ChrisOlstrom)
@@ -0,0 +1,56 @@
1
+ # encoding: utf-8
2
+
3
+ require 'rubygems'
4
+ require 'bundler'
5
+ begin
6
+ Bundler.setup(:default, :development)
7
+ rescue Bundler::BundlerError => e
8
+ $stderr.puts e.message
9
+ $stderr.puts "Run `bundle install` to install missing gems"
10
+ exit e.status_code
11
+ end
12
+ require 'rake'
13
+
14
+ require 'jeweler'
15
+ Jeweler::Tasks.new do |gem|
16
+ # gem is a Gem::Specification... see http://guides.rubygems.org/specification-reference/ for more options
17
+ gem.name = "quickstart"
18
+ gem.homepage = "http://github.com/colstrom/quickstart"
19
+ gem.license = "MIT"
20
+ gem.summary = %Q{Template-driven scaffolding.}
21
+ gem.description = %Q{Quickstart helps you start your next project, quickly.}
22
+ gem.email = "chris@olstrom.com"
23
+ gem.authors = ["Chris Olstrom"]
24
+ # dependencies defined in Gemfile
25
+ end
26
+ Jeweler::RubygemsDotOrgTasks.new
27
+
28
+ require 'rspec/core'
29
+ require 'rspec/core/rake_task'
30
+ RSpec::Core::RakeTask.new(:spec) do |spec|
31
+ spec.pattern = FileList['spec/**/*_spec.rb']
32
+ end
33
+
34
+ desc "Code coverage detail"
35
+ task :simplecov do
36
+ ENV['COVERAGE'] = "true"
37
+ Rake::Task['spec'].execute
38
+ end
39
+
40
+ require 'reek/rake/task'
41
+ Reek::Rake::Task.new do |t|
42
+ t.fail_on_error = true
43
+ t.verbose = false
44
+ t.source_files = 'lib/**/*.rb'
45
+ end
46
+
47
+ require 'roodi'
48
+ require 'roodi_task'
49
+ RoodiTask.new do |t|
50
+ t.verbose = false
51
+ end
52
+
53
+ task :default => :spec
54
+
55
+ require 'yard'
56
+ YARD::Rake::YardocTask.new
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 0.8.0
@@ -0,0 +1,17 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'escort'
4
+ require 'quickstart/cli'
5
+
6
+ Escort::App.create do |app|
7
+ app.requires_arguments
8
+
9
+ app.options do |options|
10
+ options.opt :template, "Template", short: '-t', long: '--template', type: :string, default: 'gem'
11
+ options.opt :name, "Name", short: '-n', long: '--name', type: :string
12
+ end
13
+
14
+ app.action do |options, arguments|
15
+ QuickStart::CLI.new(options, arguments).execute
16
+ end
17
+ end
@@ -0,0 +1,2 @@
1
+ require 'quickstart/cli'
2
+ require 'quickstart/template'
@@ -0,0 +1,58 @@
1
+ require 'contracts'
2
+ require 'escort'
3
+ require 'quickstart/template'
4
+
5
+ module QuickStart
6
+ # CommandLine Interface for QuickStart
7
+ class CLI < ::Escort::ActionCommand::Base
8
+ include Contracts
9
+
10
+ Contract None => Any
11
+ def execute
12
+ arguments.each do |name|
13
+ fail IOError, "#{name} already exists." if Dir.exist? name
14
+ generate name
15
+ end
16
+ end
17
+
18
+ Contract None => QuickStart::Template
19
+ def template
20
+ @template ||= QuickStart::Template.new command_options.fetch :template
21
+ end
22
+
23
+ Contract String => Any
24
+ def generate(name)
25
+ create_directories name
26
+ create_files name
27
+ end
28
+
29
+ Contract String => Any
30
+ def create_directories(name)
31
+ Dir.mkdir name
32
+ template.directories.each do |template_dir|
33
+ dir = "#{name}/#{substitute template_dir}"
34
+ puts "Creating #{dir}"
35
+ Dir.mkdir dir unless Dir.exist? dir
36
+ end
37
+ end
38
+
39
+ Contract String => String
40
+ def substitute(string)
41
+ string.dup.tap do |copy|
42
+ command_options.each do |key, value|
43
+ copy.gsub! "__#{key}__", value.to_s.downcase
44
+ end
45
+ end
46
+ end
47
+
48
+ Contract String => Any
49
+ def create_files(name)
50
+ template.files.each do |template_file|
51
+ file = "#{name}/#{substitute template_file}"
52
+ next if File.directory? file
53
+ puts "Rendering #{file}"
54
+ File.write file, template.render(template_file, command_options)
55
+ end
56
+ end
57
+ end
58
+ end
@@ -0,0 +1,47 @@
1
+ require 'contracts'
2
+ require 'tilt/erubis'
3
+
4
+ module QuickStart
5
+ # Templating for QuickStart
6
+ class Template
7
+ include Contracts
8
+
9
+ attr_accessor :path
10
+
11
+ Contract String => Any
12
+ def initialize(name)
13
+ @name = name
14
+ fail LoadError, "#{path} does not exist" unless Dir.exist? path
15
+ end
16
+
17
+ Contract None => String
18
+ def path
19
+ "#{root}/#{@name}"
20
+ end
21
+
22
+ Contract None => String
23
+ def root
24
+ File.expand_path ENV.fetch('QUICKSTART_TEMPLATES', './templates')
25
+ end
26
+
27
+ Contract None => ArrayOf[String]
28
+ def directories
29
+ Dir.glob("#{path}/**/*/").map do |directory|
30
+ directory.tap { |d| d.slice! %r{^#{Regexp.quote path}/} }
31
+ end
32
+ end
33
+
34
+ Contract None => ArrayOf[String]
35
+ def files
36
+ Dir.glob("#{path}/**/*").map do |file|
37
+ file.tap { |f| f.slice! %r{^#{Regexp.quote path}/} }
38
+ end
39
+ end
40
+
41
+ Contract String, Maybe[Hash] => String
42
+ def render(name, overrides = {})
43
+ template = "#{path}/#{name}"
44
+ Tilt::ErubisTemplate.new(template).render(Object.new, overrides)
45
+ end
46
+ end
47
+ end
@@ -0,0 +1,7 @@
1
+ require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
2
+
3
+ describe 'Quickstart' do
4
+ it 'fails' do
5
+ fail 'No tests written. Come on dude, you know better.'
6
+ end
7
+ end
@@ -0,0 +1,37 @@
1
+ require 'simplecov'
2
+
3
+ module SimpleCov
4
+ # SimpleCov configuration
5
+ module Configuration
6
+ def clean_filters
7
+ @filters = []
8
+ end
9
+ end
10
+ end
11
+
12
+ SimpleCov.configure do
13
+ clean_filters
14
+ load_profile 'test_frameworks'
15
+ end
16
+
17
+ ENV['COVERAGE'] && SimpleCov.start do
18
+ add_filter '/.rvm/'
19
+ add_filter '/.rubies/'
20
+ add_filter '/vendor/'
21
+ end
22
+
23
+ $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
24
+ $LOAD_PATH.unshift(File.dirname(__FILE__))
25
+
26
+ require 'rspec'
27
+ require 'quickstart'
28
+
29
+ # Requires supporting files with custom matchers and macros, etc,
30
+ # in ./support/ and its subdirectories.
31
+ Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
32
+
33
+ RSpec.configure do |config|
34
+ config.expect_with :rspec do |c|
35
+ c.syntax = :expect
36
+ end
37
+ end
metadata ADDED
@@ -0,0 +1,268 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: quickstart
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.8.0
5
+ platform: ruby
6
+ authors:
7
+ - Chris Olstrom
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-09-01 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: contracts
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '0.11'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '0.11'
27
+ - !ruby/object:Gem::Dependency
28
+ name: erubis
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '2.7'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '2.7'
41
+ - !ruby/object:Gem::Dependency
42
+ name: escort
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '0.4'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '0.4'
55
+ - !ruby/object:Gem::Dependency
56
+ name: tilt
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '2.0'
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '2.0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: brakeman
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '3.1'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '3.1'
83
+ - !ruby/object:Gem::Dependency
84
+ name: bundler
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: '1.10'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: '1.10'
97
+ - !ruby/object:Gem::Dependency
98
+ name: flog
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - "~>"
102
+ - !ruby/object:Gem::Version
103
+ version: '4.3'
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - "~>"
109
+ - !ruby/object:Gem::Version
110
+ version: '4.3'
111
+ - !ruby/object:Gem::Dependency
112
+ name: inch
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - "~>"
116
+ - !ruby/object:Gem::Version
117
+ version: '0.6'
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - "~>"
123
+ - !ruby/object:Gem::Version
124
+ version: '0.6'
125
+ - !ruby/object:Gem::Dependency
126
+ name: jeweler
127
+ requirement: !ruby/object:Gem::Requirement
128
+ requirements:
129
+ - - "~>"
130
+ - !ruby/object:Gem::Version
131
+ version: '2.0'
132
+ type: :development
133
+ prerelease: false
134
+ version_requirements: !ruby/object:Gem::Requirement
135
+ requirements:
136
+ - - "~>"
137
+ - !ruby/object:Gem::Version
138
+ version: '2.0'
139
+ - !ruby/object:Gem::Dependency
140
+ name: reek
141
+ requirement: !ruby/object:Gem::Requirement
142
+ requirements:
143
+ - - "~>"
144
+ - !ruby/object:Gem::Version
145
+ version: '3.1'
146
+ type: :development
147
+ prerelease: false
148
+ version_requirements: !ruby/object:Gem::Requirement
149
+ requirements:
150
+ - - "~>"
151
+ - !ruby/object:Gem::Version
152
+ version: '3.1'
153
+ - !ruby/object:Gem::Dependency
154
+ name: roodi
155
+ requirement: !ruby/object:Gem::Requirement
156
+ requirements:
157
+ - - "~>"
158
+ - !ruby/object:Gem::Version
159
+ version: '5.0'
160
+ type: :development
161
+ prerelease: false
162
+ version_requirements: !ruby/object:Gem::Requirement
163
+ requirements:
164
+ - - "~>"
165
+ - !ruby/object:Gem::Version
166
+ version: '5.0'
167
+ - !ruby/object:Gem::Dependency
168
+ name: rspec
169
+ requirement: !ruby/object:Gem::Requirement
170
+ requirements:
171
+ - - "~>"
172
+ - !ruby/object:Gem::Version
173
+ version: '3.3'
174
+ type: :development
175
+ prerelease: false
176
+ version_requirements: !ruby/object:Gem::Requirement
177
+ requirements:
178
+ - - "~>"
179
+ - !ruby/object:Gem::Version
180
+ version: '3.3'
181
+ - !ruby/object:Gem::Dependency
182
+ name: rubocop
183
+ requirement: !ruby/object:Gem::Requirement
184
+ requirements:
185
+ - - "~>"
186
+ - !ruby/object:Gem::Version
187
+ version: '0.33'
188
+ type: :development
189
+ prerelease: false
190
+ version_requirements: !ruby/object:Gem::Requirement
191
+ requirements:
192
+ - - "~>"
193
+ - !ruby/object:Gem::Version
194
+ version: '0.33'
195
+ - !ruby/object:Gem::Dependency
196
+ name: simplecov
197
+ requirement: !ruby/object:Gem::Requirement
198
+ requirements:
199
+ - - "~>"
200
+ - !ruby/object:Gem::Version
201
+ version: '0.10'
202
+ type: :development
203
+ prerelease: false
204
+ version_requirements: !ruby/object:Gem::Requirement
205
+ requirements:
206
+ - - "~>"
207
+ - !ruby/object:Gem::Version
208
+ version: '0.10'
209
+ - !ruby/object:Gem::Dependency
210
+ name: yard
211
+ requirement: !ruby/object:Gem::Requirement
212
+ requirements:
213
+ - - "~>"
214
+ - !ruby/object:Gem::Version
215
+ version: '0.8'
216
+ type: :development
217
+ prerelease: false
218
+ version_requirements: !ruby/object:Gem::Requirement
219
+ requirements:
220
+ - - "~>"
221
+ - !ruby/object:Gem::Version
222
+ version: '0.8'
223
+ description: Quickstart helps you start your next project, quickly.
224
+ email: chris@olstrom.com
225
+ executables:
226
+ - quickstart
227
+ extensions: []
228
+ extra_rdoc_files:
229
+ - LICENSE
230
+ - README.md
231
+ files:
232
+ - Gemfile
233
+ - Gemfile.lock
234
+ - LICENSE
235
+ - README.md
236
+ - Rakefile
237
+ - VERSION
238
+ - bin/quickstart
239
+ - lib/quickstart.rb
240
+ - lib/quickstart/cli.rb
241
+ - lib/quickstart/template.rb
242
+ - spec/quickstart_spec.rb
243
+ - spec/spec_helper.rb
244
+ homepage: http://github.com/colstrom/quickstart
245
+ licenses:
246
+ - MIT
247
+ metadata: {}
248
+ post_install_message:
249
+ rdoc_options: []
250
+ require_paths:
251
+ - lib
252
+ required_ruby_version: !ruby/object:Gem::Requirement
253
+ requirements:
254
+ - - ">="
255
+ - !ruby/object:Gem::Version
256
+ version: '0'
257
+ required_rubygems_version: !ruby/object:Gem::Requirement
258
+ requirements:
259
+ - - ">="
260
+ - !ruby/object:Gem::Version
261
+ version: '0'
262
+ requirements: []
263
+ rubyforge_project:
264
+ rubygems_version: 2.4.5.1
265
+ signing_key:
266
+ specification_version: 4
267
+ summary: Template-driven scaffolding.
268
+ test_files: []