vanity 1.5.2 → 1.5.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.
data/CHANGELOG CHANGED
@@ -1,3 +1,9 @@
1
+ == 1.5.3 (2011-04-11)
2
+
3
+ Added number of participants and number of converted participants to ab_test
4
+ template (Avishai Weiss).
5
+
6
+
1
7
  == 1.5.2 (2011-04-11)
2
8
 
3
9
  Fixed to work with redis-rb 2.2.0 (Kevin Menard).
@@ -6,6 +6,8 @@
6
6
  <tr class="<%= "choice" if score.choice == alt %>">
7
7
  <td class="option"><%= alt.name.gsub(/^o/, "O") %>:</td>
8
8
  <td class="value"><code><%=vanity_h alt.value.to_s %></code></td>
9
+ <td class="value"><%= alt.participants %> participants</td>
10
+ <td class="value"><%= alt.converted %> converted</td>
9
11
  <td>
10
12
  <%= "%.1f%%" % [alt.conversion_rate * 100] %>
11
13
  <%= "(%d%% better than %s)" % [alt.difference, score.least.name] if alt.difference && alt.difference >= 1 %>
@@ -1,5 +1,5 @@
1
1
  module Vanity
2
- VERSION = "1.5.2"
2
+ VERSION = "1.5.3"
3
3
 
4
4
  module Version
5
5
  version = VERSION.to_s.split(".").map { |i| i.to_i }
@@ -3164,3 +3164,18 @@ Completed in 6ms (View: 1 | 200 OK [http://:? ]
3164
3164
  Processing MainController#index (for at 2011-04-11 15:44:31) [GET]
3165
3165
  Parameters: {" "=>nil}
3166
3166
  Completed in 9ms (View: 1 | 200 OK [http://:? ]
3167
+
3168
+
3169
+ Processing MainController#index (for at 2011-04-11 15:53:33) [GET]
3170
+ Parameters: {" "=>nil}
3171
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
3172
+
3173
+
3174
+ Processing MainController#index (for at 2011-04-11 15:56:52) [GET]
3175
+ Parameters: {" "=>nil}
3176
+ Completed in 7ms (View: 1 | 200 OK [http://:? ]
3177
+
3178
+
3179
+ Processing MainController#index (for at 2011-04-11 15:57:26) [GET]
3180
+ Parameters: {" "=>nil}
3181
+ Completed in 7ms (View: 1 | 200 OK [http://:? ]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: vanity
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.5.2
5
+ version: 1.5.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Assaf Arkin
@@ -118,7 +118,7 @@ licenses: []
118
118
  post_install_message: To get started run vanity --help
119
119
  rdoc_options:
120
120
  - --title
121
- - Vanity 1.5.2
121
+ - Vanity 1.5.3
122
122
  - --main
123
123
  - README.rdoc
124
124
  - --webcvs
@@ -146,3 +146,4 @@ specification_version: 3
146
146
  summary: Experience Driven Development framework for Ruby
147
147
  test_files: []
148
148
 
149
+ has_rdoc: