mountain-goat 0.0.6 → 0.0.8

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.
Files changed (51) hide show
  1. data/POST_INSTALL +0 -14
  2. data/README.md +75 -114
  3. data/Rakefile +5 -0
  4. data/init.rb +1 -1
  5. data/install.rb +1 -1
  6. data/lib/{mountain_goat → mountain-goat}/controllers/mountain_goat/mountain_goat_controller.rb +0 -0
  7. data/lib/{mountain_goat → mountain-goat}/controllers/mountain_goat/mountain_goat_converts_controller.rb +0 -0
  8. data/lib/{mountain_goat → mountain-goat}/controllers/mountain_goat/mountain_goat_metric_variants_controller.rb +0 -0
  9. data/lib/{mountain_goat → mountain-goat}/controllers/mountain_goat/mountain_goat_metrics_controller.rb +0 -0
  10. data/lib/{mountain_goat → mountain-goat}/controllers/mountain_goat/mountain_goat_rallies_controller.rb +0 -0
  11. data/lib/{mountain_goat → mountain-goat}/metric_tracking.rb +0 -0
  12. data/lib/{mountain_goat → mountain-goat}/models/ci_meta.rb +0 -0
  13. data/lib/{mountain_goat → mountain-goat}/models/convert.rb +0 -0
  14. data/lib/{mountain_goat → mountain-goat}/models/convert_meta_type.rb +0 -0
  15. data/lib/{mountain_goat → mountain-goat}/models/cs_meta.rb +0 -0
  16. data/lib/{mountain_goat → mountain-goat}/models/metric.rb +0 -0
  17. data/lib/{mountain_goat → mountain-goat}/models/metric_variant.rb +0 -0
  18. data/lib/{mountain_goat → mountain-goat}/models/rally.rb +0 -0
  19. data/lib/{mountain_goat → mountain-goat}/public/containerbg.png +0 -0
  20. data/lib/{mountain_goat → mountain-goat}/public/dirtyred.png +0 -0
  21. data/lib/{mountain_goat → mountain-goat}/public/dottedblack.png +0 -0
  22. data/lib/{mountain_goat → mountain-goat}/public/dottedblue.png +0 -0
  23. data/lib/{mountain_goat → mountain-goat}/public/jquery.flot.js +0 -0
  24. data/lib/{mountain_goat → mountain-goat}/public/mg.css +0 -0
  25. data/lib/{mountain_goat → mountain-goat}/public/mg.js +0 -0
  26. data/lib/{mountain_goat → mountain-goat}/public/mg.png +0 -0
  27. data/lib/{mountain_goat → mountain-goat}/public/raster.png +0 -0
  28. data/lib/{mountain_goat → mountain-goat}/switch_variant.rb +0 -0
  29. data/lib/{mountain_goat → mountain-goat}/version.rb +1 -1
  30. data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/layouts/mountain_goat.html.erb +0 -0
  31. data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_converts/_convert_form.html.erb +0 -0
  32. data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_converts/_convert_meta_type_form.html.erb +0 -0
  33. data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_converts/edit.html.erb +0 -0
  34. data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_converts/index.html.erb +0 -0
  35. data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_converts/new.html.erb +0 -0
  36. data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_converts/show.html.erb +0 -0
  37. data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_metric_variants/_metric_variant_form.html.erb +0 -0
  38. data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_metric_variants/edit.html.erb +0 -0
  39. data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_metric_variants/index.html.erb +0 -0
  40. data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_metric_variants/new.html.erb +0 -0
  41. data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_metric_variants/show.html.erb +0 -0
  42. data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_metrics/_metric_form.html.erb +0 -0
  43. data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_metrics/edit.html.erb +0 -0
  44. data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_metrics/index.html.erb +0 -0
  45. data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_metrics/new.html.erb +0 -0
  46. data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_metrics/show.html.erb +0 -0
  47. data/lib/mountain-goat.rb +24 -0
  48. data/mountain-goat-0.0.6.gem +0 -0
  49. data/mountain-goat.gemspec +3 -3
  50. metadata +49 -48
  51. data/lib/mountain_goat.rb +0 -24
