Changeset 36830
- Timestamp:
- 02/21/10 13:14:26 (3 years ago)
- Location:
- lang/ruby/ruby-bayon/trunk
- Files:
-
- 4 modified
-
bayon-mswin32.gemspec (modified) (1 diff)
-
bayon.gemspec (modified) (1 diff)
-
bayon1.9-mswin32.gemspec (modified) (1 diff)
-
package.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/ruby-bayon/trunk/bayon-mswin32.gemspec
r35909 r36830 1 1 Gem::Specification.new do |spec| 2 2 spec.name = 'bayon' 3 spec.version = '0.1. 2'3 spec.version = '0.1.3' 4 4 spec.platform = 'mswin32' 5 5 spec.summary = 'Ruby bindings for bayon.' -
lang/ruby/ruby-bayon/trunk/bayon.gemspec
r35909 r36830 1 1 Gem::Specification.new do |spec| 2 2 spec.name = 'bayon' 3 spec.version = '0.1. 2'3 spec.version = '0.1.3' 4 4 spec.summary = 'Ruby bindings for bayon.' 5 5 spec.files = Dir.glob('lib/*.*') + Dir.glob('ext/*.*') + %w(README COPYING) -
lang/ruby/ruby-bayon/trunk/bayon1.9-mswin32.gemspec
r35909 r36830 1 1 Gem::Specification.new do |spec| 2 2 spec.name = 'bayon1.9' 3 spec.version = '0.1. 2'3 spec.version = '0.1.3' 4 4 spec.platform = 'mswin32' 5 5 spec.summary = 'Ruby bindings for bayon.' -
lang/ruby/ruby-bayon/trunk/package.sh
r35909 r36830 1 1 #!/bin/sh 2 VERSION=0.1. 22 VERSION=0.1.3 3 3 4 4 rm *.gem *.tar.bz2 2> /dev/null
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)