Sha256: c976e38daa68cc987ad19bc9bb48e12716150d2cd1cff56277173cf65b4f41e6

Contents?: true

Size: 485 Bytes

Versions: 19

Compression:

Stored size: 485 Bytes

Contents

require "rubygems"
require "core_ext/object"
require "core_ext/hash"
require "core_ext/string"

require "yaml"
if YAML.const_defined?(:ENGINE)
  YAML::ENGINE.yamler = 'syck'
end

require "shelly/helpers"
require "shelly/model"

module Shelly
  autoload :App, "shelly/app"
  autoload :Cloudfile, "shelly/cloudfile"
  autoload :Client, "shelly/client"
  autoload :StructureValidator, "shelly/structure_validator"
  autoload :User, "shelly/user"
  autoload :VERSION, "shelly/version"
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
shelly-0.1.34 lib/shelly.rb
shelly-0.1.34.pre lib/shelly.rb
shelly-0.1.33 lib/shelly.rb
shelly-0.1.32 lib/shelly.rb
shelly-0.1.31 lib/shelly.rb
shelly-0.1.30 lib/shelly.rb
shelly-0.1.29 lib/shelly.rb
shelly-0.1.28 lib/shelly.rb
shelly-0.1.27 lib/shelly.rb
shelly-0.1.26 lib/shelly.rb
shelly-0.1.25 lib/shelly.rb
shelly-0.1.24 lib/shelly.rb
shelly-0.1.24.pre lib/shelly.rb
shelly-0.1.23 lib/shelly.rb
shelly-0.1.22 lib/shelly.rb
shelly-0.1.21 lib/shelly.rb
shelly-0.1.21.pre lib/shelly.rb
shelly-0.1.20 lib/shelly.rb
shelly-0.1.19 lib/shelly.rb