transcriptic 0.2.4 → 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/transcriptic/templates/app/Main.erb +1 -1
- data/lib/transcriptic/templates/project/Build.erb +3 -3
- data/lib/transcriptic/templates/project/build.properties +2 -1
- data/lib/transcriptic/templates/project/plugins.sbt +1 -3
- data/lib/transcriptic/version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8355c09f01b2a64094cbc945adffbae042760c5d
|
|
4
|
+
data.tar.gz: 7d155a0be0936b2acc2bd0428c2aa683fea8d410
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c7999ec8082e52be1e31545974a191b87038ef51f1a49a137530571d87b09860a69c1a9349a5c477b6035094546e2247c821d685117e5fb24df5c03e5a54ee7a
|
|
7
|
+
data.tar.gz: 1a518e186920536abc2c0c4b87cae7aa45c5559f5f4fae3af2767abb908e3c1d7c8d117c855a19cd3fbfad6fd13efb0c4bb88f98364f1de7546cd776d35b1053
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
package <%= package %>
|
|
2
2
|
|
|
3
3
|
import org.autoprotocol.measures._
|
|
4
|
-
import org.autoprotocol.core.{Aliquot, Resource, Protocol, ProtocolConfig}
|
|
4
|
+
import org.autoprotocol.core.{Aliquot, AliquotCollection, Resource, Protocol, ProtocolConfig}
|
|
5
5
|
|
|
6
6
|
object <%= name.camelize %> extends Protocol {
|
|
7
7
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import sbt._
|
|
2
2
|
import Keys._
|
|
3
|
-
import com.typesafe.
|
|
3
|
+
import com.typesafe.sbt.SbtStartScript
|
|
4
4
|
|
|
5
5
|
object BuildSettings {
|
|
6
6
|
val buildVersion = "1.0.0-SNAPSHOT"
|
|
7
|
-
val buildScalaVersion = "2.
|
|
7
|
+
val buildScalaVersion = "2.10.0"
|
|
8
8
|
|
|
9
9
|
val buildSettings = Defaults.defaultSettings ++ Seq (
|
|
10
10
|
version := buildVersion,
|
|
@@ -51,7 +51,7 @@ object AutoprotocolBuild extends Build {
|
|
|
51
51
|
settings =
|
|
52
52
|
buildSettings ++ Seq (libraryDependencies ++= (Seq("org.autoprotocol" %% "autoprotocol-library" % "<%= autoprotocol_version %>") ++
|
|
53
53
|
dependencies), resolvers ++= Seq(transcriptic, autoprotocol, typesafe)) ++ Defaults.defaultSettings ++
|
|
54
|
-
|
|
54
|
+
SbtStartScript.startScriptForClassesSettings
|
|
55
55
|
) settings (
|
|
56
56
|
fork in run := true
|
|
57
57
|
) settings (
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
sbt.version=0.
|
|
1
|
+
sbt.version=0.12.1
|
|
2
|
+
scala.version=2.10.0
|
data/lib/transcriptic/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: transcriptic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Transcriptic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-07-
|
|
11
|
+
date: 2013-07-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: netrc
|