Sha256: 5a9d3dbf79cfbc9118a4f05cbde761faa45543c9f53bd97efaa5e1a31e024b1b

Contents?: true

Size: 287 Bytes

Versions: 3

Compression:

Stored size: 287 Bytes

Contents

%w{
  active_support/dependencies/autoload
  active_support/core_ext/object/blank
  active_support/core_ext/numeric/time
  niceogiri
}.each { |f| require f }

module RubySpeech
  extend ActiveSupport::Autoload

  autoload :Version

  autoload :SSML
  autoload :GRXML
  autoload :XML
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ruby_speech-0.3.2 lib/ruby_speech.rb
ruby_speech-0.3.1 lib/ruby_speech.rb
ruby_speech-0.3.0 lib/ruby_speech.rb