data/POST_INSTALL CHANGED
@@ -1,14 +0,0 @@
1
- ******************************************************************
2
-
3
- Install wkhtmltopdf:
4
-
5
- 1. Install by hand (recomended):
6
-
7
- https://github.com/jdpace/PDFKit/wiki/Installing-WKHTMLTOPDF
8
-
9
- 2. Try using the wkhtmltopdf-binary gem (mac + linux i386)
10
-
11
- gem install wkhtmltopdf-binary
12
-
13
-
14
- ******************************************************************
data/README.md CHANGED
@@ -1,128 +1,89 @@
1
- # PDFKit
1
+ # Mountain-Goat
2
2
 
3
- Create PDFs using plain old HTML+CSS. Uses [wkhtmltopdf](http://github.com/antialize/wkhtmltopdf) on the backend which renders HTML using Webkit.
3
+ Embed a high-quality analytics platform in your application in minutes. Gain important A/B test business insights, and view the results and analytics in real time.
4
4
 
5
5
  ## Install
6
6
 
7
- ### PDFKit
7
+ ### Mountain Goat gem
8
8
 
9
- gem install pdfkit
10
-
11
- ### wkhtmltopdf
12
-
13
- 1. Install by hand (recomended):
14
-
15
- https://github.com/jdpace/PDFKit/wiki/Installing-WKHTMLTOPDF
16
-
17
- 2. Try using the wkhtmltopdf-binary gem (mac + linux i386)
18
-
19
- gem install wkhtmltopdf-binary
20
-
21
- *Note:* The automated installer has been removed.
9
+ gem install mountain-goat
10
+
11
+ #Note, you'll need to install the proper migrations (currently in the migrations folder, task coming shortly)
22
12
 
23
13
  ## Usage
24
14
 
25
- # PDFKit.new takes the HTML and any options for wkhtmltopdf
26
- # run `wkhtmltopdf --extended-help` for a full list of options
27
- kit = PDFKit.new(html, :page_size => 'Letter')
28
- kit.stylesheets << '/path/to/css/file'
29
-
30
- # Git an inline PDF
31
- pdf = kit.to_pdf
32
-
33
- # Save the PDF to a file
34
- file = kit.to_file('/path/to/save/pdf')
35
-
36
- # PDFKit.new can optionally accept a URL or a File.
37
- # Stylesheets can not be added when source is provided as a URL of File.
38
- kit = PDFKit.new('http://google.com')
39
- kit = PDFKit.new(File.new('/path/to/html'))
40
-
41
- # Add any kind of option through meta tags
42
- PDFKit.new('<html><head><meta name="pdfkit-page_size" content="Letter")
43
-
44
- ## Configuration
45
-
46
- If you're on Windows or you installed wkhtmltopdf by hand to a location other than /usr/local/bin you will need to tell PDFKit where the binary is. You can configure PDFKit like so:
47
-
48
- # config/initializers/pdfkit.rb
49
- PDFKit.configure do |config|
50
- config.wkhtmltopdf = '/path/to/wkhtmltopdf'
51
- config.default_options = {
52
- :page_size => 'Legal',
53
- :print_media_type => true
54
- }
15
+ Mountain Goat hinges around three core concepts:
16
+
17
+ *) Conversions are what you want E.g. "user purchases coffee"
18
+ *) Metrics are how you draw people to convert E.g. "a banner on the store-front"
19
+ *) Metric variants are A/B tests for metrics E.g. "free coffee" "chuck norris is inside"
20
+
21
+ After you set up your database with some mountain-goat tables, the code will handle populating these tables for you. In your code, you can start A/B testing immediately.
22
+
23
+ <h2><%= metric_variant(:banner_on_store_front, :user_purchases_coffee, "Now arsenic and gluten-free") %></h2>
24
+
25
+ The metric_variant function (or mv for short) takes three parameters:
26
+
27
+ mv(metric_name, convert_name, default)
28
+
29
+ This will automatically create a metric and conversion and populate a metric variant with the default value. Easy, eh?
30
+
31
+ From here, you can go into the mountain-goat admin center and add new metric variants to fit your need.
32
+
33
+ The other important code you'll need to implement is when a goal is achieved.
34
+
35
+ def purchase #coffees_controller.rb
36
+ record_conversion(:user_purchases_coffee)
37
+ ...
38
+ end
39
+
40
+ This will go in and record a conversion ("rally") for a user purchasing coffee. Further, it will track a hit for any metric-variants served to that user that relate to this goal. For example "Chuck Norris works here" might get a point.
41
+
42
+ ## Mountain Goat admin suite
43
+
44
+ Navigate to /mg in your application to reach the mountain-goat admin center. Here, you can analyze / adjust your A/B tests.
45
+
46
+ The front page gives you a breakdown of each of your Goals, and the efficacy of each metric and metric-variant. Select a given metric to drill into its variants. Once you are in a specific metric, you'll be able to add new metric-variants and see what works best for your clients.
47
+
48
+ ## Advanced Features
49
+
50
+ ### Meta data
51
+
52
+ You can track meta-data with any conversion. E.g.
53
+
54
+ rc(:user_visit, :referring_domain => request.env['HTTP_REFERER'], :user_id => session[:user_id])
55
+
56
+ These will be stored with the rally for the conversion and can get used for complex analytics down the line. (see Converts.meta)
57
+
58
+ ### Switch variants
59
+
60
+ Instead of just serving text, you can also serve flow control in Mountain Goat, like so:
61
+
62
+ sv(:user_discount, :purchase_coffee) do |variant|
63
+ variant.ten_percent do
64
+ discount = 0.10
65
+ end
66
+
67
+ variant.big_winner do
68
+ discount = 0.90
69
+ end
70
+
71
+ variant.whomp_whomp do
72
+ discount = 0.0
73
+ end
55
74
  end
