Sha256: b637cd00970914ac2ecfa538b07545eb32bf0d5f92172a45156b3a0438c04e68

Contents?: true

Size: 255 Bytes

Versions: 8

Compression:

Stored size: 255 Bytes

Contents

source "https://rubygems.org"

git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

# Specify your gem's dependencies in auto_release_note.gemspec
gemspec

gem 'thor'
gem 'git'

group :development do
  gem 'rspec'
  gem 'guard-rspec'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
auto_release_note-0.1.8 Gemfile
auto_release_note-0.1.7 Gemfile
auto_release_note-0.1.6 Gemfile
auto_release_note-0.1.5 Gemfile
auto_release_note-0.1.4 Gemfile
auto_release_note-0.1.3 Gemfile
auto_release_note-0.1.2 Gemfile
auto_release_note-0.1.1 Gemfile