Sha256: bc3371f7f9617529f0c116419c3fb60e43b3b43d8e4e3e56d895706d7267b89c
Contents?: true
Size: 533 Bytes
Versions: 6
Compression:
Stored size: 533 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 :Organization, "shelly/organization" 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
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
shelly-0.1.40 | lib/shelly.rb |
shelly-0.1.39 | lib/shelly.rb |
shelly-0.1.38 | lib/shelly.rb |
shelly-0.1.37.pre | lib/shelly.rb |
shelly-0.1.36 | lib/shelly.rb |
shelly-0.1.35 | lib/shelly.rb |