# -*- encoding: utf-8 -*- # stub: method_decorators 0.9.0 ruby lib Gem::Specification.new do |s| s.name = "method_decorators".freeze s.version = "0.9.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 = ["Michael Fairley".freeze] s.date = "2012-04-24" s.description = "Python's function decorators for Ruby".freeze s.email = ["michaelfairley@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/method_decorators.rb".freeze, "lib/method_decorators/version.rb".freeze, "method_decorators.gemspec".freeze, "spec/method_decorators_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/add_n.rb".freeze, "spec/support/reverse.rb".freeze, "spec/support/stringify.rb".freeze] s.homepage = "http://github.com/michaelfairley/method_decorators".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Python's function decorators for Ruby".freeze s.test_files = ["spec/method_decorators_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/add_n.rb".freeze, "spec/support/reverse.rb".freeze, "spec/support/stringify.rb".freeze] end