Skip to content

Commit

Permalink
JRUBY-1095: fix gem install for distros to use --env-shebang
Browse files Browse the repository at this point in the history
- also update poms to 1.0


git-svn-id: http://svn.codehaus.org/jruby/trunk/jruby@3833 961051c9-f516-0410-bf72-c9f7e237a7b7
  • Loading branch information
nicksieger committed Jun 5, 2007
1 parent b4054a7 commit 4324855
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
1 change: 1 addition & 0 deletions build.xml
Expand Up @@ -273,6 +273,7 @@
<arg value="maybe_install_gems"/>
<arg value="rspec"/>
<arg value="rake"/>
<arg value="--env-shebang"/>
</java>
</target>

Expand Down
5 changes: 3 additions & 2 deletions maven/jruby-complete/pom.xml
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>org.jruby</groupId>
<artifactId>shared</artifactId>
<version>1.0RC3</version>
<version>1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
<packaging>jar</packaging>
<version>1.0RC3</version>
<version>1.0</version>
<name>JRuby Complete</name>

<dependencies>
Expand Down Expand Up @@ -142,6 +142,7 @@
<arg value="rake"/>
<arg value="--no-ri"/>
<arg value="--no-rdoc"/>
<arg value="--env-shebang"/>
</java>
<delete>
<fileset dir="${project.build.outputDirectory}">
Expand Down
4 changes: 2 additions & 2 deletions maven/jruby-jdk14/pom.xml
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>org.jruby</groupId>
<artifactId>shared</artifactId>
<version>1.0RC3</version>
<version>1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jruby</groupId>
<artifactId>jruby-jdk14</artifactId>
<packaging>jar</packaging>
<version>1.0RC3</version>
<version>1.0</version>
<name>JRuby JDK 1.4</name>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions maven/jruby-rake-plugin/pom.xml
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.jruby</groupId>
<artifactId>shared</artifactId>
<version>1.0RC3</version>
<version>1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jruby.plugins</groupId>
<artifactId>jruby-rake-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>1.0RC3</version>
<version>1.0</version>
<name>JRuby Rake Plugin</name>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions maven/jruby/pom.xml
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>org.jruby</groupId>
<artifactId>shared</artifactId>
<version>1.0RC3</version>
<version>1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jruby</groupId>
<artifactId>jruby</artifactId>
<packaging>jar</packaging>
<version>1.0RC3</version>
<version>1.0</version>
<name>JRuby</name>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>org.jruby</groupId>
<artifactId>shared</artifactId>
<packaging>pom</packaging>
<version>1.0RC3</version>
<version>1.0</version>
<name>JRuby Shared</name>
<url>http://www.jruby.org/</url>
<description>A 1.8.5 compatible Ruby interpreter written in 100% pure Java</description>
Expand Down

0 comments on commit 4324855

Please sign in to comment.