krb 0.1.3 → 0.1.4

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
  SHA256:
3
- metadata.gz: bd9635ed4b9429aebc0aa9eb40993959b045d2a0813bd78d172c4ee958312203
4
- data.tar.gz: ff8ca5008a9d83f46859d25e2dab0dc9909fd7e0584961cfe1644ce4deecf402
3
+ metadata.gz: f208cb3657179de711237fa2c70465bf4682ad06c76eda32a9cef128c9c11ef0
4
+ data.tar.gz: 677d97316b978b94da82d409c20dc7a1cf819206bc606c45631d00eae2a5323f
5
5
  SHA512:
6
- metadata.gz: aefae5d1f778ad1b3ebd000d51733691193bf82fea7568c4c746b4378055f5e2342a1fe9dcb50a9e0742795a9a110c2bb0fc37272f09629c024097734e986235
7
- data.tar.gz: 59aedfc2c2f01c9c2b67c3a99d5f4b3009386ebb0688cdd6d6f30c8c25aa1fe8cd1f7925fe940d6530a22e66a9f67b14e28201f33bad638a98eb3cddadd4077a
6
+ metadata.gz: a9b01e8ed37c40d3f98d91d51381bed90db2845152dd1796d73f7646fc9c3c729fae2a25c33c94540f222b842d3e32eaa0477b19c49f9059f10844e66f053beb
7
+ data.tar.gz: '0628ba306e3661a583887f1c8a11ad968664eb1bb4562c955e0fa6994de287835a0d95eb36ff2d0841d588f2ea39c53931f385146f01c13fac7649a7fcd7cbaa'
@@ -1,6 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  # Services entrypoint
4
+ require 'tty/prompt'
5
+
4
6
  module Krb
5
7
  # syntactic sugar
6
8
  class ApplicationService
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require 'http'
4
- require 'tty/prompt'
4
+ require 'tty-prompt'
5
5
 
6
6
  module Krb
7
7
  module Setup
@@ -1,7 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require 'http'
4
- require 'tty/prompt'
5
4
 
6
5
  module Krb
7
6
  module Setup
@@ -1,7 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require 'http'
4
- require 'tty/prompt'
5
4
 
6
5
  module Krb
7
6
  module Setup
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require 'http'
4
- require 'tty/prompt'
4
+ require 'tty-prompt'
5
5
 
6
6
  module Krb
7
7
  module Setup
@@ -1,6 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'tty/prompt'
4
3
  require 'yaml'
5
4
 
6
5
  module Krb
@@ -1,6 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'tty/prompt'
4
3
  require 'yaml'
5
4
 
6
5
  module Krb
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Krb
4
- VERSION = '0.1.3'.freeze
4
+ VERSION = '0.1.4'.freeze
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: krb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - bbnnt
@@ -83,25 +83,10 @@ dependencies:
83
83
  description: CLI tools to interact with a shopify store
84
84
  email:
85
85
  - ben@dee.mx
86
- executables:
87
- - krb
86
+ executables: []
88
87
  extensions: []
89
88
  extra_rdoc_files: []
90
89
  files:
91
- - ".gitignore"
92
- - ".rspec"
93
- - ".travis.yml"
94
- - CODE_OF_CONDUCT.md
95
- - Gemfile
96
- - Gemfile.lock
97
- - LICENSE.txt
98
- - README.md
99
- - Rakefile
100
- - bin/console
101
- - bin/setup
102
- - exe/krb
103
- - http_server.rb
104
- - krb.gemspec
105
90
  - lib/krb.rb
106
91
  - lib/krb/application_service.rb
107
92
  - lib/krb/download/base.rb
