Sha256: b78146a51911876af36a76ae44cad224eb2fe39c05ca3ee7ff3fffc7e6e1a2a3
Contents?: true
Size: 953 Bytes
Versions: 5
Compression:
Stored size: 953 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "flipflop/version" Gem::Specification.new do |s| s.name = "flipflop" s.version = Flipflop::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Paul Annesley", "Rolf Timmermans", "Jippe Holwerda"] s.email = ["paul@annesley.cc", "rolftimmermans@voormedia.com", "jippeholwerda@voormedia.com"] s.homepage = "https://github.com/voormedia/flipflop" s.summary = %q{A feature flipflopper for Rails web applications.} s.description = %q{Declarative API for specifying features, switchable in declaration, database and cookies.} s.license = "MIT" s.add_dependency("activesupport", ">= 4.0") s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
flipflop-2.6.0 | flipflop.gemspec |
flipflop-2.5.0 | flipflop.gemspec |
flipflop-2.4.0 | flipflop.gemspec |
flipflop-2.3.1 | flipflop.gemspec |
flipflop-2.3.0 | flipflop.gemspec |