Sha256: aa6f09c65b1a648b686ea735ba54d5c399bfcded07b8706cf5d4d8364eea6710
Contents?: true
Size: 653 Bytes
Versions: 2
Compression:
Stored size: 653 Bytes
Contents
source 'https://rubygems.org' # Specify your gem's dependencies in senec.gemspec gemspec # Rake is a Make-like program implemented in Ruby (https://github.com/ruby/rake) gem 'rake' # rspec-3.10.0 (http://github.com/rspec) gem 'rspec' # Automatic Ruby code style checking tool. (https://github.com/rubocop/rubocop) gem 'rubocop' # Automatic performance checking tool for Ruby code. (https://github.com/rubocop/rubocop-performance) gem 'rubocop-performance' # Code style checking for RSpec files (https://github.com/rubocop/rubocop-rspec) gem 'rubocop-rspec' # A RuboCop plugin for Rake (https://github.com/rubocop/rubocop-rake) gem 'rubocop-rake'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
senec-0.5.0 | Gemfile |
senec-0.4.0 | Gemfile |