gtm-cli 0.1.2 → 0.1.3

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: 2c047bae5ddfc6e9475e4ad9611ad46a64e14a46
4
- data.tar.gz: 7a44329332547d4e3c0cfb479d9ec7e8d5b7f75a
3
+ metadata.gz: ff4d60b4559a4df73c96e6408cc0cdbc0a3bc068
4
+ data.tar.gz: f213398cd1e329b27b3350c13f51cd8e1f074c0d
5
5
  SHA512:
6
- metadata.gz: 9154a8e41698513cd6782f3e122c4032ac74d5a099f236fd14f7d4bf0c1aa2937a9abc06256777eeb3fbd8f53b0df9fc6be8b354e48691b5f6705f8a1ea7560d
7
- data.tar.gz: f9d15782db7628ac7be37a5cb9f26a07b0a83d0fd66be2508fd79570bff8193a1765544cb4265ac6fb8f9847dfa2eed11843fa6a1ac3b19f7edf59407821af80
6
+ metadata.gz: b3e18ba725f8cda598cb046618dc49ef8e89dc8a1b15948900bf02f3331e83a1c6f6b92ee8b9ea1e2294aed78baed8caf86372d43696224772cbfeaf7b93f388
7
+ data.tar.gz: b7b20f116d79e86f00ced1005c189e34de6fdb65363109950347e54f632bfcaee5297839819c11690a440a2b6cbe4f98dedad6e2a59ffdb4003deb8ad2c1c2ec
data/lib/gtm/client.rb CHANGED
@@ -38,7 +38,7 @@ module GTM
38
38
  raise GTM::AuthException if result.data['error'] && result.data.error['code']
39
39
  @accounts = result.data.accounts
40
40
  yield @accounts
41
- print 'DONE'
41
+ puts 'DONE'
42
42
  rescue AuthException
43
43
  client_secrets = Google::APIClient::ClientSecrets.load
44
44
  flow = Google::APIClient::InstalledAppFlow.new(
data/lib/gtm/pull.rb CHANGED
@@ -86,7 +86,7 @@ module GTM
86
86
  print '.'
87
87
  end
88
88
  end
89
- print '[OK]'
89
+ puts '[OK]'
90
90
  end
91
91
  end
92
92
  end
data/lib/gtm/push.rb CHANGED
@@ -32,7 +32,7 @@ module GTM
32
32
  },
33
33
  body_object: body
34
34
  )
35
- print '[OK]'
35
+ puts '[OK]'
36
36
  end
37
37
  end
38
38
  end
data/lib/gtm/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module GTM
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gtm-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Manuel Dudda
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-21 00:00:00.000000000 Z
11
+ date: 2015-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-api-client