Sha256: 1748d38aea5a056487e3070890d1333d439a687bc00c176cdc6557e0a174b0ab
Contents?: true
Size: 974 Bytes
Versions: 3
Compression:
Stored size: 974 Bytes
Contents
# # Copyright 2014 Tony Burns # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # source 'https://rubygems.org' gemspec group :development do gem 'rake', '~> 10.3' gem 'overcommit', '~> 0.12' end group :lint do gem 'inch', '~> 0.4' gem 'rubocop', '~> 0.24' end group :test do gem 'coveralls', '~> 0.7', require: false gem 'rspec', '~> 3.0' end group :docs do gem 'github-markup', '~> 1.2' gem 'redcarpet', '~> 3.1' gem 'yard', github: 'lsegal/yard' end
Version data entries
3 entries across 3 versions & 3 rubygems
Version | Path |
---|---|
commandsy-dev-0.0.1 | Gemfile |
commandsy-plugin-0.0.1 | Gemfile |
commandsy-0.0.1 | Gemfile |