# -*- encoding: utf-8 -*- # stub: hemlock 0.0.2 ruby liblib Gem::Specification.new do |s| s.name = "hemlock".freeze s.version = "0.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze, "lib".freeze] s.authors = ["Nicholas Shook".freeze] s.date = "2014-01-21" s.email = "your@email.address.com".freeze s.executables = ["hemlock".freeze] s.extra_rdoc_files = ["README.rdoc".freeze, "hemlock.rdoc".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "Guardfile".freeze, "README.rdoc".freeze, "bin/hemlock".freeze, "hemlock.gemspec".freeze, "hemlock.rdoc".freeze, "lib/hemlock.rb".freeze, "lib/hemlock/csv_to_flashcards.rb".freeze, "lib/hemlock/flashcard.rb".freeze, "lib/hemlock/version.rb".freeze, "results.html".freeze, "spec/hemlock/csv_to_flashcards_spec.rb".freeze, "spec/hemlock/flashcard_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/stub.csv".freeze] s.homepage = "https://github.com/shicholas/hemlock".freeze s.rdoc_options = ["--title".freeze, "hemlock".freeze, "--main".freeze, "README.rdoc".freeze, "-ri".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Memorization through written repetition - Socrates is not amused".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["= 2.9.0".freeze]) end