planout 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b1b4704166b045e52877614e7644921e6e3ba3a2
4
- data.tar.gz: d106f95b76700880ae48a28cc86fd202be68b0a4
3
+ metadata.gz: 1a46fae7c42eb15d3ef908da8a4fc08a2ce74122
4
+ data.tar.gz: afc3daae905df1a66d4b33d18e431b21f55542ed
5
5
  SHA512:
6
- metadata.gz: cdd24cd4249e10e55a7be56cbd7b5f3ecb6d9504e21b96bb12bd5e4c00388e93cd85647ab5231320487621cc0e712ffd3708bb222af7fff35fd0d238f7ac720b
7
- data.tar.gz: fb0c1f02c019ca41596cef78b8b2ee6a0a35c526f3ff5998e078dad54f3b0bceca8dbde9c9546f5a7e6b54e5008b1bab3371f7878616657b0f23b071b6054fe3
6
+ metadata.gz: da01c78e222266fdef408b6995b0fb5766605862c2530e1d445265c56ca76297dcf3f9f69f8765b596088de49b168e7cc2812f3c9b61b18197f90c69a7b10d1f
7
+ data.tar.gz: 75098dea4f8ca284bfe9bd01237776fc99f636fabb2a28ada74cf2cc0bc24a5940528e945014b69de5ae6961eea96e3dadcd427e0a7398637bfe93b5b314e9da
@@ -1,3 +1,3 @@
1
1
  module Planout
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
data/planout.gemspec CHANGED
@@ -6,8 +6,8 @@ require 'planout/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "planout"
8
8
  spec.version = Planout::VERSION
9
- spec.authors = ["Mohnish Thallavajhula"]
10
- spec.email = ["i@mohni.sh"]
9
+ spec.authors = ["Eytan Bakshy", "Mohnish Thallavajhula"]
10
+ spec.email = ["ebakshy@gmail.com", "i@mohni.sh"]
11
11
  spec.summary = %q{PlanOut is a framework and programming language for online field experimentation.}
12
12
  spec.description = %q{PlanOut is a framework and programming language for online field experimentation. PlanOut was created to make it easy to run and iterate on sophisticated experiments, while satisfying the constraints of deployed Internet services with many users.}
13
13
  spec.homepage = "https://facebook.github.io/planout"
metadata CHANGED
@@ -1,9 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: planout
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
+ - Eytan Bakshy
7
8
  - Mohnish Thallavajhula
8
9
  autorequire:
9
10
  bindir: bin
@@ -56,6 +57,7 @@ description: PlanOut is a framework and programming language for online field ex
56
57
  PlanOut was created to make it easy to run and iterate on sophisticated experiments,
57
58
  while satisfying the constraints of deployed Internet services with many users.
58
59
  email:
60
+ - ebakshy@gmail.com
59
61
  - i@mohni.sh
60
62
  executables: []
61
63
  extensions: []