Sha256: 6060bb47da6bbdd5a61c25ffd4c01ec5aa23c6f6a6ea6ab536d51701fd883cb8

Contents?: true

Size: 398 Bytes

Versions: 47

Compression:

Stored size: 398 Bytes

Contents

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

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 :User, "shelly/user"
  autoload :VERSION, "shelly/version"
end

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
shelly-0.1.6 lib/shelly.rb
shelly-0.1.5 lib/shelly.rb
shelly-0.1.4.pre2 lib/shelly.rb
shelly-0.1.4.pre lib/shelly.rb
shelly-0.1.3 lib/shelly.rb
shelly-0.1.2 lib/shelly.rb
shelly-0.1.1 lib/shelly.rb
shelly-0.1.0 lib/shelly.rb
shelly-0.0.62 lib/shelly.rb
shelly-0.0.61 lib/shelly.rb
shelly-0.0.60 lib/shelly.rb
shelly-0.0.59 lib/shelly.rb
shelly-0.0.58 lib/shelly.rb
shelly-0.0.57 lib/shelly.rb
shelly-0.0.56 lib/shelly.rb
shelly-0.0.55 lib/shelly.rb
shelly-0.0.55.pre lib/shelly.rb
shelly-0.0.54 lib/shelly.rb
shelly-0.0.53 lib/shelly.rb
shelly-0.0.52 lib/shelly.rb