gtm-cli 0.0.9 → 0.1.0

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: 2ee3b2ad847773b21ac9fcbbb6826db803351710
4
- data.tar.gz: 5aed11f610b6d19d45b9c419784644ec56b8074a
3
+ metadata.gz: 347df39a862e69f432a65f44ee6bc3a7e55cd55e
4
+ data.tar.gz: 2899278a4fb9c2d85e427da5d2e8ec745bc54cb5
5
5
  SHA512:
6
- metadata.gz: ca8d44c2660e5b13ee62d1f122bfa3976f91cd5b19350a4aa984f7aec7d9949127d29d1ff302efb5a45ca500f53d848b3d4e0374f2905ac55799634e0658b66d
7
- data.tar.gz: a2f32e2f07592b825eb78d7011ad1f5479ab3d6f151cf7c6034a6a1ddfff1a05d7bd829afe0d91261f28fc80f14b71bf3162393758db847cfc51955cdb531a16
6
+ metadata.gz: 40ad4e98ea383f4007f1fbbc79dd2776148e1000dc8e059383af27ad90ff147a472ba0873b73f1ee1e2b955304d98116ebbe31fa0b36335ab5c6f18dfa0c1a7f
7
+ data.tar.gz: d1ad399a2aa8a1123cb280c47b7242dffe2dc7d15ad15e180c27f01c90cfaa29c66f216a86b3e780c4d73c8b2606c819e39d5fe6257fcf111e67bf183f7a898d
data/.gitignore CHANGED
@@ -1 +1 @@
1
- .idea
1
+ client_secrets.json
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -0,0 +1,3 @@
1
+ module GTM
2
+ VERSION = '0.1.0'
3
+ end
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gtm-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Manuel Dudda
@@ -111,28 +111,26 @@ dependencies:
111
111
  description: ''
112
112
  email:
113
113
  - manuel.dudda@gmail.com
114
- executables: []
114
+ executables:
115
+ - gtm
115
116
  extensions: []
116
117
  extra_rdoc_files: []
117
118
  files:
118
119
  - ".gitignore"
119
- - ".ruby-gemset"
120
- - ".ruby-version"
121
- - gtm-cli/.gitignore
122
- - gtm-cli/.rspec
123
- - gtm-cli/Gemfile
124
- - gtm-cli/Gemfile.lock
125
- - gtm-cli/README.md
126
- - gtm-cli/bin/gtm
127
- - gtm-cli/gtm-cli.gemspec
128
- - gtm-cli/lib/gtm.rb
129
- - gtm-cli/lib/gtm/bootstrap.rb
130
- - gtm-cli/lib/gtm/client.rb
131
- - gtm-cli/lib/gtm/pull.rb
132
- - gtm-cli/lib/gtm/push.rb
133
- - gtm-cli/lib/gtm/version.rb
134
- - gtm-cli/spec/gtm/bootstrap_spec.rb
135
- - gtm-cli/spec/spec_helper.rb
120
+ - ".rspec"
121
+ - Gemfile
122
+ - Gemfile.lock
123
+ - README.md
124
+ - bin/gtm
125
+ - gtm-cli.gemspec
126
+ - lib/gtm.rb
127
+ - lib/gtm/bootstrap.rb
128
+ - lib/gtm/client.rb
129
+ - lib/gtm/pull.rb
130
+ - lib/gtm/push.rb
131
+ - lib/gtm/version.rb
132
+ - spec/gtm/bootstrap_spec.rb
133
+ - spec/spec_helper.rb
136
134
  homepage: https://github.com/manuel84/gtm-cli
137
135
  licenses:
138
136
  - MIT
@@ -157,4 +155,6 @@ rubygems_version: 2.4.6
157
155
  signing_key:
158
156
  specification_version: 4
159
157
  summary: GTM Cli
160
- test_files: []
158
+ test_files:
159
+ - spec/gtm/bootstrap_spec.rb
160
+ - spec/spec_helper.rb
data/.ruby-gemset DELETED
@@ -1 +0,0 @@
1
- gtm
data/.ruby-version DELETED
@@ -1 +0,0 @@
1
- ruby-2.2-head
data/gtm-cli/.gitignore DELETED
@@ -1 +0,0 @@
1
- client_secrets.json
@@ -1,3 +0,0 @@
1
- module GTM
2
- VERSION = '0.0.9'
3
- end