iptablez 1.0.0.pre → 1.0.1.pre
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/{iptblz.rb → iptablez-shell} +2 -2
- data/lib/iptablez/helpers/version.rb +1 -1
- metadata +3 -7
- data/bin/console +0 -14
- data/bin/setup +0 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 37c425980e216d0245393cd5fb999afbed820153
|
4
|
+
data.tar.gz: 5c541523398d14ffc149695cda427a1151a5b04c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '046583b35411d114f793394fd0dc46924686186e5f5bc4a95ec039c63be3883bd872cb1dde800bd4e9de0025aa645900ad6a654473bcc4b49264012a3bec7060'
|
7
|
+
data.tar.gz: a67149f93d8f0c9a789b619654351518d026185d1a37698796f7ff2a33634a748d852a4ee0e51e8b4296cba4103bcd01ac6cff84c8c8f914aaa59b304ddf26fa
|
@@ -7,11 +7,11 @@ require 'pry'
|
|
7
7
|
|
8
8
|
include Iptablez
|
9
9
|
|
10
|
-
prompt_name = "
|
10
|
+
prompt_name = "#{"<コ".red + ":".green + "彡".red} #{"~".blue} "
|
11
11
|
|
12
12
|
Pry.config.prompt = [
|
13
13
|
proc { |target_self, nest_level, pry|
|
14
|
-
"#{prompt_name}
|
14
|
+
"#{prompt_name}#{":#{nest_level}" unless nest_level.zero?}> "
|
15
15
|
},
|
16
16
|
proc { |target_self, nest_level, pry|
|
17
17
|
"#{prompt_name}(#{Pry.view_clip(target_self)})#{":#{nest_level}" unless nest_level.zero?}* "
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: iptablez
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1.pre
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kent 'picat' Gruber
|
@@ -56,9 +56,7 @@ description:
|
|
56
56
|
email:
|
57
57
|
- kgruber1@emich.edu
|
58
58
|
executables:
|
59
|
-
-
|
60
|
-
- iptblz.rb
|
61
|
-
- setup
|
59
|
+
- iptablez-shell
|
62
60
|
extensions: []
|
63
61
|
extra_rdoc_files: []
|
64
62
|
files:
|
@@ -71,9 +69,7 @@ files:
|
|
71
69
|
- README.md
|
72
70
|
- Rakefile
|
73
71
|
- Vagrantfile
|
74
|
-
- bin/
|
75
|
-
- bin/iptblz.rb
|
76
|
-
- bin/setup
|
72
|
+
- bin/iptablez-shell
|
77
73
|
- giant_squid.txt
|
78
74
|
- iptablez.gemspec
|
79
75
|
- lib/iptablez.rb
|
data/bin/console
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
require "bundler/setup"
|
4
|
-
require "iptablez"
|
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__)
|