multibyte 0.1.0 → 0.1.1

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.
@@ -1,7 +1,7 @@
1
1
  require 'multibyte/version'
2
2
 
3
- AUTHOR = 'FIXME full name' # can also be an array of Authors
4
- EMAIL = "FIXME email"
3
+ AUTHOR = 'matt aimonetti' # can also be an array of Authors
4
+ EMAIL = "mattaimonetti@gmail.com"
5
5
  DESCRIPTION = "description of gem"
6
6
  GEM_NAME = 'multibyte' # what ppl will type to install your gem
7
7
  RUBYFORGE_PROJECT = 'multibyte' # The unix name for your project
@@ -10,7 +10,7 @@ DOWNLOAD_PATH = "http://rubyforge.org/projects/#{RUBYFORGE_PROJECT}"
10
10
 
11
11
  @config_file = "~/.rubyforge/user-config.yml"
12
12
  @config = nil
13
- RUBYFORGE_USERNAME = "unknown"
13
+ RUBYFORGE_USERNAME = "matt_a"
14
14
  def rubyforge_username
15
15
  unless @config
16
16
  begin
@@ -1,7 +1,7 @@
1
1
  module Multibyte #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
- MINOR = 0
4
+ MINOR = 1
5
5
  TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
metadata CHANGED
@@ -1,19 +1,28 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: multibyte
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
- - Matt Aimonetti
7
+ - matt aimonetti
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-05-28 00:00:00 -04:00
12
+ date: 2008-12-10 00:00:00 -08:00
13
13
  default_executable:
14
- dependencies: []
15
-
16
- description: Multibyte support for Ruby
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: hoe
17
+ type: :development
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 1.8.0
24
+ version:
25
+ description: description of gem
17
26
  email:
18
27
  - mattaimonetti@gmail.com
19
28
  executables: []
@@ -25,7 +34,6 @@ extra_rdoc_files:
25
34
  - License.txt
26
35
  - Manifest.txt
27
36
  - README.txt
28
- - website/index.txt
29
37
  files:
30
38
  - History.txt
31
39
  - License.txt
@@ -38,6 +46,7 @@ files:
38
46
  - lib/multibyte/chars.rb
39
47
  - lib/multibyte/generators/generate_tables.rb
40
48
  - lib/multibyte/handlers/passthru_handler.rb
49
+ - lib/multibyte/handlers/unicode_tables.dat
41
50
  - lib/multibyte/handlers/utf8_handler.rb
42
51
  - lib/multibyte/handlers/utf8_handler_proc.rb
43
52
  - lib/multibyte/version.rb
@@ -54,7 +63,6 @@ files:
54
63
  - tasks/environment.rake
55
64
  - tasks/rspec.rake
56
65
  - tasks/website.rake
57
- - website/index.txt
58
66
  has_rdoc: true
59
67
  homepage: http://multibyte.rubyforge.org
60
68
  post_install_message:
@@ -81,6 +89,6 @@ rubyforge_project: multibyte
81
89
  rubygems_version: 1.3.1
82
90
  signing_key:
83
91
  specification_version: 2
84
- summary: Multibyte support for Ruby
92
+ summary: description of gem
85
93
  test_files: []
86
94
 
@@ -1,39 +0,0 @@
1
- h1. multibyte
2
-
3
- h1. → 'multibyte'
4
-
5
-
6
- h2. What
7
-
8
-
9
- h2. Installing
10
-
11
- <pre syntax="ruby">sudo gem install multibyte</pre>
12
-
13
- h2. The basics
14
-
15
-
16
- h2. Demonstration of usage
17
-
18
-
19
-
20
- h2. Forum
21
-
22
- "http://groups.google.com/group/multibyte":http://groups.google.com/group/multibyte
23
-
24
- TODO - create Google Group - multibyte
25
-
26
- h2. How to submit patches
27
-
28
- Read the "8 steps for fixing other people's code":http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/ and for section "8b: Submit patch to Google Groups":http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#8b-google-groups, use the Google Group above.
29
-
30
- The trunk repository is <code>svn://rubyforge.org/var/svn/multibyte/trunk</code> for anonymous access.
31
-
32
- h2. License
33
-
34
- This code is free to use under the terms of the MIT license.
35
-
36
- h2. Contact
37
-
38
- Comments are welcome. Send an email to "FIXME full name":mailto:FIXME email via the "forum":http://groups.google.com/group/multibyte
39
-