myask 1.1.1 → 1.1.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ff4726b6be34b825c282f02dda2cffb42ed8dd7736cf676a1a058f554cb4ee57
4
- data.tar.gz: 97b39f56842b0bec07a706a95716822cbaa74369ce946dbdaa567ae0a2f3a818
3
+ metadata.gz: 681263aef862d45f87fc41465a5347286c4470870e770683fd23b9a5259dba35
4
+ data.tar.gz: 91fc733e2b6b46e533ce42f524a088436b385f24f4802ca2ffb4f0b49b1af211
5
5
  SHA512:
6
- metadata.gz: fba02d462a19e6140d552c9dfedabcf934ae05f36b1970875820590a8aa591b33820842cbc603ae5699ae5aaac9b31f6ff14e65c64301df00e75805c6c5b04e6
7
- data.tar.gz: 680957caf1bbfc201b8402af8af8eed10237ca451f327c7ad89bb6cfe0744a7fb662ff2cbd58a85e652ed848ea26c14cc22e1c567873ac09985d17e1e1820ba4
6
+ metadata.gz: cc2978086a8fac9767d625bc9bc0f67d6259f350bd49fea77fb2326b251b309fa46ce37b3bbe7ff60495a40adc27e143bfd3256fcf746cf186aada543fe36bb1
7
+ data.tar.gz: 585db315f417d841e11c4a73866f9caa57c3442648c94c90c8180c268f5fd4c2d00361671c075f48401cbcf69050f666265c1080025e553cc2943438eac48474
@@ -64,7 +64,9 @@ module MyAsk
64
64
  if @options[:input_file]&.any?
65
65
  @options[:input_file].each do |file_path|
66
66
  begin
67
+ puts "Original: #{file_path}"
67
68
  file_path = file_path[0] == "/" ? file_path : "#{current_directory}/#{file_path}"
69
+ puts "Absolute: #{file_path}"
68
70
  content = File.read(file_path).strip
69
71
  file_contents << "**File**: #{file_path}**\n#{content}"
70
72
  rescue => e
data/lib/myask/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Myask
2
- VERSION = '1.1.1'
2
+ VERSION = '1.1.2'
3
3
  end
@@ -64,7 +64,9 @@ module MyAsk
64
64
  if @options[:input_file]&.any?
65
65
  @options[:input_file].each do |file_path|
66
66
  begin
67
+ puts "Original: #{file_path}"
67
68
  file_path = file_path[0] == "/" ? file_path : "#{current_directory}/#{file_path}"
69
+ puts "Absolute: #{file_path}"
68
70
  content = File.read(file_path).strip
69
71
  file_contents << "**File**: #{file_path}**\n#{content}"
70
72
  rescue => e
@@ -1,3 +1,3 @@
1
1
  module Myask
2
- VERSION = '1.1.1'
2
+ VERSION = '1.1.2'
3
3
  end
@@ -64,7 +64,9 @@ module MyAsk
64
64
  if @options[:input_file]&.any?
65
65
  @options[:input_file].each do |file_path|
66
66
  begin
67
+ puts "Original: #{file_path}"
67
68
  file_path = file_path[0] == "/" ? file_path : "#{current_directory}/#{file_path}"
69
+ puts "Absolute: #{file_path}"
68
70
  content = File.read(file_path).strip
69
71
  file_contents << "**File**: #{file_path}**\n#{content}"
70
72
  rescue => e
@@ -1,3 +1,3 @@
1
1
  module Myask
2
- VERSION = '1.1.1'
2
+ VERSION = '1.1.2'
3
3
  end
@@ -64,7 +64,9 @@ module MyAsk
64
64
  if @options[:input_file]&.any?
65
65
  @options[:input_file].each do |file_path|
66
66
  begin
67
+ puts "Original: #{file_path}"
67
68
  file_path = file_path[0] == "/" ? file_path : "#{current_directory}/#{file_path}"
69
+ puts "Absolute: #{file_path}"
68
70
  content = File.read(file_path).strip
69
71
  file_contents << "**File**: #{file_path}**\n#{content}"
70
72
  rescue => e
@@ -1,3 +1,3 @@
1
1
  module Myask
2
- VERSION = '1.1.1'
2
+ VERSION = '1.1.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: myask
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Chaney (netuoso)