Sha256: 2242c4564edc68f42fe7946b4a97233f25b961ecde04cae3814cffdd9031d34f
Contents?: true
Size: 1.52 KB
Versions: 1
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 -*- Gem::Specification.new do |s| s.name = "redis_snippets" s.version = "0.0.5" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Martin Moen Wulffeld"] s.date = "2012-01-17" s.description = "" s.email = "martin@wulffeld.org" s.extra_rdoc_files = [ "README.md" ] s.files = [ "README.md", "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/help.rb", "lib/redis_snippets/railtie.rb", "lib/redis_snippets/redis.rb", "redis_snippets.gemspec" ] s.require_paths = ["lib"] s.rubygems_version = "1.8.13" s.summary = "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.5 | redis_snippets.gemspec |