- Timestamp:
- 11/12/10 21:31:57 (3 years ago)
- Location:
- lang/ruby/as3gettext/trunk
- Files:
-
- 4 modified
-
ChangeLog (modified) (1 diff)
-
Rakefile (modified) (2 diffs)
-
lib/as3gettext.rb (modified) (1 diff)
-
test/as3gettext_test.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/as3gettext/trunk/ChangeLog
r4626 r38670 1 == 0.0.2 / 2010-11-12 2 3 * fixed for gettext 2.1.0 4 1 5 == 0.0.1 / 2008-01-15 2 6 -
lang/ruby/as3gettext/trunk/Rakefile
r4626 r38670 18 18 HOMEPATH = "http://#{RUBYFORGE_PROJECT}.rubyforge.org/rascut/" 19 19 BIN_FILES = %w(as3gettext) 20 VERS = "0.0. 1"20 VERS = "0.0.2" 21 21 22 22 REV = File.read(".svn/entries")[/committed-rev="(d+)"/, 1] rescue nil … … 116 116 pkg = "pkg/#{NAME}-#{VERS}" 117 117 118 require "rubyforge" 118 119 rf = RubyForge.new 119 120 puts "Logging in" 120 121 rf.login 122 p rf 121 123 122 124 c = rf.userconfig -
lang/ruby/as3gettext/trunk/lib/as3gettext.rb
r4626 r38670 1 1 2 2 module As3gettext 3 VERSION = '0.0. 1'3 VERSION = '0.0.2' 4 4 end -
lang/ruby/as3gettext/trunk/test/as3gettext_test.rb
r4626 r38670 1 require File. dirname(__FILE__) + '/test_helper.rb'1 require File.expand_path(File.dirname(__FILE__) + '/test_helper.rb') 2 2 3 3 require "test/unit"
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)