gettc 1.7 → 1.7.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bbe6b178b2e8a91c7cafef4182730cf4873d177f
4
- data.tar.gz: 163a10b0052c1d94dc9d5d4ea463984633a744e2
3
+ metadata.gz: 62c444cfc0d933ef9aaeeccabfb2c9a0c2f3aa2d
4
+ data.tar.gz: 93df2f167fb311802e09514098a99383e0e6d458
5
5
  SHA512:
6
- metadata.gz: 684edc1982ebfe09fe0dd271f7d3c916163be15eccf295002e68f78551275d74d1f8d3302748d17b62c269a04e3d964577d3cc5fdd4574b4bf40b288067988d6
7
- data.tar.gz: 79cfa937b2c0f9170d13f977209fb2de63d9385cde36efca45da0d12048eaae6420ced5798f2752588974053f33b82d3a01407de06493ff3dbb2ab8102ddb319
6
+ metadata.gz: fa9d0f3fab7b64e28152778d0a9d8dcdf48d52acce91707cd1e95053e333340f5f75c558d061ce340bbba331244eee7859e44ef7c9d02edff4cf88c078408e8a
7
+ data.tar.gz: 11abcbee097b4a4c262afbb102b6fc4cf1c2c6fae0684f5cb22d17834d5191ccabe43957988d621bfcbc26409116635c330199602413bd56fdf9aff26f4193b1
@@ -1,5 +1,5 @@
1
1
  module Gettc
2
- VERSION = "1.7"
2
+ VERSION = "1.7.1"
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
3
+ version: 1.7.1
@@ -1,5 +1,4 @@
1
1
  require "gettc/types"
2
- require "mkmf"
3
2
 
4
3
  module Gettc
5
4
  class Type
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gettc
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.7'
4
+ version: 1.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seri
@@ -64,10 +64,6 @@ 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-32.pyc
68
- - dist/include/python/topcoder/__pycache__/errors.cpython-32.pyc
69
- - dist/include/python/topcoder/__pycache__/reader.cpython-32.pyc
70
- - dist/include/python/topcoder/__pycache__/writer.cpython-32.pyc
71
67
  - dist/include/python/topcoder/errors.py
72
68
  - dist/include/python/topcoder/reader.py
73
69
  - dist/include/python/topcoder/writer.py