planout 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/planout/version.rb +1 -1
- data/planout.gemspec +2 -2
- metadata +3 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1a46fae7c42eb15d3ef908da8a4fc08a2ce74122
|
|
4
|
+
data.tar.gz: afc3daae905df1a66d4b33d18e431b21f55542ed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da01c78e222266fdef408b6995b0fb5766605862c2530e1d445265c56ca76297dcf3f9f69f8765b596088de49b168e7cc2812f3c9b61b18197f90c69a7b10d1f
|
|
7
|
+
data.tar.gz: 75098dea4f8ca284bfe9bd01237776fc99f636fabb2a28ada74cf2cc0bc24a5940528e945014b69de5ae6961eea96e3dadcd427e0a7398637bfe93b5b314e9da
|
data/lib/planout/version.rb
CHANGED
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.
|
|
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: []
|