Sha256: ead4cd48abbc0c177a54f3ab62f28814faa17d846cb26d37d5229c2fe3cc0a58
Contents?: true
Size: 400 Bytes
Versions: 3
Compression:
Stored size: 400 Bytes
Contents
source "https://rubygems.org" group :development do gem "yard" end group :development, :test do gem "simplecov" platform :ruby do gem "sqlite3" end platform :jruby do gem 'activerecord-jdbcsqlite3-adapter' end 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ar2gostruct-0.2.2 | Gemfile |
ar2gostruct-0.2.1 | Gemfile |
ar2gostruct-0.2.0 | Gemfile |