56
75
 
57
- ## Middleware
58
-
59
- PDFKit comes with a middleware that allows users to get a PDF view of any page on your site by appending .pdf to the URL.
60
-
61
- ### Middleware Setup
62
-
63
- **Non-Rails Rack apps**
64
-
65
- # in config.ru
66
- require 'pdfkit'
67
- use PDFKit::Middleware
68
-
69
- **Rails apps**
70
-
71
- # in application.rb(Rails3) or environment.rb(Rails2)
72
- require 'pdfkit'
73
- config.middleware.use PDFKit::Middleware
74
-
75
- **With PDFKit options**
76
-
77
- # options will be passed to PDFKit.new
78
- config.middleware.use PDFKit::Middleware, :print_media_type => true
79
-
80
- **With conditions to limit routes that can be generated in pdf**
81
-
82
- # conditions can be regexes (either one or an array)
83
- config.middleware.use PDFKit::Middleware, {}, :only => %r[^/public]
84
- config.middleware.use PDFKit::Middleware, {}, :only => [%r[^/invoice], %r[^/public]]
85
-
86
- # conditions can be strings (either one or an array)
87
- config.middleware.use PDFKit::Middleware, {}, :only => '/public'
88
- config.middleware.use PDFKit::Middleware, {}, :only => ['/invoice', '/public']
89
-
90
- ## Troubleshooting
91
-
92
- * **Single thread issue:** In development environments it is common to run a
93
- single server process. This can cause issues when rendering your pdf
94
- requires wkhtmltopdf to hit your server again (for images, js, css).
95
- This is because the resource requests will get blocked by the initial
96
- request and the initial request will be waiting on the resource
97
- requests causing a deadlock.
98
-
99
- This is usually not an issue in a production environment. To get
100
- around this issue you may want to run a server with multiple workers
101
- like Passenger or try to embed your resources within your HTML to
102
- avoid extra HTTP requests.
103
-
104
- * **Resources aren't included in the PDF:** Images, CSS, or Javascript
105
- does not seem to be downloading correctly in the PDF. This is due
106
- to the fact that wkhtmltopdf does not know where to find those files.
107
- Make sure you are using absolute paths (start with forward slash) to
108
- your resources. If you are using PDFKit to generate pdfs from a raw
109
- HTML source make sure you use complete paths (either file paths or
110
- urls including the domain).
111
-
76
+ Mountain goat will automatically break those down into three cases (:ten_percent, :big_winner, :whomp_whomp) and serve them out at random to the user.
77
+
78
+ ### Priorities
79
+
80
+ You may want to test certain items with a lower serve rate (bold new slogans). You can assign priorities to any metric variant. The change of a given metric variant being shown is
81
+
82
+ my priority / sum(all priorities for this metric)
83
+
112
84
  ## TODO
113
- - add amd64 support in --install-wkhtmltopdf
114
-
115
- ## Note on Patches/Pull Requests
116
-
117
- * Fork the project.
118
- * Setup your development environment with: gem install bundler; bundle install
119
- * Make your feature addition or bug fix.
120
- * Add tests for it. This is important so I don't break it in a
121
- future version unintentionally.
122
- * Commit, do not mess with rakefile, version, or history.
123
- (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
124
- * Send me a pull request. Bonus points for topic branches.
85
+ - work on getting migrations better
125
86
 
126
87
  ## Copyright
127
88
 
128
- Copyright (c) 2010 Jared Pace. See LICENSE for details.
89
+ Copyright (c) 2011 Geoffrey Hayes, drawn.to. See LICENSE for details.
data/Rakefile CHANGED
@@ -22,3 +22,8 @@ Rake::RDocTask.new do |rdoc|
22
22
  rdoc.rdoc_files.include('README*')
23
23
  rdoc.rdoc_files.include('lib/**/*.rb')
24
24
  end
25
+
26
+ require 'install.rb'
27
+ task :install do
28
+ InstallMetricTrackingTables.new
29
+ end
data/init.rb CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
2
  require File.join([File.dirname(__FILE__), 'lib/flotilla'])
3
- require File.join([File.dirname(__FILE__), 'lib/mountain_goat'])
3
+ require File.join([File.dirname(__FILE__), 'lib/mountain-goat'])
4
4
 
5
5
  #ActionView::Helpers
data/install.rb CHANGED
@@ -50,4 +50,4 @@ class InstallMetricTrackingTables
50
50
 
51
51
  end
52
52
 
53
- InstallMetricTrackingTables.new
53
+ #InstallMetricTrackingTables.new
File without changes
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  class MountainGoat
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.8"
3
3
  end
@@ -0,0 +1,24 @@
1
+
2
+ require 'rubygems'
3
+ require 'active_support'
4
+ require 'action_controller'
5
+ require 'action_controller/routing'
6
+
7
+ require File.join([File.dirname(__FILE__), 'mountain-goat/controllers/mountain_goat/mountain_goat_controller'])
8
+ require File.join([File.dirname(__FILE__), 'mountain-goat/controllers/mountain_goat/mountain_goat_metrics_controller'])
9
+ require File.join([File.dirname(__FILE__), 'mountain-goat/controllers/mountain_goat/mountain_goat_metric_variants_controller'])
10
+ require File.join([File.dirname(__FILE__), 'mountain-goat/controllers/mountain_goat/mountain_goat_converts_controller'])
11
+ require File.join([File.dirname(__FILE__), 'mountain-goat/controllers/mountain_goat/mountain_goat_rallies_controller'])
12
+
13
+ require File.join([File.dirname(__FILE__), 'mountain-goat/metric_tracking'])
14
+ require File.join([File.dirname(__FILE__), 'mountain-goat/models/metric'])
15
+ require File.join([File.dirname(__FILE__), 'mountain-goat/models/metric_variant'])
16
+ require File.join([File.dirname(__FILE__), 'mountain-goat/models/convert'])
17
+ require File.join([File.dirname(__FILE__), 'mountain-goat/models/convert_meta_type'])
18
+ require File.join([File.dirname(__FILE__), 'mountain-goat/models/cs_meta'])
19
+ require File.join([File.dirname(__FILE__), 'mountain-goat/models/ci_meta'])
20
+ require File.join([File.dirname(__FILE__), 'mountain-goat/models/rally'])
21
+
22
+ module MountainGoat
23
+
24
+ end
Binary file
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  $:.push File.expand_path("../lib", __FILE__)
3
- require "mountain_goat/version"
3
+ require "mountain-goat/version"
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "mountain-goat"
@@ -8,9 +8,9 @@ Gem::Specification.new do |s|
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Geoffrey Hayes", "drawn.to"]
10
10
  s.email = ["geoff@drawn.to"]
11
- s.homepage = "http://github.com/hayesgm/mountain-goat"
11
+ s.homepage = "http://github.com/hayesgm/mountain_goat"
12
12
  s.summary = "A/B Testing to the edge"
13
- s.description = "A/B test everything and get awesome analytics"
13
+ s.description = "A/B test everything and get awesome in-house analytics"
14
14
 
15
15
  s.rubyforge_project = "mountain-goat"
16
16
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mountain-goat
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 6
10
- version: 0.0.6
9
+ - 8
10
+ version: 0.0.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Geoffrey Hayes
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-07-09 00:00:00 -05:00
19
+ date: 2011-07-10 00:00:00 -05:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
@@ -51,7 +51,7 @@ dependencies:
51
51
  version: 0.5.6
52
52
  type: :development
53
53
  version_requirements: *id002
54
- description: A/B test everything and get awesome analytics
54
+ description: A/B test everything and get awesome in-house analytics
55
55
  email:
56
56
  - geoff@drawn.to
57
57
  executables: []
@@ -71,57 +71,58 @@ files:
71
71
  - init.rb
72
72
  - install.rb
73
73
  - lib/flotilla.rb
74
- - lib/mountain_goat.rb
75
- - lib/mountain_goat/controllers/mountain_goat/mountain_goat_controller.rb
76
- - lib/mountain_goat/controllers/mountain_goat/mountain_goat_converts_controller.rb
77
- - lib/mountain_goat/controllers/mountain_goat/mountain_goat_metric_variants_controller.rb
78
- - lib/mountain_goat/controllers/mountain_goat/mountain_goat_metrics_controller.rb
79
- - lib/mountain_goat/controllers/mountain_goat/mountain_goat_rallies_controller.rb
80
- - lib/mountain_goat/metric_tracking.rb
81
- - lib/mountain_goat/models/ci_meta.rb
82
- - lib/mountain_goat/models/convert.rb
83
- - lib/mountain_goat/models/convert_meta_type.rb
84
- - lib/mountain_goat/models/cs_meta.rb
85
- - lib/mountain_goat/models/metric.rb
86
- - lib/mountain_goat/models/metric_variant.rb
87
- - lib/mountain_goat/models/rally.rb
88
- - lib/mountain_goat/public/containerbg.png
89
- - lib/mountain_goat/public/dirtyred.png
90
- - lib/mountain_goat/public/dottedblack.png
91
- - lib/mountain_goat/public/dottedblue.png
92
- - lib/mountain_goat/public/jquery.flot.js
93
- - lib/mountain_goat/public/mg.css
94
- - lib/mountain_goat/public/mg.js
95
- - lib/mountain_goat/public/mg.png
96
- - lib/mountain_goat/public/raster.png
97
- - lib/mountain_goat/switch_variant.rb
98
- - lib/mountain_goat/version.rb
99
- - lib/mountain_goat/views/mountain_goat/layouts/mountain_goat.html.erb
100
- - lib/mountain_goat/views/mountain_goat/mountain_goat_converts/_convert_form.html.erb
101
- - lib/mountain_goat/views/mountain_goat/mountain_goat_converts/_convert_meta_type_form.html.erb
102
- - lib/mountain_goat/views/mountain_goat/mountain_goat_converts/edit.html.erb
103
- - lib/mountain_goat/views/mountain_goat/mountain_goat_converts/index.html.erb
104
- - lib/mountain_goat/views/mountain_goat/mountain_goat_converts/new.html.erb
105
- - lib/mountain_goat/views/mountain_goat/mountain_goat_converts/show.html.erb
106
- - lib/mountain_goat/views/mountain_goat/mountain_goat_metric_variants/_metric_variant_form.html.erb
107
- - lib/mountain_goat/views/mountain_goat/mountain_goat_metric_variants/edit.html.erb
108
- - lib/mountain_goat/views/mountain_goat/mountain_goat_metric_variants/index.html.erb
109
- - lib/mountain_goat/views/mountain_goat/mountain_goat_metric_variants/new.html.erb
110
- - lib/mountain_goat/views/mountain_goat/mountain_goat_metric_variants/show.html.erb
111
- - lib/mountain_goat/views/mountain_goat/mountain_goat_metrics/_metric_form.html.erb
112
- - lib/mountain_goat/views/mountain_goat/mountain_goat_metrics/edit.html.erb
113
- - lib/mountain_goat/views/mountain_goat/mountain_goat_metrics/index.html.erb
114
- - lib/mountain_goat/views/mountain_goat/mountain_goat_metrics/new.html.erb
115
- - lib/mountain_goat/views/mountain_goat/mountain_goat_metrics/show.html.erb
74
+ - lib/mountain-goat.rb
75
+ - lib/mountain-goat/controllers/mountain_goat/mountain_goat_controller.rb
76
+ - lib/mountain-goat/controllers/mountain_goat/mountain_goat_converts_controller.rb
77
+ - lib/mountain-goat/controllers/mountain_goat/mountain_goat_metric_variants_controller.rb
78
+ - lib/mountain-goat/controllers/mountain_goat/mountain_goat_metrics_controller.rb
79
+ - lib/mountain-goat/controllers/mountain_goat/mountain_goat_rallies_controller.rb
80
+ - lib/mountain-goat/metric_tracking.rb
81
+ - lib/mountain-goat/models/ci_meta.rb
82
+ - lib/mountain-goat/models/convert.rb
83
+ - lib/mountain-goat/models/convert_meta_type.rb
84
+ - lib/mountain-goat/models/cs_meta.rb
85
+ - lib/mountain-goat/models/metric.rb
86
+ - lib/mountain-goat/models/metric_variant.rb
87
+ - lib/mountain-goat/models/rally.rb
88
+ - lib/mountain-goat/public/containerbg.png
89
+ - lib/mountain-goat/public/dirtyred.png
90
+ - lib/mountain-goat/public/dottedblack.png
91
+ - lib/mountain-goat/public/dottedblue.png
92
+ - lib/mountain-goat/public/jquery.flot.js
93
+ - lib/mountain-goat/public/mg.css
94
+ - lib/mountain-goat/public/mg.js
95
+ - lib/mountain-goat/public/mg.png
96
+ - lib/mountain-goat/public/raster.png
97
+ - lib/mountain-goat/switch_variant.rb
98
+ - lib/mountain-goat/version.rb
99
+ - lib/mountain-goat/views/mountain_goat/layouts/mountain_goat.html.erb
100
+ - lib/mountain-goat/views/mountain_goat/mountain_goat_converts/_convert_form.html.erb
101
+ - lib/mountain-goat/views/mountain_goat/mountain_goat_converts/_convert_meta_type_form.html.erb
102
+ - lib/mountain-goat/views/mountain_goat/mountain_goat_converts/edit.html.erb
103
+ - lib/mountain-goat/views/mountain_goat/mountain_goat_converts/index.html.erb
104
+ - lib/mountain-goat/views/mountain_goat/mountain_goat_converts/new.html.erb
105
+ - lib/mountain-goat/views/mountain_goat/mountain_goat_converts/show.html.erb
106
+ - lib/mountain-goat/views/mountain_goat/mountain_goat_metric_variants/_metric_variant_form.html.erb
107
+ - lib/mountain-goat/views/mountain_goat/mountain_goat_metric_variants/edit.html.erb
108
+ - lib/mountain-goat/views/mountain_goat/mountain_goat_metric_variants/index.html.erb
109
+ - lib/mountain-goat/views/mountain_goat/mountain_goat_metric_variants/new.html.erb
110
+ - lib/mountain-goat/views/mountain_goat/mountain_goat_metric_variants/show.html.erb
111
+ - lib/mountain-goat/views/mountain_goat/mountain_goat_metrics/_metric_form.html.erb
112
+ - lib/mountain-goat/views/mountain_goat/mountain_goat_metrics/edit.html.erb
113
+ - lib/mountain-goat/views/mountain_goat/mountain_goat_metrics/index.html.erb
114
+ - lib/mountain-goat/views/mountain_goat/mountain_goat_metrics/new.html.erb
115
+ - lib/mountain-goat/views/mountain_goat/mountain_goat_metrics/show.html.erb
116
116
  - migrations/20090716093747_create_metric_tracking_tables.rb
117
117
  - mountain-goat-0.0.1.gem
118
118
  - mountain-goat-0.0.2.gem
119
119
  - mountain-goat-0.0.3.gem
120
120
  - mountain-goat-0.0.4.gem
121
121
  - mountain-goat-0.0.5.gem
122
+ - mountain-goat-0.0.6.gem
122
123
  - mountain-goat.gemspec
123
124
  has_rdoc: true
124
- homepage: http://github.com/hayesgm/mountain-goat
125
+ homepage: http://github.com/hayesgm/mountain_goat
125
126
  licenses: []
126
127
 
127
128
  post_install_message:
data/lib/mountain_goat.rb DELETED
@@ -1,24 +0,0 @@
1
-
2
- require 'rubygems'
3
- require 'active_support'
4
- require 'action_controller'
5
- require 'action_controller/routing'
6
-
7
- require File.join([File.dirname(__FILE__), 'mountain_goat/controllers/mountain_goat/mountain_goat_controller'])
8
- require File.join([File.dirname(__FILE__), 'mountain_goat/controllers/mountain_goat/mountain_goat_metrics_controller'])
9
- require File.join([File.dirname(__FILE__), 'mountain_goat/controllers/mountain_goat/mountain_goat_metric_variants_controller'])
10
- require File.join([File.dirname(__FILE__), 'mountain_goat/controllers/mountain_goat/mountain_goat_converts_controller'])
11
- require File.join([File.dirname(__FILE__), 'mountain_goat/controllers/mountain_goat/mountain_goat_rallies_controller'])
12
-
13
- require File.join([File.dirname(__FILE__), 'mountain_goat/metric_tracking'])
14
- require File.join([File.dirname(__FILE__), 'mountain_goat/models/metric'])
15
- require File.join([File.dirname(__FILE__), 'mountain_goat/models/metric_variant'])
16
- require File.join([File.dirname(__FILE__), 'mountain_goat/models/convert'])
17
- require File.join([File.dirname(__FILE__), 'mountain_goat/models/convert_meta_type'])
18
- require File.join([File.dirname(__FILE__), 'mountain_goat/models/cs_meta'])
19
- require File.join([File.dirname(__FILE__), 'mountain_goat/models/ci_meta'])
20
- require File.join([File.dirname(__FILE__), 'mountain_goat/models/rally'])
21
-
22
- module MountainGoat
23
-
24
- end