sbfaulkner-net-irc 0.9.4 → 0.9.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/bin/nicl +1 -1
  2. data/net-irc.gemspec +1 -1
  3. metadata +1 -1
data/bin/nicl CHANGED
@@ -70,7 +70,7 @@ rescue LoadError
70
70
  end
71
71
 
72
72
  def prompt(text, hidden = false)
73
- echo(false) do
73
+ echo(hidden) do
74
74
  print text
75
75
  line = STDIN.readline.chomp
76
76
  print "\n"
@@ -1,7 +1,7 @@
1
1
  SPEC = Gem::Specification.new do |s|
2
2
  # identify the gem
3
3
  s.name = "net-irc"
4
- s.version = "0.9.4"
4
+ s.version = "0.9.5"
5
5
  s.author = "S. Brent Faulkner"
6
6
  s.email = "brentf@unwwwired.net"
7
7
  s.homepage = "http://www.unwwwired.net"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sbfaulkner-net-irc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.4
4
+ version: 0.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - S. Brent Faulkner