data/.gitignore DELETED
@@ -1,13 +0,0 @@
1
- /.bundle/
2
- /.yardoc
3
- /_yardoc/
4
- /coverage/
5
- /doc/
6
- /pkg/
7
- /spec/reports/
8
- /tmp/
9
-
10
- # rspec failure tracking
11
- .rspec_status
12
- /.storefront_setup
13
- /content
data/.rspec DELETED
@@ -1,3 +0,0 @@
1
- --format documentation
2
- --color
3
- --require spec_helper
@@ -1,5 +0,0 @@
1
- sudo: false
2
- language: ruby
3
- rvm:
4
- - 2.5.1
5
- before_install: gem install bundler -v 1.16.1
@@ -1,74 +0,0 @@
1
- # Contributor Covenant Code of Conduct
2
-
3
- ## Our Pledge
4
-
5
- In the interest of fostering an open and welcoming environment, we as
6
- contributors and maintainers pledge to making participation in our project and
7
- our community a harassment-free experience for everyone, regardless of age, body
8
- size, disability, ethnicity, gender identity and expression, level of experience,
9
- nationality, personal appearance, race, religion, or sexual identity and
10
- orientation.
11
-
12
- ## Our Standards
13
-
14
- Examples of behavior that contributes to creating a positive environment
15
- include:
16
-
17
- * Using welcoming and inclusive language
18
- * Being respectful of differing viewpoints and experiences
19
- * Gracefully accepting constructive criticism
20
- * Focusing on what is best for the community
21
- * Showing empathy towards other community members
22
-
23
- Examples of unacceptable behavior by participants include:
24
-
25
- * The use of sexualized language or imagery and unwelcome sexual attention or
26
- advances
27
- * Trolling, insulting/derogatory comments, and personal or political attacks
28
- * Public or private harassment
29
- * Publishing others' private information, such as a physical or electronic
30
- address, without explicit permission
31
- * Other conduct which could reasonably be considered inappropriate in a
32
- professional setting
33
-
34
- ## Our Responsibilities
35
-
36
- Project maintainers are responsible for clarifying the standards of acceptable
37
- behavior and are expected to take appropriate and fair corrective action in
38
- response to any instances of unacceptable behavior.
39
-
40
- Project maintainers have the right and responsibility to remove, edit, or
41
- reject comments, commits, code, wiki edits, issues, and other contributions
42
- that are not aligned to this Code of Conduct, or to ban temporarily or
43
- permanently any contributor for other behaviors that they deem inappropriate,
44
- threatening, offensive, or harmful.
45
-
46
- ## Scope
47
-
48
- This Code of Conduct applies both within project spaces and in public spaces
49
- when an individual is representing the project or its community. Examples of
50
- representing a project or community include using an official project e-mail
51
- address, posting via an official social media account, or acting as an appointed
52
- representative at an online or offline event. Representation of a project may be
53
- further defined and clarified by project maintainers.
54
-
55
- ## Enforcement
56
-
57
- Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
- reported by contacting the project team at ben@dee.mx. All
59
- complaints will be reviewed and investigated and will result in a response that
60
- is deemed necessary and appropriate to the circumstances. The project team is
61
- obligated to maintain confidentiality with regard to the reporter of an incident.
62
- Further details of specific enforcement policies may be posted separately.
63
-
64
- Project maintainers who do not follow or enforce the Code of Conduct in good
65
- faith may face temporary or permanent repercussions as determined by other
66
- members of the project's leadership.
67
-
68
- ## Attribution
69
-
70
- This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
- available at [http://contributor-covenant.org/version/1/4][version]
72
-
73
- [homepage]: http://contributor-covenant.org
74
- [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile DELETED
@@ -1,10 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
4
-
5
- # Specify your gem's dependencies in krb.gemspec
6
- gemspec
7
- gem 'tty'
8
- gem 'tty-prompt'
9
- gem 'http'
10
- gem 'rack'
@@ -1,82 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- krb (0.1.3)
5
- http (= 3.3.0)
6
- tty (= 0.1.0)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- addressable (2.5.2)
12
- public_suffix (>= 2.0.2, < 4.0)
13
- diff-lcs (1.3)
14
- domain_name (0.5.20180417)
15
- unf (>= 0.0.5, < 1.0.0)
16
- equatable (0.5.0)
17
- hitimes (1.3.0)
18
- http (3.3.0)
19
- addressable (~> 2.3)
20
- http-cookie (~> 1.0)
21
- http-form_data (~> 2.0)
22
- http_parser.rb (~> 0.6.0)
23
- http-cookie (1.0.3)
24
- domain_name (~> 0.5)
25
- http-form_data (2.1.1)
26
- http_parser.rb (0.6.0)
27
- necromancer (0.4.0)
28
- pastel (0.7.2)
29
- equatable (~> 0.5.0)
30
- tty-color (~> 0.4.0)
31
- public_suffix (3.0.3)
32
- rack (2.0.5)
33
- rake (10.5.0)
34
- rspec (3.8.0)
35
- rspec-core (~> 3.8.0)
36
- rspec-expectations (~> 3.8.0)
37
- rspec-mocks (~> 3.8.0)
38
- rspec-core (3.8.0)
39
- rspec-support (~> 3.8.0)
40
- rspec-expectations (3.8.1)
41
- diff-lcs (>= 1.2.0, < 2.0)
42
- rspec-support (~> 3.8.0)
43
- rspec-mocks (3.8.0)
44
- diff-lcs (>= 1.2.0, < 2.0)
45
- rspec-support (~> 3.8.0)
46
- rspec-support (3.8.0)
47
- timers (4.1.2)
48
- hitimes
49
- tty (0.1.0)
50
- tty-color (0.4.3)
51
- tty-cursor (0.6.0)
52
- tty-prompt (0.17.0)
53
- necromancer (~> 0.4.0)
54
- pastel (~> 0.7.0)
55
- timers (~> 4.0)
56
- tty-cursor (~> 0.6.0)
57
- tty-reader (~> 0.4.0)
58
- tty-reader (0.4.0)
59
- tty-cursor (~> 0.6.0)
60
- tty-screen (~> 0.6.4)
61
- wisper (~> 2.0.0)
62
- tty-screen (0.6.5)
63
- unf (0.1.4)
64
- unf_ext
65
- unf_ext (0.0.7.5)
66
- wisper (2.0.0)
67
-
68
- PLATFORMS
69
- ruby
70
-
71
- DEPENDENCIES
72
- bundler (~> 1.16)
73
- http
74
- krb!
75
- rack
76
- rake (~> 10.0)
77
- rspec (~> 3.0)
78
- tty
79
- tty-prompt
80
-
81
- BUNDLED WITH
82
- 1.16.1
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2018 bbnnt
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
data/README.md DELETED
@@ -1,43 +0,0 @@
1
- # Krb
2
-
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/krb`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
6
-
7
- ## Installation
8
-
9
- Add this line to your application's Gemfile:
10
-
11
- ```ruby
12
- gem 'krb'
13
- ```
14
-
15
- And then execute:
16
-
17
- $ bundle
18
-
19
- Or install it yourself as:
20
-
21
- $ gem install krb
22
-
23
- ## Usage
24
-
25
- TODO: Write usage instructions here
26
-
27
- ## Development
28
-
29
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
-
31
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
-
33
- ## Contributing
34
-
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/krb. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
-
37
- ## License
38
-
39
- The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
40
-
41
- ## Code of Conduct
42
-
43
- Everyone interacting in the Krb project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/krb/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile DELETED
@@ -1,6 +0,0 @@
1
- require 'bundler/gem_tasks'
2
- require 'rspec/core/rake_task'
3
-
4
- RSpec::Core::RakeTask.new(:spec)
5
-
6
- task default: :spec
@@ -1,14 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- require 'bundler/setup'
4
- require 'krb'
5
-
6
- # You can add fixtures and/or initialization code here to make experimenting
7
- # with your gem easier. You can also use a different console, if you like.
8
-
9
- # (If you use this, don't forget to add pry to your Gemfile!)
10
- # require 'pry'
11
- # Pry.start
12
-
13
- require 'irb'
14
- IRB.start(__FILE__)
data/bin/setup DELETED
@@ -1,8 +0,0 @@
1
- #!/usr/bin/env bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
- set -vx
5
-
6
- bundle install
7
-
8
- # Do any other automated setup that you need to do here
data/exe/krb DELETED
@@ -1,17 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- require 'krb'
4
-
5
- entrypoint = ARGV[0]
6
-
7
- if entrypoint == 'setup'
8
- Krb::Setup::Base.process
9
- elsif entrypoint == 'import'
10
- Krb::Import::Base.process
11
- elsif entrypoint == 'download'
12
- Krb::Download::Base.process
13
- elsif entrypoint == 'webhooks'
14
- Krb::Webhooks::Base.process
15
- else
16
- puts 'Please specify a command.'
17
- end
@@ -1,24 +0,0 @@
1
- # require 'socket'
2
- # require 'rack/utils'
3
-
4
- # server = TCPServer.new 5678
5
-
6
- # def query_params(req)
7
- # return if req.match(/\/favicon\.ico/)
8
- # params = req.to_s.split('?').last.to_s.split(' ').first
9
- # Rack::Utils.parse_nested_query(params)
10
- # end
11
-
12
- # while session = server.accept
13
- # request = session.gets
14
- # puts query_params(request).to_s
15
-
16
- # session.print "HTTP/1.1 200\r\n"
17
- # session.print "Content-Type: text/html\r\n"
18
- # session.print "\r\n"
19
- # session.print "Hello world! The time is #{Time.now}"
20
-
21
- # session.close
22
-
23
- # # server.close
24
- # end
@@ -1,31 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- lib = File.expand_path('../lib', __FILE__)
4
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
- require 'krb'
6
-
7
- Gem::Specification.new do |spec|
8
- spec.name = 'krb'
9
- spec.version = Krb::VERSION
10
- spec.authors = ['bbnnt']
11
- spec.email = ['ben@dee.mx']
12
-
13
- spec.summary = 'Krb Storefront gem'
14
- spec.description = 'CLI tools to interact with a shopify store'
15
- spec.homepage = 'https://ngx.host'
16
- spec.license = 'MIT'
17
-
18
- spec.files = `git ls-files -z`.split("\x0").reject do |f|
19
- f.match(%r{^(test|spec|features)/})
20
- end
21
- spec.bindir = 'exe'
22
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
23
- spec.require_paths = ['lib']
24
-
25
- spec.add_development_dependency 'bundler', '~> 1.16'
26
- spec.add_development_dependency 'rake', '~> 10.0'
27
- spec.add_development_dependency 'rspec', '~> 3.0'
28
-
29
- spec.add_runtime_dependency "tty", ["= 0.1.0"]
30
- spec.add_runtime_dependency "http", ["= 3.3.0"]
31
- end