growthbook 0.0.1 → 0.1.0

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: growthbook
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - GrowthBook
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-22 00:00:00.000000000 Z
11
+ date: 2022-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -46,11 +46,24 @@ extra_rdoc_files: []
46
46
  files:
47
47
  - lib/growthbook.rb
48
48
  - lib/growthbook/client.rb
49
+ - lib/growthbook/conditions.rb
50
+ - lib/growthbook/context.rb
49
51
  - lib/growthbook/experiment.rb
50
52
  - lib/growthbook/experiment_result.rb
53
+ - lib/growthbook/feature.rb
54
+ - lib/growthbook/feature_result.rb
55
+ - lib/growthbook/feature_rule.rb
56
+ - lib/growthbook/inline_experiment.rb
57
+ - lib/growthbook/inline_experiment_result.rb
51
58
  - lib/growthbook/lookup_result.rb
52
59
  - lib/growthbook/user.rb
53
60
  - lib/growthbook/util.rb
61
+ - spec/cases.json
62
+ - spec/client_spec.rb
63
+ - spec/context_spec.rb
64
+ - spec/json_spec.rb
65
+ - spec/user_spec.rb
66
+ - spec/util_spec.rb
54
67
  homepage: https://github.com/growthbook/growthbook-ruby
55
68
  licenses:
56
69
  - MIT
@@ -74,4 +87,10 @@ rubygems_version: 3.1.2
74
87
  signing_key:
75
88
  specification_version: 4
76
89
  summary: GrowthBook SDK for Ruby
77
- test_files: []
90
+ test_files:
91
+ - spec/json_spec.rb
92
+ - spec/user_spec.rb
93
+ - spec/util_spec.rb
94
+ - spec/context_spec.rb
95
+ - spec/client_spec.rb
96
+ - spec/cases.json