Sha256: 8d6be51ed38ec65ce1bfedd2f62b0f8f8c4ee5f6c375e518520a500fcdc1fc08

Contents?: true

Size: 552 Bytes

Versions: 7

Compression:

Stored size: 552 Bytes

Contents

#
# Ruby files are now included in the gem package
#
# Gem.post_install do |installer|
#   if installer.spec.name == 'activefacts-cql'
#     pattern = installer.dir + '/lib/activefacts/cql/**/*.treetop'
#     files = Dir[pattern]
#     # Hopefully this quoting will work where there are spaces in filenames, and even maybe on Windows?
#     cmd = "tt '#{files*"' '"}'"
#     puts "Compiling Treetop grammars:"
#     puts cmd
#     system cmd
#     puts 'For more information on ActiveFacts, see http://dataconstellation.com/ActiveFacts/'
#   end
# end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
activefacts-cql-1.9.7 lib/rubygems_plugin.rb
activefacts-cql-1.9.6 lib/rubygems_plugin.rb
activefacts-cql-1.9.5 lib/rubygems_plugin.rb
activefacts-cql-1.9.4 lib/rubygems_plugin.rb
activefacts-cql-1.9.3 lib/rubygems_plugin.rb
activefacts-cql-1.9.2 lib/rubygems_plugin.rb
activefacts-cql-1.9.1 lib/rubygems_plugin.rb