site_navigator 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -57,6 +57,7 @@ module SiteNavigator
57
57
  @sites_num = (@options[:num].nil? ? 0 : @options[:num])
58
58
  @options[:num] = @sites_num
59
59
  @options[:filename] = filename
60
+ @fcb_filename.filename = filename
60
61
  @sites_list = File.open(filename, "rb:UTF-8").read.split(/\r\n/)
61
62
  @lbl_info.text = "В списке #{@sites_list.length} сайтов. Текущий сайт №#{@sites_num}"
62
63
  list_fill
@@ -1,3 +1,3 @@
1
1
  module SiteNavigator
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: site_navigator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: