Sha256: 87d0e01f59cc8f070f79cef629d54eae400c110b354867ac186348dc46b2ca13

Contents?: true

Size: 1.29 KB

Versions: 4

Compression:

Stored size: 1.29 KB

Contents

# -*- encoding: utf-8 -*-

require File.join(File.dirname(__FILE__), 'lib', 'swearjar', 'version')

Gem::Specification.new do |s|
  s.name = 'zaarly-swearjar'
  s.version = Swearjar::VERSION
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Zaarly, Inc.", "Joshua Hull"]
  s.summary = "Put another nickel in the swearjar. Simple profanity detection with content analysis"
  s.description = "#{s.summary}."
  s.email = %q{joshbuddy@gmail.com}
  s.extra_rdoc_files = ['README.rdoc']
  s.files = `git ls-files`.split("\n")
  s.homepage = %q{http://github.com/zaarly/swearjar}
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.3.7}
  s.test_files = `git ls-files`.split("\n").select{|f| f =~ /^spec/}

  # dependencies
  s.add_runtime_dependency 'fuzzyhash',         '~> 0.0.11'
  s.add_development_dependency 'bundler'
  s.add_development_dependency 'rake'
  s.add_development_dependency 'rspec'
  s.add_development_dependency 'activesupport'

  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
zaarly-swearjar-0.2.2 zaarly-swearjar.gemspec
zaarly-swearjar-0.2.1 zaarly-swearjar.gemspec
zaarly-swearjar-0.1.2 zaarly-swearjar.gemspec
zaarly-swearjar-0.1.1 zaarly-swearjar.gemspec