Skip to content

Commit

Permalink
Update pstore to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Dec 9, 2024
1 parent a38cd00 commit cd57e3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/pom.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def log(message=nil)
# ['pathname', '0.4.0'],
['pp', '0.6.2'],
['prettyprint', '0.2.0'],
['pstore', '0.1.3'],
['pstore', '0.1.4'],
['psych', '5.2.0'],
['rake-ant', '1.0.6'],
['rdoc', '6.8.1'],
Expand Down
8 changes: 4 additions & 4 deletions lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ DO NOT MODIFY - GENERATED CODE
<dependency>
<groupId>rubygems</groupId>
<artifactId>pstore</artifactId>
<version>0.1.3</version>
<version>0.1.4</version>
<type>gem</type>
<scope>provided</scope>
<exclusions>
Expand Down Expand Up @@ -1151,7 +1151,7 @@ DO NOT MODIFY - GENERATED CODE
<include>specifications/ostruct-0.6.1*</include>
<include>specifications/pp-0.6.2*</include>
<include>specifications/prettyprint-0.2.0*</include>
<include>specifications/pstore-0.1.3*</include>
<include>specifications/pstore-0.1.4*</include>
<include>specifications/psych-5.2.0*</include>
<include>specifications/rake-ant-1.0.6*</include>
<include>specifications/rdoc-6.8.1*</include>
Expand Down Expand Up @@ -1233,7 +1233,7 @@ DO NOT MODIFY - GENERATED CODE
<include>gems/ostruct-0.6.1*/**/*</include>
<include>gems/pp-0.6.2*/**/*</include>
<include>gems/prettyprint-0.2.0*/**/*</include>
<include>gems/pstore-0.1.3*/**/*</include>
<include>gems/pstore-0.1.4*/**/*</include>
<include>gems/psych-5.2.0*/**/*</include>
<include>gems/rake-ant-1.0.6*/**/*</include>
<include>gems/rdoc-6.8.1*/**/*</include>
Expand Down Expand Up @@ -1315,7 +1315,7 @@ DO NOT MODIFY - GENERATED CODE
<include>cache/ostruct-0.6.1*</include>
<include>cache/pp-0.6.2*</include>
<include>cache/prettyprint-0.2.0*</include>
<include>cache/pstore-0.1.3*</include>
<include>cache/pstore-0.1.4*</include>
<include>cache/psych-5.2.0*</include>
<include>cache/rake-ant-1.0.6*</include>
<include>cache/rdoc-6.8.1*</include>
Expand Down

0 comments on commit cd57e3e

Please sign in to comment.