Sha256: 0325fec648eb2b54eeccac8b12a1da30bb80f06465c0deebda1ce7db2cd0d8b1
Contents?: true
Size: 1014 Bytes
Versions: 3
Compression:
Stored size: 1014 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "optimizely/version" Gem::Specification.new do |s| s.name = "optimizely" s.version = Optimizely::VERSION s.platform = Gem::Platform::RUBY s.author = "Martijn Scheijbeler" s.email = "martijn@marusem.com" s.homepage = "https://github.com/martijnsch/optimizely-gem/" s.summary = %q{The Optimizely Experiment API lets you create and manage Optimizely projects and the experiments inside of them.} s.description = %q{A Ruby gem to communicate with the Optimizely Experiments API, it lets you create and manage Optimizely projects and the experiments inside of them.} 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"] s.extra_rdoc_files = ["README.md"] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
optimizely-1.1.1 | optimizely.gemspec |
optimizely-1.1.0 | optimizely.gemspec |
optimizely-1.0.0 | optimizely.gemspec |