ghstars 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 9810f0cd180aab8efc0658a74cc757a986a422ecde46d2d60cb2da6a93f2cf1c
4
+ data.tar.gz: dfef9ca47449c81162a292b63c27793f7c098459eb15428186f8724b7e10ba1a
5
+ SHA512:
6
+ metadata.gz: 7642880347d80af6b62a3c040df9391594fe04059c16c786716adaad5e2ba1d986c07c5bb9cd8f03dd757149027783953d2579c2e57bd7cd26cc082bb051f6c1
7
+ data.tar.gz: 3d8c802f873127f7a8e8c42fc42f4ce75215f294793e7d662448419b71c32aa57b872384291282c903eceba6e31e37e723a6fe2d77f97d382420451a9ac83a22
@@ -0,0 +1,8 @@
1
+ [bumpversion]
2
+ current_version = 0.1.1
3
+ commit = True
4
+
5
+ [bumpversion:file:lib/ghstars/version.rb]
6
+ search = VERSION = "{current_version}"
7
+ replace = VERSION = "{new_version}"
8
+
@@ -0,0 +1,8 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
@@ -0,0 +1,7 @@
1
+ ---
2
+ sudo: false
3
+ language: ruby
4
+ cache: bundler
5
+ rvm:
6
+ - 2.6.5
7
+ before_install: gem install bundler -v 2.0.2
@@ -0,0 +1,7 @@
1
+ **2019-11-10**
2
+
3
+ - First release
4
+
5
+ **2019-10-13**
6
+
7
+ - Start project :)
@@ -0,0 +1,74 @@
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 ugurozyilmazel@gmail.com. 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 ADDED
@@ -0,0 +1,4 @@
1
+ source "https://rubygems.org"
2
+
3
+ # Specify your gem's dependencies in ghstars.gemspec
4
+ gemspec
@@ -0,0 +1,55 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ ghstars (0.1.1)
5
+ octokit (~> 4.14)
6
+ terminal-table (~> 1.8)
7
+ thor (~> 0.20.3)
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ addressable (2.7.0)
13
+ public_suffix (>= 2.0.2, < 5.0)
14
+ ansi (1.5.0)
15
+ builder (3.2.3)
16
+ coderay (1.1.2)
17
+ faraday (0.17.0)
18
+ multipart-post (>= 1.2, < 3)
19
+ method_source (0.9.2)
20
+ minitest (5.12.2)
21
+ minitest-reporters (1.4.1)
22
+ ansi
23
+ builder
24
+ minitest (>= 5.0)
25
+ ruby-progressbar
26
+ multipart-post (2.1.1)
27
+ octokit (4.14.0)
28
+ sawyer (~> 0.8.0, >= 0.5.3)
29
+ pry (0.12.2)
30
+ coderay (~> 1.1.0)
31
+ method_source (~> 0.9.0)
32
+ public_suffix (4.0.1)
33
+ rake (10.5.0)
34
+ ruby-progressbar (1.10.1)
35
+ sawyer (0.8.2)
36
+ addressable (>= 2.3.5)
37
+ faraday (> 0.8, < 2.0)
38
+ terminal-table (1.8.0)
39
+ unicode-display_width (~> 1.1, >= 1.1.1)
40
+ thor (0.20.3)
41
+ unicode-display_width (1.6.0)
42
+
43
+ PLATFORMS
44
+ ruby
45
+
46
+ DEPENDENCIES
47
+ bundler (~> 2.0)
48
+ ghstars!
49
+ minitest (~> 5.0)
50
+ minitest-reporters (~> 1.4, >= 1.4.1)
51
+ pry (~> 0.12.2)
52
+ rake (~> 10.0)
53
+
54
+ BUNDLED WITH
55
+ 2.0.2
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2019 Uğur Özyılmazel
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.
@@ -0,0 +1,97 @@
1
+ [![Gem Version](https://badge.fury.io/rb/ghstars.svg)](https://badge.fury.io/rb/ghstars)
2
+
3
+ # Ghstars
4
+
5
+ This little command-line tool helps you to shows your **public** GitHub
6
+ repositories stars count.
7
+
8
+ ## Installation
9
+
10
+ ```bash
11
+ $ gem install ghstars
12
+ ```
13
+
14
+ ## Usage
15
+
16
+ You need to create a [GitHub token](https://github.com/settings/tokens/new) or
17
+ use existing token of yours. Set your environment variable as: `GITHUB_TOKEN`:
18
+
19
+ ```bash
20
+ export GITHUB_TOKEN=your-token-here
21
+ ```
22
+
23
+ Then,
24
+
25
+ ```bash
26
+ $ ghstars
27
+
28
+ Commands:
29
+ ghstars help [COMMAND] # Describe available commands or one specific command
30
+ ghstars list [AMOUNT] # List your public repositories total star count in detail
31
+ ghstars show # Shows your public repositories total star count
32
+ ghstars version # Version information
33
+
34
+ Options:
35
+ [--verbose], [--no-verbose]
36
+ ```
37
+
38
+ If you need only the sum of stars, run: `ghstars show`. Use `ghstars list` for
39
+ detailed information. Other examples:
40
+
41
+ ```bash
42
+ $ ghstars list # all of your repos
43
+ $ ghstars list 5 # top 5
44
+ $ ghstars show # just sum of stars
45
+ $ ghstars show --verbose
46
+ $ ghstars list --verbose
47
+ $ ghstars list 5 --verbose
48
+ ```
49
+
50
+ Example output for **vigo** user: `ghstars list 10`
51
+
52
+ +----+-----------------------------------------+------+
53
+ | # | Name of Repository | Star |
54
+ +----+-----------------------------------------+------+
55
+ | 1 | vigo/git-puf-noktalari | 244 |
56
+ | 2 | vigo/kommit | 198 |
57
+ | 3 | vigo/ruby101-kitap | 170 |
58
+ | 4 | vigo/dinozorus | 88 |
59
+ | 5 | vigo/turk-scene-tarihi | 78 |
60
+ | 6 | vigo/lyk-2017 | 40 |
61
+ | 7 | vigo/django2-project-template | 32 |
62
+ | 8 | vigo/textmate-twitterbootstrap.tmbundle | 31 |
63
+ | 9 | vigo/textmate-octopress.tmbundle | 30 |
64
+ | 10 | vigo/gh-issues | 18 |
65
+ +----+-----------------------------------------+------+
66
+ | | Total count of selection | 929 |
67
+ +----+-----------------------------------------+------+
68
+
69
+ ## Development
70
+
71
+ After checking out the repo, run `bin/setup` to install dependencies. Then,
72
+ run `bundle exec rake test` to run the tests. You can also run `bin/console` for an
73
+ interactive prompt that will allow you to experiment.
74
+
75
+ To install this gem onto your local machine, run `bundle exec rake install`.
76
+ To release a new version, update the version number in `version.rb`, and then
77
+ run `bundle exec rake release`, which will create a git tag for the version,
78
+ push git commits and tags, and push the `.gem` file to
79
+ [rubygems.org](https://rubygems.org).
80
+
81
+ ## Contributing
82
+
83
+ Bug reports and pull requests are welcome on GitHub at
84
+ https://github.com/vbyazilim/ghstars. This project is intended to be a safe,
85
+ welcoming space for collaboration, and contributors are expected to adhere to
86
+ the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
87
+
88
+ ## License
89
+
90
+ The gem is available as open source under the terms of the [MIT
91
+ License](https://opensource.org/licenses/MIT).
92
+
93
+ ## Code of Conduct
94
+
95
+ Everyone interacting in the Ghstars project’s codebases, issue trackers, chat
96
+ rooms and mailing lists is expected to follow the [code of
97
+ conduct](https://github.com/vigo/ghstars/blob/master/CODE_OF_CONDUCT.md).
@@ -0,0 +1,18 @@
1
+ require "bundler/gem_tasks"
2
+ require "rake/testtask"
3
+
4
+ Rake::TestTask.new(:test) do |t|
5
+ t.libs << "test"
6
+ t.libs << "lib"
7
+ t.test_files = FileList["test/**/*_test.rb"]
8
+ end
9
+
10
+ task :default => :test
11
+
12
+ AVAILABLE_REVISIONS = ["major", "minor", "patch"]
13
+ desc "Bump version"
14
+ task :bump, [:revision] do |t, args|
15
+ args.with_defaults(revision: "patch")
16
+ abort "Please provide valid revision: #{AVAILABLE_REVISIONS.join(',')}" unless AVAILABLE_REVISIONS.include?(args.revision)
17
+ system "bumpversion #{args.revision}"
18
+ end
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "ghstars"
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__)
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install --path=vendor/bundle
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "ghstars/cli"
4
+ Ghstars::CLI.start(ARGV)
@@ -0,0 +1,38 @@
1
+ lib = File.expand_path("lib", __dir__)
2
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
+ require "ghstars/version"
4
+
5
+ Gem::Specification.new do |spec|
6
+ spec.name = "ghstars"
7
+ spec.version = Ghstars::VERSION
8
+ spec.authors = ["Uğur Özyılmazel"]
9
+ spec.email = ["ugurozyilmazel@gmail.com"]
10
+
11
+ spec.summary = %q{Shows your public repositories total star count}
12
+ spec.description = %q{Shows your public repositories total star count}
13
+ spec.homepage = "https://github.com/vbyazilim/ghstars"
14
+ spec.license = "MIT"
15
+
16
+ spec.metadata["homepage_uri"] = spec.homepage
17
+ spec.metadata["source_code_uri"] = "https://github.com/vbyazilim/ghstars.git"
18
+ spec.metadata["changelog_uri"] = "https://github.com/vbyazilim/ghstars/blob/master/CHANGELOG.md"
19
+
20
+ # Specify which files should be added to the gem when it is released.
21
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
22
+ spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
23
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
24
+ end
25
+ spec.bindir = "exe"
26
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
27
+ spec.require_paths = ["lib"]
28
+
29
+ spec.add_development_dependency "bundler", "~> 2.0"
30
+ spec.add_development_dependency "rake", "~> 10.0"
31
+ spec.add_development_dependency "minitest", "~> 5.0"
32
+ spec.add_development_dependency "minitest-reporters", "~> 1.4", ">= 1.4.1"
33
+ spec.add_development_dependency "pry", "~> 0.12.2"
34
+
35
+ spec.add_runtime_dependency "terminal-table", "~> 1.8"
36
+ spec.add_runtime_dependency "thor", "~> 0.20.3"
37
+ spec.add_runtime_dependency "octokit", "~> 4.14"
38
+ end
@@ -0,0 +1,56 @@
1
+ require "ghstars/version"
2
+ require 'octokit'
3
+
4
+ module Ghstars
5
+ @@client = nil
6
+ class GitHubAccessTokenError < StandardError; end
7
+ class GitHubBadCredentialsError < StandardError; end
8
+ class InvalidOwnerError < StandardError; end
9
+
10
+ class Error < StandardError; end
11
+
12
+ def self.check_github_token_defined
13
+ raise ::Ghstars::GitHubAccessTokenError, "Please define GITHUB_TOKEN environment variable." unless ENV['GITHUB_TOKEN']
14
+ end
15
+
16
+ def self.check_github_credentials
17
+ begin
18
+ user = @@client.user
19
+ rescue Octokit::Unauthorized => error_message
20
+ raise ::Ghstars::GitHubBadCredentialsError, "Bad GitHub credentials."
21
+ end
22
+ end
23
+
24
+ def self.github_access_available?
25
+ begin
26
+ ::Ghstars.check_github_token_defined
27
+ rescue ::Ghstars::GitHubAccessTokenError => error_message
28
+ puts error_message
29
+ exit
30
+ end
31
+
32
+ @@client = Octokit::Client.new(:access_token => ENV['GITHUB_TOKEN'])
33
+ @@client.auto_paginate = true
34
+
35
+ begin
36
+ ::Ghstars.check_github_credentials
37
+ rescue ::Ghstars::GitHubBadCredentialsError => error_message
38
+ puts error_message
39
+ exit
40
+ end
41
+ true
42
+ end
43
+
44
+ def self.get_repos(options)
45
+ if ::Ghstars.github_access_available?
46
+ query = options[:query]
47
+ repos = @@client.repos({}, query: query)
48
+ .reject{|r| r[:stargazers_count] == 0}
49
+ .reject{|r| r[:fork]}
50
+ .sort_by{|r| r[:stargazers_count]}
51
+ .reverse
52
+ repos
53
+ end
54
+ end
55
+
56
+ end
@@ -0,0 +1,83 @@
1
+ require 'thor'
2
+ require 'ghstars'
3
+ require 'terminal-table'
4
+
5
+ module Ghstars
6
+ class CLI < Thor
7
+ class_option :verbose, type: :boolean, default: false
8
+
9
+ desc "version", "Version information"
10
+ def version
11
+ puts Ghstars::VERSION
12
+ end
13
+
14
+ desc "show", "Shows your public repositories total star count"
15
+ long_desc <<-LONGDESC
16
+ Just returns the count\n
17
+
18
+ Examples:\n
19
+ $ ghstars show\n
20
+ $ ghstars show --verbose\n
21
+ LONGDESC
22
+ def show
23
+ puts "Fetching repositories, please hold..." if options[:verbose]
24
+
25
+ query = {visibility: 'public', affiliation: 'owner'}
26
+ repos = Ghstars.get_repos(query: query)
27
+ star_count = repos.map{|r| r[:stargazers_count]}.sum
28
+ if options[:verbose]
29
+ puts "You have #{star_count} #{star_count > 1 ? "stars" : "star"}"
30
+ else
31
+ puts star_count
32
+ end
33
+ end
34
+
35
+ desc "list [AMOUNT]", "List your public repositories total star count in detail"
36
+ long_desc <<-LONGDESC
37
+ Display all of your repositories names and star counts\n
38
+
39
+ Examples:\n
40
+ $ ghstars list\n
41
+ $ ghstars list --verbose\n
42
+ $ ghstars list 5 # show top 5\n
43
+ LONGDESC
44
+ def list(top_repos=0)
45
+ top_repos = top_repos.to_i if is_numeric?(top_repos)
46
+ puts "Fetching repositories, please hold..." if options[:verbose]
47
+ query = {visibility: 'public', affiliation: 'owner'}
48
+ repos = Ghstars.get_repos(query: query)
49
+ repos = repos[0..(top_repos-1)] if top_repos > 0
50
+ puts tabelize(repos, top_repos)
51
+ end
52
+
53
+ no_commands do
54
+ def is_numeric?(input)
55
+ input.to_f.to_s == input.to_s || input.to_i.to_s == input.to_s
56
+ end
57
+
58
+ def tabelize(repos, top_repos)
59
+ star_count = repos.map{|r| r[:stargazers_count]}.sum
60
+ footer_text = top_repos > 0 ? "Total count of selection" : "Total count"
61
+ table = Terminal::Table.new do |t|
62
+ t.add_row [
63
+ {value: '#'},
64
+ {value: 'Name of Repository'},
65
+ {value: 'Star'}
66
+ ]
67
+ t.add_separator
68
+ repos.each_with_index do |repo, index|
69
+ t.add_row [
70
+ {value: index+1},
71
+ {value: repo[:full_name]},
72
+ {value: repo[:stargazers_count], alignment: :right}
73
+ ]
74
+ end
75
+ end
76
+ table.add_separator
77
+ table.add_row ['', {value: footer_text}, {value: star_count, alignment: :right}]
78
+ table
79
+ end
80
+ end
81
+
82
+ end
83
+ end
@@ -0,0 +1,3 @@
1
+ module Ghstars
2
+ VERSION = "0.1.1"
3
+ end
metadata ADDED
@@ -0,0 +1,182 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ghstars
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.1
5
+ platform: ruby
6
+ authors:
7
+ - Uğur Özyılmazel
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2019-11-10 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '2.0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '2.0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: minitest
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '5.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '5.0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: minitest-reporters
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '1.4'
62
+ - - ">="
63
+ - !ruby/object:Gem::Version
64
+ version: 1.4.1
65
+ type: :development
66
+ prerelease: false
67
+ version_requirements: !ruby/object:Gem::Requirement
68
+ requirements:
69
+ - - "~>"
70
+ - !ruby/object:Gem::Version
71
+ version: '1.4'
72
+ - - ">="
73
+ - !ruby/object:Gem::Version
74
+ version: 1.4.1
75
+ - !ruby/object:Gem::Dependency
76
+ name: pry
77
+ requirement: !ruby/object:Gem::Requirement
78
+ requirements:
79
+ - - "~>"
80
+ - !ruby/object:Gem::Version
81
+ version: 0.12.2
82
+ type: :development
83
+ prerelease: false
84
+ version_requirements: !ruby/object:Gem::Requirement
85
+ requirements:
86
+ - - "~>"
87
+ - !ruby/object:Gem::Version
88
+ version: 0.12.2
89
+ - !ruby/object:Gem::Dependency
90
+ name: terminal-table
91
+ requirement: !ruby/object:Gem::Requirement
92
+ requirements:
93
+ - - "~>"
94
+ - !ruby/object:Gem::Version
95
+ version: '1.8'
96
+ type: :runtime
97
+ prerelease: false
98
+ version_requirements: !ruby/object:Gem::Requirement
99
+ requirements:
100
+ - - "~>"
101
+ - !ruby/object:Gem::Version
102
+ version: '1.8'
103
+ - !ruby/object:Gem::Dependency
104
+ name: thor
105
+ requirement: !ruby/object:Gem::Requirement
106
+ requirements:
107
+ - - "~>"
108
+ - !ruby/object:Gem::Version
109
+ version: 0.20.3
110
+ type: :runtime
111
+ prerelease: false
112
+ version_requirements: !ruby/object:Gem::Requirement
113
+ requirements:
114
+ - - "~>"
115
+ - !ruby/object:Gem::Version
116
+ version: 0.20.3
117
+ - !ruby/object:Gem::Dependency
118
+ name: octokit
119
+ requirement: !ruby/object:Gem::Requirement
120
+ requirements:
121
+ - - "~>"
122
+ - !ruby/object:Gem::Version
123
+ version: '4.14'
124
+ type: :runtime
125
+ prerelease: false
126
+ version_requirements: !ruby/object:Gem::Requirement
127
+ requirements:
128
+ - - "~>"
129
+ - !ruby/object:Gem::Version
130
+ version: '4.14'
131
+ description: Shows your public repositories total star count
132
+ email:
133
+ - ugurozyilmazel@gmail.com
134
+ executables:
135
+ - ghstars
136
+ extensions: []
137
+ extra_rdoc_files: []
138
+ files:
139
+ - ".bumpversion.cfg"
140
+ - ".gitignore"
141
+ - ".travis.yml"
142
+ - CHANGELOG.md
143
+ - CODE_OF_CONDUCT.md
144
+ - Gemfile
145
+ - Gemfile.lock
146
+ - LICENSE.txt
147
+ - README.md
148
+ - Rakefile
149
+ - bin/console
150
+ - bin/setup
151
+ - exe/ghstars
152
+ - ghstars.gemspec
153
+ - lib/ghstars.rb
154
+ - lib/ghstars/cli.rb
155
+ - lib/ghstars/version.rb
156
+ homepage: https://github.com/vbyazilim/ghstars
157
+ licenses:
158
+ - MIT
159
+ metadata:
160
+ homepage_uri: https://github.com/vbyazilim/ghstars
161
+ source_code_uri: https://github.com/vbyazilim/ghstars.git
162
+ changelog_uri: https://github.com/vbyazilim/ghstars/blob/master/CHANGELOG.md
163
+ post_install_message:
164
+ rdoc_options: []
165
+ require_paths:
166
+ - lib
167
+ required_ruby_version: !ruby/object:Gem::Requirement
168
+ requirements:
169
+ - - ">="
170
+ - !ruby/object:Gem::Version
171
+ version: '0'
172
+ required_rubygems_version: !ruby/object:Gem::Requirement
173
+ requirements:
174
+ - - ">="
175
+ - !ruby/object:Gem::Version
176
+ version: '0'
177
+ requirements: []
178
+ rubygems_version: 3.0.3
179
+ signing_key:
180
+ specification_version: 4
181
+ summary: Shows your public repositories total star count
182
+ test_files: []