Skip to content

Commit

Permalink
Make sys-proctable not required for all systems.
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Jun 1, 2016
1 parent 0dd5245 commit 5d5fc05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ In your `Gemfile` add
gem 'get_process_mem'
```

then run `$ bundle install`
then run `$ bundle install`.

If you're using Windows you'll also need to have the `sys-proctable` gem.

## Use It

Expand Down
5 changes: 2 additions & 3 deletions get_process_mem.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ Gem::Specification.new do |gem|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]
gem.add_dependency "sys-proctable"

gem.add_development_dependency "sys-proctable", "~> 1.0"
gem.add_development_dependency "rake", "~> 10.1"
gem.add_development_dependency "test-unit", "~> 3.1.0"

end

0 comments on commit 5d5fc05

Please sign in to comment.