# -*- encoding: utf-8 -*- # stub: microstatic 0.3.0 ruby lib Gem::Specification.new do |s| s.name = "microstatic".freeze s.version = "0.3.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Pete Hodgson".freeze] s.date = "2013-08-02" s.description = "The microstatic gem turns generating your static site and deploying it to S3 into a one-liner.".freeze s.email = ["phodgson@thoughtworks.com".freeze] s.executables = ["microstatic".freeze] s.files = [".gitignore".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/microstatic".freeze, "lib/microstatic.rb".freeze, "lib/microstatic/rake.rb".freeze, "lib/microstatic/s3_bucket_creator.rb".freeze, "lib/microstatic/s3_deployer.rb".freeze, "lib/microstatic/uses_fog.rb".freeze, "lib/microstatic/version.rb".freeze, "microstatic.gemspec".freeze, "spec/integration/fixtures/example_file.txt".freeze, "spec/integration/fixtures/subdir/another_file.txt".freeze, "spec/integration/fixtures/subdir/foo.txt".freeze, "spec/integration/fixtures/subdir/subsubdir/deep.txt".freeze, "spec/integration/spec_helper.rb".freeze, "spec/integration/upload_to_test_bucket_spec.rb".freeze] s.homepage = "https://github.com/moredip/microstatic".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Generate static sites from git and deploy them to an S3 bucket.".freeze s.test_files = ["spec/integration/fixtures/example_file.txt".freeze, "spec/integration/fixtures/subdir/another_file.txt".freeze, "spec/integration/fixtures/subdir/foo.txt".freeze, "spec/integration/fixtures/subdir/subsubdir/deep.txt".freeze, "spec/integration/spec_helper.rb".freeze, "spec/integration/upload_to_test_bucket_spec.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 1".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.13.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.2.3".freeze]) end