# -*- encoding: utf-8 -*- # stub: coffeelint 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "coffeelint".freeze s.version = "0.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Zachary Bush".freeze] s.date = "2013-05-06" s.description = "Ruby bindings for coffeelint".freeze s.email = ["zach@zmbush.com".freeze] s.files = [".gitignore".freeze, ".gitmodules".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "coffeelint.gemspec".freeze, "coffeelint/src/coffeelint.coffee".freeze, "lib/coffeelint.rb".freeze, "lib/coffeelint/railtie.rb".freeze, "lib/coffeelint/version.rb".freeze, "lib/tasks/coffeelint.rake".freeze] s.homepage = "https://github.com/zipcodeman/coffeelint-ruby".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Ruby bindings for coffeelint along with railtie to add rake task to rails".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end