web-page-archiver 0.0.6 → 0.0.7

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.6
1
+ 0.0.7
@@ -36,7 +36,7 @@ module WebPageArchiver
36
36
  windows_drive_matcher = /((.*):\/)/
37
37
  windows_drive_match_data = base_filename_or_uri.match windows_drive_matcher
38
38
  if windows_drive_match_data
39
- base_filename_or_uri.gsub!(windows_drive_matcher,'WINDOWS.DRIVE/')
39
+ base_filename_or_uri = base_filename_or_uri.gsub(windows_drive_matcher,'WINDOWS.DRIVE/')
40
40
  end
41
41
 
42
42
  joined = URI::join("file://#{base_filename_or_uri}", path)
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "web-page-archiver"
8
- s.version = "0.0.6"
8
+ s.version = "0.0.7"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["takuya", "murb"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: web-page-archiver
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: