gettc 1.7.1 → 1.7.2

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: 62c444cfc0d933ef9aaeeccabfb2c9a0c2f3aa2d
4
- data.tar.gz: 93df2f167fb311802e09514098a99383e0e6d458
3
+ metadata.gz: d9103767cc73f96750957f15fb03e57b8a47f6f4
4
+ data.tar.gz: fb6b624cdbf1c3b3673bdb6d33166cf952adf702
5
5
  SHA512:
6
- metadata.gz: fa9d0f3fab7b64e28152778d0a9d8dcdf48d52acce91707cd1e95053e333340f5f75c558d061ce340bbba331244eee7859e44ef7c9d02edff4cf88c078408e8a
7
- data.tar.gz: 11abcbee097b4a4c262afbb102b6fc4cf1c2c6fae0684f5cb22d17834d5191ccabe43957988d621bfcbc26409116635c330199602413bd56fdf9aff26f4193b1
6
+ metadata.gz: 0cc66a82c2f6d8d2552041ca8a256ea247bffc14d00f5578eb7c6be6f9cf17cd7250faf4c25ca223edbbbc5675476535ebeb14ea7a42c98907fd2d2fffb7247e
7
+ data.tar.gz: 2f4aecdf24cfeabeafc1d34502db9bba7910ddf9863464ddca875469ee0933ebfbf87b83ed861f15f54a0c9683ba8c470da02052435be2205854be1a68b2d992
data/bin/gettc CHANGED
File without changes
@@ -1,5 +1,5 @@
1
1
  module Gettc
2
- VERSION = "1.7.1"
2
+ VERSION = "1.7.2"
3
3
  end
4
4
 
5
5
  require "gettc/download"
@@ -1,3 +1,3 @@
1
1
  username: gettc
2
2
  password: algorithm
3
- version: 1.7.1
3
+ version: 1.7.2
@@ -1,4 +1,4 @@
1
- GETTC_HOME ?= $(HOME)/.gettc
1
+ GETTC_HOME ?= <%= File.expand_path "~/.gettc" %>
2
2
  OUTPUT_D =../../build/go
3
3
  DATA_D = ../../data
4
4
  RUNNER = sh ../../bin/runner.sh
@@ -5,12 +5,12 @@ RUNNER = sh ../../bin/runner.sh
5
5
 
6
6
  run = $(RUNNER) $1 ./<%= prob.name %>Runner.py $(DATA_D)/$2 $(OUTPUT_D)/$2
7
7
 
8
+ default : usage
9
+
8
10
  setup :
9
11
  if [ ! -d $(OUTPUT_D) ]; then mkdir -p $(OUTPUT_D); fi
10
12
  chmod +x <%= prob.name %>Runner.py
11
13
 
12
- default : usage
13
-
14
14
  usage :
15
15
  @cat $(GETTC_HOME)/usage
16
16
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gettc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.1
4
+ version: 1.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seri
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-16 00:00:00.000000000 Z
11
+ date: 2014-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hpricot
@@ -64,6 +64,10 @@ files:
64
64
  - dist/include/java/engine.rb
65
65
  - dist/include/python/engine.rb
66
66
  - dist/include/python/topcoder/__init__.py
67
+ - dist/include/python/topcoder/__pycache__/__init__.cpython-33.pyc
68
+ - dist/include/python/topcoder/__pycache__/errors.cpython-33.pyc
69
+ - dist/include/python/topcoder/__pycache__/reader.cpython-33.pyc
70
+ - dist/include/python/topcoder/__pycache__/writer.cpython-33.pyc
67
71
  - dist/include/python/topcoder/errors.py
68
72
  - dist/include/python/topcoder/reader.py
69
73
  - dist/include/python/topcoder/writer.py