Sha256: 3c7da09056efd19d7667cae69a0f542f3217e687c9f69d4516bae3d55aa56696

Contents?: true

Size: 286 Bytes

Versions: 7

Compression:

Stored size: 286 Bytes

Contents

source 'https://rubygems.org'

group :development do
  gem "yard"
end

group :development, :test do
  gem 'simplecov'

  if RUBY_PLATFORM =~ /darwin/
    gem "ruby_gntp"
    gem "rb-fsevent"
  end
  if RUBY_PLATFORM =~ /linux/
    gem 'libnotify'
    gem 'rb-inotify'
  end
end
gemspec

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ar2gostruct-0.1.1 Gemfile
ar2gostruct-0.1.0 Gemfile
ar2gostruct-0.0.5 Gemfile
ar2gostruct-0.0.4 Gemfile
ar2gostruct-0.0.3 Gemfile
ar2gostruct-0.0.2 Gemfile
ar2gostruct-0.0.1 Gemfile