transcriptic 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0432633be6dbce9d58f6eac8a542dd286234aa5c
4
- data.tar.gz: 11a6daf5e72c5410c84841e4c11940434b327feb
3
+ metadata.gz: 8355c09f01b2a64094cbc945adffbae042760c5d
4
+ data.tar.gz: 7d155a0be0936b2acc2bd0428c2aa683fea8d410
5
5
  SHA512:
6
- metadata.gz: 3a7e8dedbb8e5bdce6b0dd93b5432377051295884d0f0da7ab8b92eca590803b1919fdbdac0a834a822ed1284ee281f7569565f394f95641303032c271e65e51
7
- data.tar.gz: a1f06b8c5a81d2ce06edd201dfe09cf85b870bab37406b8d4d1fcb0fd483fd9309a130a85bcfb892465f1669077c7581c012d1c7b457ab46d8c80291588466a2
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.startscript.StartScriptPlugin
3
+ import com.typesafe.sbt.SbtStartScript
4
4
 
5
5
  object BuildSettings {
6
6
  val buildVersion = "1.0.0-SNAPSHOT"
7
- val buildScalaVersion = "2.9.1"
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
- StartScriptPlugin.startScriptForClassesSettings
54
+ SbtStartScript.startScriptForClassesSettings
55
55
  ) settings (
56
56
  fork in run := true
57
57
  ) settings (
@@ -1 +1,2 @@
1
- sbt.version=0.11.2
1
+ sbt.version=0.12.1
2
+ scala.version=2.10.0
@@ -1,5 +1,3 @@
1
- resolvers += "twitter-repo" at "http://maven.twttr.com"
2
-
3
1
  resolvers += Classpaths.typesafeResolver
4
2
 
5
- addSbtPlugin("com.typesafe.startscript" % "xsbt-start-script-plugin" % "0.5.0")
3
+ addSbtPlugin("com.typesafe.sbt" % "sbt-start-script" % "0.8.0")
@@ -1,4 +1,4 @@
1
1
  module Transcriptic
2
- VERSION = "0.2.4"
3
- AUTOPROTOCOL_VERSION = "0.1.1-SNAPSHOT"
2
+ VERSION = "0.2.5"
3
+ AUTOPROTOCOL_VERSION = "0.2.0-SNAPSHOT"
4
4
  end
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
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-03 00:00:00.000000000 Z
11
+ date: 2013-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: netrc