shoesgem 0.1426.0 → 0.1428.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. data/shoes/VERSION.txt +1 -1
  2. data/shoes/freetype6.dll +0 -0
  3. data/shoes/lib/shoes.rb +3 -1
  4. data/shoes/libcairo-2.dll +0 -0
  5. data/shoes/libeay32.dll +0 -0
  6. data/shoes/libexpat-1.dll +0 -0
  7. data/shoes/libfontconfig-1.dll +0 -0
  8. data/shoes/libgio-2.0-0.dll +0 -0
  9. data/shoes/libglib-2.0-0.dll +0 -0
  10. data/shoes/libgmodule-2.0-0.dll +0 -0
  11. data/shoes/libgobject-2.0-0.dll +0 -0
  12. data/shoes/libgthread-2.0-0.dll +0 -0
  13. data/shoes/libiconv2.dll +0 -0
  14. data/shoes/libjpeg-8.dll +0 -0
  15. data/shoes/libpango-1.0-0.dll +0 -0
  16. data/shoes/libpangocairo-1.0-0.dll +0 -0
  17. data/shoes/libpangoft2-1.0-0.dll +0 -0
  18. data/shoes/libpangowin32-1.0-0.dll +0 -0
  19. data/shoes/libpng14-14.dll +0 -0
  20. data/shoes/libportaudio-2.dll +0 -0
  21. data/shoes/libshoes.dll +0 -0
  22. data/shoes/libssl32.dll +0 -0
  23. data/shoes/libungif4.dll +0 -0
  24. data/shoes/msvcrt-ruby191.dll +0 -0
  25. data/shoes/nsis/shoes.nsi +1 -1
  26. data/shoes/readline5.dll +0 -0
  27. data/shoes/ruby/gems/1.9.1/gems/hpricot-0.8.1/lib/fast_xs.so +0 -0
  28. data/shoes/ruby/gems/1.9.1/gems/hpricot-0.8.1/lib/hpricot_scan.so +0 -0
  29. data/shoes/ruby/gems/1.9.1/gems/json-shoes-1.1.3/lib/json/ext/generator.so +0 -0
  30. data/shoes/ruby/gems/1.9.1/gems/json-shoes-1.1.3/lib/json/ext/parser.so +0 -0
  31. data/shoes/ruby/gems/1.9.1/gems/sqlite3-ruby-1.2.5-x86-mswin32/lib/sqlite3_api.so +0 -0
  32. data/shoes/ruby/lib/i386-mingw32/binject.so +0 -0
  33. data/shoes/ruby/lib/i386-mingw32/bloops.so +0 -0
  34. data/shoes/ruby/lib/i386-mingw32/ftsearchrt.so +0 -0
  35. data/shoes/shoes.exe +0 -0
  36. data/shoes/sqlite3.dll +0 -0
  37. data/shoes/zlib.dll +0 -0
  38. data/shoes/zlib1.dll +0 -0
  39. metadata +4 -4
data/shoes/VERSION.txt CHANGED
@@ -1 +1 @@
1
- shoes policeman (0.r1426) [i386-mingw32 Ruby1.9.1]
1
+ shoes policeman (0.r1428) [i386-mingw32 Ruby1.9.1]
data/shoes/freetype6.dll CHANGED
Binary file
data/shoes/lib/shoes.rb CHANGED
@@ -19,7 +19,9 @@ require 'shoes/shybuilder'
19
19
  def Shoes.hook; end
20
20
 
21
21
  class Encoding
22
- ASCII_8BIT = 'ASCII-8BIT'
22
+ %w[ASCII_8BIT UTF_16BE UTF_16LE UTF_32BE UTF_32LE].each do |ec|
23
+ eval "#{ec} = '#{ec.sub '_', '-'}'"
24
+ end unless RUBY_PLATFORM =~ /linux/
23
25
  end
24
26
 
25
27
  class Range
data/shoes/libcairo-2.dll CHANGED
Binary file
data/shoes/libeay32.dll CHANGED
Binary file
data/shoes/libexpat-1.dll CHANGED
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
data/shoes/libiconv2.dll CHANGED
Binary file
data/shoes/libjpeg-8.dll CHANGED
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
data/shoes/libshoes.dll CHANGED
Binary file
data/shoes/libssl32.dll CHANGED
Binary file
data/shoes/libungif4.dll CHANGED
Binary file
Binary file
data/shoes/nsis/shoes.nsi CHANGED
@@ -2,7 +2,7 @@
2
2
  ;Definitions
3
3
  !define AppName "Shoes"
4
4
  !define AppRelease "Policeman"
5
- !define AppVersion "0.r1426"
5
+ !define AppVersion "0.r1428"
6
6
  !define AppMainEXE "shoes.exe"
7
7
  !define ShortName "shoes"
8
8
  !define InstallKey "Software\Hackety.org\${AppName}"
data/shoes/readline5.dll CHANGED
Binary file
Binary file
Binary file
data/shoes/shoes.exe CHANGED
Binary file
data/shoes/sqlite3.dll CHANGED
Binary file
data/shoes/zlib.dll CHANGED
Binary file
data/shoes/zlib1.dll CHANGED
Binary file
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shoesgem
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5719
4
+ hash: 5711
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
- - 1426
8
+ - 1428
9
9
  - 0
10
- version: 0.1426.0
10
+ version: 0.1428.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - ashbb
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-06-06 00:00:00 +09:00
18
+ date: 2010-06-09 00:00:00 +09:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency