Changeset 16100
- Timestamp:
- 07/23/08 00:40:07 (5 years ago)
- Location:
- lang/ruby/net-irc/trunk/examples
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/net-irc/trunk/examples/iig.rb
r16095 r16100 651 651 652 652 uri = api_base.dup 653 uri.path = path.sub(%r{^/*}, "/") << ".json"653 uri.path += "#{path.sub(%r{^/+}, "")}.json" 654 654 uri.query = q 655 655 -
lang/ruby/net-irc/trunk/examples/tig.rb
r16095 r16100 686 686 687 687 uri = api_base.dup 688 uri.path = path.sub(%r{^/*}, "/") << ".json"688 uri.path += "#{path.sub(%r{^/+}, "")}.json" 689 689 uri.query = q 690 690
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)