auser-macmap 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/VERSION.yml +1 -1
  2. metadata +2 -2
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 0
4
- :patch: 1
4
+ :patch: 2
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: auser-macmap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ari Lerner
@@ -59,6 +59,6 @@ rubyforge_project:
59
59
  rubygems_version: 1.2.0
60
60
  signing_key:
61
61
  specification_version: 3
62
- summary: TODO
62
+ summary: "= macmap Ever wanted to map your interface to an ip? If you haven't, why not? Alas, Macmap is here to help! Usage is easy: Macmap.map_iface_to_ip %{ifconfig -a} Or require \"rubygems\" require \"popen3\" Open3.popen3('ifconfig -a') { |stdin, stdout, stderr| Macmap.map_iface_to_ip(stdout) } Try it! It's fun == Copyright Copyright (c) 2009 Ari Lerner. See LICENSE for details."
63
63
  test_files: []
64
64