Sha256: d25817e2d9aa47cd54e5be89e87eaf46453051f72319e9a3b5a394b6690542f4

Contents?: true

Size: 308 Bytes

Versions: 5

Compression:

Stored size: 308 Bytes

Contents

// THIS FILE IS AUTOMATICALLY GENERATED
// DO NOT EDIT THIS FILE.  ALL CHANGES WILL BE LOST.

object Dependencies {
  val dependencies = <% if dependencies.empty? %>Seq.empty<% else %>Seq(<%= dependencies.map {|d|
      "\"#{d[:group]}\" % \"#{d[:name]}\" % \"#{d[:version]}\""
    }.join(",") %>)<% end %>
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
transcriptic-0.2.5 lib/transcriptic/templates/project/Dependencies.erb
transcriptic-0.2.4 lib/transcriptic/templates/project/Dependencies.erb
transcriptic-0.2.3 lib/transcriptic/templates/project/Dependencies.erb
transcriptic-0.2.2 lib/transcriptic/templates/project/Dependencies.erb
transcriptic-0.2.1 lib/transcriptic/templates/project/Dependencies.erb