mirror of
https://github.com/lloeki/meminfo.git
synced 2025-12-06 01:54:41 +01:00
initial commit
This commit is contained in:
commit
9897ae9e22
8 changed files with 120 additions and 0 deletions
14
meminfo.gemspec
Normal file
14
meminfo.gemspec
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
Gem::Specification.new do |s|
|
||||
s.name = 'meminfo'
|
||||
s.version = '0.1.0'
|
||||
s.licenses = ['MIT']
|
||||
s.summary = 'Obtain process memory information'
|
||||
s.description = 'Obtain process memory information'
|
||||
s.authors = ['Loic Nageleisen']
|
||||
s.email = 'loic.nageleisen@gmail.com'
|
||||
s.files = ['lib/meminfo.rb', 'lib/meminfo/ext.rb']
|
||||
s.homepage = 'https://github.com/lloeki/meminfo'
|
||||
|
||||
s.add_development_dependency 'pry'
|
||||
s.add_development_dependency 'rubocop'
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue