public
Description: Translate from American to British and British to American (for amusement only)
Homepage:
Clone URL: git://github.com/fearoffish/britify.git
bleything (author)
Thu Aug 21 13:52:26 -0700 2008
commit  7570611a762c72b00cac1c52387fc9c3d8d864ef
tree    87a17bedd5df06eea926718da23560358a7a82a1
parent  e2171a1e3e20af60fbd23734377d6810ff527cec
britify / britify.gemspec
100644 43 lines (43 sloc) 1.272 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Gem::Specification.new do |s|
  s.name = "britify"
  s.version = "0.0.1"
  s.date = "2008-07-31"
  s.summary = "British <-> American Translator"
  s.email = "jamie@parfa.it"
  s.homepage = "http://github.com/fearoffish/britify"
  s.description = "Britify is an amusement project, for translating the differences between British and American slangs."
  s.has_rdoc = true
  s.authors = ["Jamie van Dyke"]
  s.files = %w[
History.txt
Manifest.txt
README.markdown
Rakefile
bin/britify
bin/yankify
britify.gemspec
data/translations.yml
lib/britify.rb
lib/britify/command_line_parser/command_line_parser.rb
lib/britify/translate/translate.rb
spec/britify/command_line_parser/command_line_parser_spec.rb
spec/britify/translate/translate_spec.rb
spec/spec_helper.rb
tasks/ann.rake
tasks/bones.rake
tasks/gem.rake
tasks/git.rake
tasks/manifest.rake
tasks/notes.rake
tasks/post_load.rake
tasks/rdoc.rake
tasks/rubyforge.rake
tasks/setup.rb
tasks/spec.rake
tasks/svn.rake
tasks/test.rake
]
  s.executables = ['britify','yankify']
  s.rdoc_options = ["--main", "README.markdown"]
  s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.markdown"]
end