Sha256: 543f156446e950aa66d1461e5fba177a3d89e2e55aeb3ce7895b4cdca4fe0b75
Contents?: true
Size: 1.49 KB
Versions: 1
Compression:
Stored size: 1.49 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{redis_snippets} s.version = "0.0.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Martin Moen Wulffeld"] s.date = %q{2011-05-24} s.description = %q{} s.email = %q{martin@wulffeld.org} s.extra_rdoc_files = [ "README" ] s.files = [ "README", "Rakefile", "VERSION", "app/controllers/admin/snippets_controller.rb", "app/helpers/redis_snippets/snippets_helper.rb", "app/models/redis_snippets/snippets.rb", "app/views/admin/snippets/show.html.erb", "config/routes.rb", "lib/redis_snippets.rb", "lib/redis_snippets/railtie.rb", "lib/redis_snippets/redis.rb", "redis_snippets.gemspec" ] s.require_paths = ["lib"] s.rubygems_version = %q{1.7.2} s.summary = %q{View snippets held in Redis storage.} if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<redis>, [">= 0"]) s.add_runtime_dependency(%q<redis-namespace>, [">= 0"]) else s.add_dependency(%q<redis>, [">= 0"]) s.add_dependency(%q<redis-namespace>, [">= 0"]) end else s.add_dependency(%q<redis>, [">= 0"]) s.add_dependency(%q<redis-namespace>, [">= 0"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
redis_snippets-0.0.3 | redis_snippets.gemspec |