todo_api_cli 0.0.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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/todo_api_cli.rb +9 -0
  3. metadata +43 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: a93a38762bb4046a5ccdf9b1512dce717115c8d9e0f6d706bbe1b769353025b8
4
+ data.tar.gz: f344e44252b4f07552159a2bdc55b491153a043b3821009e30119c33615de183
5
+ SHA512:
6
+ metadata.gz: e769bdfb949ab8495d9629486743edf8d6f709fa233d174fcd74e59cc20a0c361e52dd3d7e4459c9315a940ba0d9b1d3828ebfd54a38d3814ba1f47182903ff1
7
+ data.tar.gz: 571731116031b86c7edacea947920b2b28f2f427c77f30ef505848353ab84e4895d961df1cf6ab69d20a373577067b6cae10db8301043cd143689aaa6bb25838
@@ -0,0 +1,9 @@
1
+ module TodoApi
2
+ class Cli
3
+ class Users
4
+ def self.create
5
+ puts 'Creating an user'
6
+ end
7
+ end
8
+ end
9
+ end
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: todo_api_cli
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Eduardo Poleo
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2018-10-13 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email:
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/todo_api_cli.rb
20
+ homepage:
21
+ licenses: []
22
+ metadata: {}
23
+ post_install_message:
24
+ rdoc_options: []
25
+ require_paths:
26
+ - lib
27
+ required_ruby_version: !ruby/object:Gem::Requirement
28
+ requirements:
29
+ - - ">="
30
+ - !ruby/object:Gem::Version
31
+ version: '0'
32
+ required_rubygems_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ requirements: []
38
+ rubyforge_project:
39
+ rubygems_version: 2.7.7
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: CLI to interact with the todo app api
43
+ test_files: []