juden 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: cc4e4b875064fc504a0c83eab9f4eb0fea76d87d
4
+ data.tar.gz: 85c5f4ecb57512001a001df2772a00a5333933ed
5
+ SHA512:
6
+ metadata.gz: 66b6ec40a6522d986ca3d3d56d27e0cb98a4c4cd76359933f9fc38ae3948899a404470aedf14907bd50dcf1a9c63cca4ec91d9ddd2d39088c0587a152f86e623
7
+ data.tar.gz: 5f46c0bfef41f54a2cb0139bf58fa195c2c3c7dbe1a5725b03ee349e75735bc0be6100e9f3e8029b96e7329595af35f0741f807c3c4126ee3bb70247c33fed27
@@ -0,0 +1,11 @@
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
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
@@ -0,0 +1,5 @@
1
+ sudo: false
2
+ language: ruby
3
+ rvm:
4
+ - 2.4.1
5
+ before_install: gem install bundler -v 1.16.1
@@ -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 yhkyky@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,6 @@
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 juden.gemspec
6
+ gemspec
@@ -0,0 +1,86 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ juden (0.1.0)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ ast (2.3.0)
10
+ axiom-types (0.1.1)
11
+ descendants_tracker (~> 0.0.4)
12
+ ice_nine (~> 0.11.0)
13
+ thread_safe (~> 0.3, >= 0.3.1)
14
+ byebug (10.0.1)
15
+ codeclimate-engine-rb (0.3.1)
16
+ virtus (~> 1.0)
17
+ coderay (1.1.2)
18
+ coercible (1.0.0)
19
+ descendants_tracker (~> 0.0.1)
20
+ descendants_tracker (0.0.4)
21
+ thread_safe (~> 0.3, >= 0.3.1)
22
+ diff-lcs (1.3)
23
+ equalizer (0.0.11)
24
+ ice_nine (0.11.2)
25
+ method_source (0.9.0)
26
+ parallel (1.12.0)
27
+ parser (2.4.0.2)
28
+ ast (~> 2.3)
29
+ powerpack (0.1.1)
30
+ pry (0.11.3)
31
+ coderay (~> 1.1.0)
32
+ method_source (~> 0.9.0)
33
+ pry-byebug (3.6.0)
34
+ byebug (~> 10.0)
35
+ pry (~> 0.10)
36
+ rainbow (2.2.2)
37
+ rake
38
+ rake (10.5.0)
39
+ reek (4.0.3)
40
+ codeclimate-engine-rb (~> 0.3.1)
41
+ parser (~> 2.3, >= 2.3.0.6)
42
+ rainbow (~> 2.0)
43
+ rspec (3.7.0)
44
+ rspec-core (~> 3.7.0)
45
+ rspec-expectations (~> 3.7.0)
46
+ rspec-mocks (~> 3.7.0)
47
+ rspec-core (3.7.1)
48
+ rspec-support (~> 3.7.0)
49
+ rspec-expectations (3.7.0)
50
+ diff-lcs (>= 1.2.0, < 2.0)
51
+ rspec-support (~> 3.7.0)
52
+ rspec-mocks (3.7.0)
53
+ diff-lcs (>= 1.2.0, < 2.0)
54
+ rspec-support (~> 3.7.0)
55
+ rspec-support (3.7.1)
56
+ rubocop (0.52.0)
57
+ parallel (~> 1.10)
58
+ parser (>= 2.4.0.2, < 3.0)
59
+ powerpack (~> 0.1)
60
+ rainbow (>= 2.2.2, < 4.0)
61
+ ruby-progressbar (~> 1.7)
62
+ unicode-display_width (~> 1.0, >= 1.0.1)
63
+ ruby-progressbar (1.9.0)
64
+ thread_safe (0.3.6)
65
+ unicode-display_width (1.3.0)
66
+ virtus (1.0.5)
67
+ axiom-types (~> 0.1)
68
+ coercible (~> 1.0)
69
+ descendants_tracker (~> 0.0, >= 0.0.3)
70
+ equalizer (~> 0.0, >= 0.0.9)
71
+
72
+ PLATFORMS
73
+ ruby
74
+
75
+ DEPENDENCIES
76
+ bundler (~> 1.16)
77
+ juden!
78
+ pry
79
+ pry-byebug
80
+ rake (~> 10.0)
81
+ reek
82
+ rspec (~> 3.0)
83
+ rubocop
84
+
85
+ BUNDLED WITH
86
+ 1.16.1
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2018 iberianpig
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,43 @@
1
+ # Juden
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/juden`. 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 'juden'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install juden
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/iberianpig/juden. 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 Juden project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/iberianpig/juden/blob/master/CODE_OF_CONDUCT.md).
@@ -0,0 +1,6 @@
1
+ require "bundler/gem_tasks"
2
+ require "rspec/core/rake_task"
3
+
4
+ RSpec::Core::RakeTask.new(:spec)
5
+
6
+ task :default => :spec
@@ -0,0 +1,15 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "juden"
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
+ require "pry-byebug"
12
+ Pry.start
13
+
14
+ # require "irb"
15
+ # IRB.start(__FILE__)
@@ -0,0 +1,8 @@
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
@@ -0,0 +1,4 @@
1
+ threshold_percentage: 65
2
+ interval_seconds: 600
3
+ device_name: "XPS-13-9360"
4
+ webhook_url: "https://maker.ifttt.com/trigger/battery_capacity/with/key/Q-3aLD6rdms_2j1wDMd2g"
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require_relative '../lib/juden'
4
+
5
+ Juden::Notifier.run
@@ -0,0 +1,31 @@
1
+
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'juden/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = 'juden'
8
+ spec.version = Juden::VERSION
9
+ spec.authors = ['iberianpig']
10
+ spec.email = ['yhkyky@gmail.com']
11
+
12
+ spec.summary = 'Notify battery capacity on your linux laptop'
13
+ spec.description = 'Notify battery capacity on your linux laptop'
14
+ spec.homepage = 'https://github.com/iberianpig/juden'
15
+ spec.license = 'MIT'
16
+
17
+ spec.files = `git ls-files -z`.split("\x0").reject do |f|
18
+ f.match(%r{^(test|spec|features)/})
19
+ end
20
+ spec.bindir = 'exe'
21
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
22
+ spec.require_paths = ['lib']
23
+
24
+ spec.add_development_dependency 'bundler', '~> 1.16'
25
+ spec.add_development_dependency 'pry'
26
+ spec.add_development_dependency 'pry-byebug'
27
+ spec.add_development_dependency 'rake', '~> 10.0'
28
+ spec.add_development_dependency 'reek'
29
+ spec.add_development_dependency 'rspec', '~> 3.0'
30
+ spec.add_development_dependency 'rubocop'
31
+ end
@@ -0,0 +1,70 @@
1
+ require_relative 'juden/version'
2
+ require_relative 'juden/config'
3
+ require_relative 'juden/battery'
4
+ require 'open3'
5
+ require 'date'
6
+ require 'yaml'
7
+
8
+ module Juden
9
+ class Notifier
10
+ class << self
11
+ def run
12
+ new.run
13
+ end
14
+ end
15
+
16
+ def run
17
+ loop do
18
+ if send_reminder?
19
+ post_to_webhook
20
+ else
21
+ puts %(Don't have to send remainder)
22
+ end
23
+ sleep config.interval_seconds
24
+ end
25
+ end
26
+
27
+ private
28
+
29
+ # @return [Config]
30
+ def config
31
+ Config.instance
32
+ end
33
+
34
+ # @return [Battery]
35
+ def battery
36
+ @battery ||= Battery.new
37
+ end
38
+
39
+ # @return [Boolean]
40
+ def send_reminder?
41
+ battery.discharging? && battery.low_battery? && create_lock
42
+ end
43
+
44
+ def create_lock
45
+ system("mkdir /tmp/juden_lock_#{Date.today.iso8601}")
46
+ end
47
+
48
+ def delete_lock
49
+ system("rm -d /tmp/juden_lock_#{Date.today.iso8601}")
50
+ end
51
+
52
+ def post_to_webhook
53
+ # puts curl_command.to_s
54
+ if system(curl_command)
55
+ puts "\nsuccess"
56
+ else
57
+ puts "\nfailed"
58
+ delete_lock
59
+ end
60
+ end
61
+
62
+ def curl_command
63
+ %(curl -i -X POST \
64
+ -H "Content-Type:application/json" \
65
+ -d \
66
+ '{ "value1" : "#{config.device_name}", "value2" : "#{battery.state}, #{battery.percentage}", "value3" : "" }' \
67
+ #{config.webhook_url})
68
+ end
69
+ end
70
+ end
@@ -0,0 +1,35 @@
1
+ require_relative 'config'
2
+
3
+ module Juden
4
+ class Battery
5
+
6
+ attr_reader :percentage, :state
7
+
8
+ def initialize
9
+ @percentage = `upower -i $(upower -e | grep BAT) | grep percentage`.split.last
10
+ @state = `upower -i $(upower -e | grep BAT) | grep state`.split.last
11
+ end
12
+
13
+ # @return [Boolean]
14
+ def low_battery?
15
+ percentage.to_i < config.threshold_percentage
16
+ end
17
+
18
+ # @return [Integer]
19
+ def percentage_num
20
+ percentage.split('%').first.to_i
21
+ end
22
+
23
+ # @return [Boolean]
24
+ def discharging?
25
+ state == 'discharging'
26
+ end
27
+
28
+ private
29
+
30
+ # @return [Config]
31
+ def config
32
+ Config.instance
33
+ end
34
+ end
35
+ end
@@ -0,0 +1,67 @@
1
+ # module as namespace
2
+ module Juden
3
+ require 'singleton'
4
+ # read keymap from yaml file
5
+ class Config
6
+ include Singleton
7
+
8
+ attr_reader :keymap
9
+ attr_accessor :custom_path
10
+
11
+ def initialize
12
+ @custom_path = nil
13
+ reload
14
+ end
15
+
16
+ def reload
17
+ @cache = nil
18
+ @keymap = YAML.load_file(file_path)
19
+ self
20
+ end
21
+
22
+ def threshold_percentage
23
+ keymap['threshold_percentage']
24
+ end
25
+
26
+ def interval_seconds
27
+ keymap['interval_seconds']
28
+ end
29
+
30
+ def webhook_url
31
+ keymap['webhook_url']
32
+ end
33
+
34
+ def device_name
35
+ keymap['device_name']
36
+ end
37
+
38
+ private
39
+
40
+ def file_path
41
+ filename = 'juden/config.yml'
42
+ if File.exist?(expand_config_path(filename))
43
+ expand_config_path(filename)
44
+ else
45
+ puts "Please create your config file to #{expand_config_path(filename)}"
46
+ puts "\n"
47
+ puts 'Please copy beloiw to ~/.config/juden/config.yml'
48
+ puts "\n"
49
+ puts "--------------------------------------------------------"
50
+ puts File.read(expand_sample_path)
51
+ puts "--------------------------------------------------------"
52
+ puts "\n"
53
+ puts 'Then, pelase edit ~/.config/juden/config.yml for your Environment'
54
+ puts "\n"
55
+ exit 1
56
+ end
57
+ end
58
+
59
+ def expand_config_path(filename)
60
+ File.expand_path "#{Dir.home}/.config/#{filename}"
61
+ end
62
+
63
+ def expand_sample_path
64
+ File.expand_path '../../../config.yml', __FILE__
65
+ end
66
+ end
67
+ end
@@ -0,0 +1,3 @@
1
+ module Juden
2
+ VERSION = "0.1.0"
3
+ end
metadata ADDED
@@ -0,0 +1,161 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: juden
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - iberianpig
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2018-05-26 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: '1.16'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.16'
27
+ - !ruby/object:Gem::Dependency
28
+ name: pry
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: pry-byebug
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: rake
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '10.0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '10.0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: reek
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: rspec
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: '3.0'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: '3.0'
97
+ - !ruby/object:Gem::Dependency
98
+ name: rubocop
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - ">="
102
+ - !ruby/object:Gem::Version
103
+ version: '0'
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: '0'
111
+ description: Notify battery capacity on your linux laptop
112
+ email:
113
+ - yhkyky@gmail.com
114
+ executables:
115
+ - juden
116
+ extensions: []
117
+ extra_rdoc_files: []
118
+ files:
119
+ - ".gitignore"
120
+ - ".rspec"
121
+ - ".travis.yml"
122
+ - CODE_OF_CONDUCT.md
123
+ - Gemfile
124
+ - Gemfile.lock
125
+ - LICENSE.txt
126
+ - README.md
127
+ - Rakefile
128
+ - bin/console
129
+ - bin/setup
130
+ - config.yml
131
+ - exe/juden
132
+ - juden.gemspec
133
+ - lib/juden.rb
134
+ - lib/juden/battery.rb
135
+ - lib/juden/config.rb
136
+ - lib/juden/version.rb
137
+ homepage: https://github.com/iberianpig/juden
138
+ licenses:
139
+ - MIT
140
+ metadata: {}
141
+ post_install_message:
142
+ rdoc_options: []
143
+ require_paths:
144
+ - lib
145
+ required_ruby_version: !ruby/object:Gem::Requirement
146
+ requirements:
147
+ - - ">="
148
+ - !ruby/object:Gem::Version
149
+ version: '0'
150
+ required_rubygems_version: !ruby/object:Gem::Requirement
151
+ requirements:
152
+ - - ">="
153
+ - !ruby/object:Gem::Version
154
+ version: '0'
155
+ requirements: []
156
+ rubyforge_project:
157
+ rubygems_version: 2.6.11
158
+ signing_key:
159
+ specification_version: 4
160
+ summary: Notify battery capacity on your linux laptop
161
+ test_files: []