CodeBlock-callsign 1.0.2 → 1.0.3

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 (2) hide show
  1. data/lib/callsign.rb +2 -2
  2. metadata +2 -2
@@ -1,8 +1,8 @@
1
- #!/usr/local/bin/ruby
1
+ #!/usr/bin/env ruby
2
2
  require 'rexml/document'
3
3
  require 'open-uri'
4
4
  class CallSign
5
- def initialize(callsign)
5
+ def initialize(callsign,prefixes=false)
6
6
  @callinfo = REXML::Document.new(open("http://callook.info/index.php?callsign=#{callsign}&display=xml"))
7
7
  end
8
8
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: CodeBlock-callsign
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rick E.
@@ -46,7 +46,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
46
46
  version:
47
47
  requirements: []
48
48
 
49
- rubyforge_project:
49
+ rubyforge_project: CallSignRb
50
50
  rubygems_version: 1.3.5
51
51
  signing_key:
52
52
  specification_version: 2