Sha256: 33115ac938242d3f3290f904a470143ee068a2c0c7f62c1b958bb217a5df8764

Contents?: true

Size: 1.52 KB

Versions: 2

Compression:

Stored size: 1.52 KB

Contents

# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: eggs 0.0.6 ruby lib

Gem::Specification.new do |s|
  s.name = "eggs"
  s.version = "0.0.6"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Dave Makena"]
  s.date = "2013-11-05"
  s.description = "Eggs Scrambles and Unscrambles (Encrypts and Decrypts) text and strings, and generates random keys of any length."
  s.email = "davemakena@gmail.com"
  s.extra_rdoc_files = [
    "LICENSE.txt",
    "README.rdoc"
  ]
  s.files = [
    ".document",
    ".rspec",
    "Gemfile",
    "Gemfile.lock",
    "LICENSE.txt",
    "MIT-LICENSE",
    "README.rdoc",
    "Rakefile",
    "VERSION",
    "eggs.gemspec",
    "features/eggs.feature",
    "features/step_definitions/eggs_steps.rb",
    "features/support/env.rb",
    "lib/eggs.rb",
    "spec/eggs_spec.rb",
    "spec/spec_helper.rb"
  ]
  s.homepage = "http://github.com/abcbots/eggs"
  s.licenses = ["MIT"]
  s.require_paths = ["lib"]
  s.rubygems_version = "2.1.10"
  s.summary = "Eggs Scrambles and Unscrambles text and strings"

  if s.respond_to? :specification_version then
    s.specification_version = 4

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_runtime_dependency(%q<activesupport>, [">= 0"])
    else
      s.add_dependency(%q<activesupport>, [">= 0"])
    end
  else
    s.add_dependency(%q<activesupport>, [">= 0"])
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
eggs-0.0.7 eggs.gemspec
eggs-0.0.6 eggs.gemspec