Skip to content

Commit

Permalink
Switch to fileutils default gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed May 15, 2018
1 parent e601cb5 commit 0c0161d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1,659 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -54,6 +54,7 @@ lib/ruby/gems
lib/ruby/stdlib/*.jar
lib/ruby/stdlib/ant*
lib/ruby/stdlib/did_you_mean*
lib/ruby/stdlib/fileutils.rb
lib/ruby/stdlib/gauntlet_rdoc.rb
lib/ruby/stdlib/ipaddr*
lib/ruby/stdlib/jar*
Expand Down
1 change: 1 addition & 0 deletions lib/pom.rb
Expand Up @@ -26,6 +26,7 @@ def initialize( name, version, default_spec = true )

default_gems = [
ImportedGem.new('did_you_mean', '1.0.1'),
ImportedGem.new('fileutils', '1.1.0'),
ImportedGem.new('ipaddr', '1.2.0'),
ImportedGem.new('jar-dependencies', '${jar-dependencies.version}'),
ImportedGem.new('jruby-readline', '1.2.2'),
Expand Down
13 changes: 13 additions & 0 deletions lib/pom.xml
Expand Up @@ -44,6 +44,19 @@ DO NOT MODIFIY - GENERATED CODE
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>rubygems</groupId>
<artifactId>fileutils</artifactId>
<version>1.1.0</version>
<type>gem</type>
<scope>provided</scope>
<exclusions>
<exclusion>
<artifactId>jar-dependencies</artifactId>
<groupId>rubygems</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>rubygems</groupId>
<artifactId>ipaddr</artifactId>
Expand Down

0 comments on commit 0c0161d

Please sign in to comment.