lib/seek/sample_templates/generator.rb in sample-template-generator-gem-0.1.0 vs lib/seek/sample_templates/generator.rb in sample-template-generator-gem-0.2.0
- old
+ new
@@ -21,10 +21,10 @@
{ @name => @contents }
end
end
class Generator
- JAR_VERSION = '0.1'.freeze
+ JAR_VERSION = '0.2'.freeze
JAR_PATH = File.dirname(__FILE__) + "/../../../jars/sample-template-generator-#{JAR_VERSION}.jar"
DEFAULT_MEMORY_ALLOCATION = '512M'.freeze
BUFFER_SIZE = 250_000 # 1/4 a megabyte
attr_accessor :json, :path, :memory_allocation