-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from Springest/marshal_dump_conditions
Serialize ab_panel_conditions cookie using JSON
- Loading branch information
Showing
11 changed files
with
66 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
language: ruby | ||
script: 'bundle exec rspec spec' | ||
rvm: | ||
- 2.1.5 | ||
- 2.1.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec| | |
spec.version = AbPanel::VERSION | ||
spec.authors = ["Wouter de Vos", "Mark Mulder", "Peter de Ruijter"] | ||
spec.email = ["[email protected]", "[email protected]", "[email protected]"] | ||
spec.description = %q{Run A/B test experiments on your Rails 3+ site using Mixpanel as a backend.} | ||
spec.summary = %q{Run A/B test experiments on your Rails 3+ site using Mixpanel as a backend.} | ||
spec.description = %q{Run A/B test experiments on your Rails 4+ site using Mixpanel as a backend.} | ||
spec.summary = %q{Run A/B test experiments on your Rails 4+ site using Mixpanel as a backend.} | ||
spec.homepage = "https://github.com/Springest/ab_panel" | ||
spec.license = "MIT" | ||
|
||
|
@@ -19,11 +19,11 @@ Gem::Specification.new do |spec| | |
spec.require_paths = ["lib"] | ||
|
||
spec.add_development_dependency "bundler", "~> 1.3" | ||
spec.add_development_dependency "rails", '~> 3.2' | ||
spec.add_development_dependency "rake" | ||
spec.add_development_dependency "fakeweb" | ||
spec.add_development_dependency "rspec" | ||
spec.add_development_dependency "byebug" | ||
|
||
spec.add_runtime_dependency "rails", '~> 4.0' | ||
spec.add_runtime_dependency "mixpanel" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters