pacer-xml 0.2.3-java → 0.2.4-java

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.
@@ -132,7 +132,7 @@ module PacerXml
132
132
  if args[:path]
133
133
  args[:path]
134
134
  else
135
- "/tmp/#{patent_file(args)}.xml"
135
+ "/tmp/#{patent_file(args).sub(/_wk\d+/, '')}.xml"
136
136
  end
137
137
  end
138
138
 
@@ -1,7 +1,7 @@
1
1
  module PacerXml
2
2
  unless const_defined? :VERSION
3
3
  START_TIME = Time.now
4
- VERSION = '0.2.3'
4
+ VERSION = '0.2.4'
5
5
  PACER_VERSION = '>= 1.1.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: pacer-xml
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.3
5
+ version: 0.2.4
6
6
  platform: java
7
7
  authors:
8
8
  - Darrick Wiebe