ab-experiments-rails 0.0.1 → 0.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 88e2708c8ce521f4e13827e5e0a2867d7588ca6f
4
- data.tar.gz: b2d2bec56ea3e8ce3a95a1d99548e0d82098680f
3
+ metadata.gz: 0a9303ff4bc7bbf2d73a363f994ebcde22383b24
4
+ data.tar.gz: 3818ee63aa67da86498e9dee1950d876eb3bece2
5
5
  SHA512:
6
- metadata.gz: 2cf30639a2b23579e2d716511fbad119f2ffdff62725303ba39e7472409959c43d6ec58ee06edc56bf278c234a8ca2ef2cb0f32de150681eac20b9ad158e8407
7
- data.tar.gz: fbcaf5f00622ab95f81babd62f95019338de2687c82b84ed6ae29b535cfade604810b4b5f8e296d6d609be2fbb3693add1dccba32acd49b4ab2745b54edea296
6
+ metadata.gz: 77a6e56c4ff313128ded7da070b4ab0979c0fce447222d62e9a5538f8cb7a7547048d68aa6bd662ac22c0b04c3932aca69cf1f147ab4bb4a314419f14b89a0d8
7
+ data.tar.gz: b8e5d72393715bd88adcbcfdb9147976890b8b95b950a8dbd23383f8d3616eaf234db95895135188e42edbcd996c7a102d0edf28f10036a5588622d2111436b5
@@ -0,0 +1,11 @@
1
+ .bundle/
2
+ log/*.log
3
+ pkg/
4
+ test/dummy/db/*.sqlite3
5
+ test/dummy/db/*.sqlite3-journal
6
+ test/dummy/log/*.log
7
+ test/dummy/tmp/
8
+ test/dummy/.sass-cache
9
+
10
+ .ruby-gemset
11
+ .ruby-version
@@ -0,0 +1,169 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ ab-experiments-rails (0.0.2)
5
+ rails (~> 4.2.7.1)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actionmailer (4.2.7.1)
11
+ actionpack (= 4.2.7.1)
12
+ actionview (= 4.2.7.1)
13
+ activejob (= 4.2.7.1)
14
+ mail (~> 2.5, >= 2.5.4)
15
+ rails-dom-testing (~> 1.0, >= 1.0.5)
16
+ actionpack (4.2.7.1)
17
+ actionview (= 4.2.7.1)
18
+ activesupport (= 4.2.7.1)
19
+ rack (~> 1.6)
20
+ rack-test (~> 0.6.2)
21
+ rails-dom-testing (~> 1.0, >= 1.0.5)
22
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
23
+ actionview (4.2.7.1)
24
+ activesupport (= 4.2.7.1)
25
+ builder (~> 3.1)
26
+ erubis (~> 2.7.0)
27
+ rails-dom-testing (~> 1.0, >= 1.0.5)
28
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
29
+ activejob (4.2.7.1)
30
+ activesupport (= 4.2.7.1)
31
+ globalid (>= 0.3.0)
32
+ activemodel (4.2.7.1)
33
+ activesupport (= 4.2.7.1)
34
+ builder (~> 3.1)
35
+ activerecord (4.2.7.1)
36
+ activemodel (= 4.2.7.1)
37
+ activesupport (= 4.2.7.1)
38
+ arel (~> 6.0)
39
+ activesupport (4.2.7.1)
40
+ i18n (~> 0.7)
41
+ json (~> 1.7, >= 1.7.7)
42
+ minitest (~> 5.1)
43
+ thread_safe (~> 0.3, >= 0.3.4)
44
+ tzinfo (~> 1.1)
45
+ addressable (2.5.0)
46
+ public_suffix (~> 2.0, >= 2.0.2)
47
+ arel (6.0.4)
48
+ builder (3.2.3)
49
+ capybara (2.12.0)
50
+ addressable
51
+ mime-types (>= 1.16)
52
+ nokogiri (>= 1.3.3)
53
+ rack (>= 1.0.0)
54
+ rack-test (>= 0.5.4)
55
+ xpath (~> 2.0)
56
+ childprocess (0.6.1)
57
+ ffi (~> 1.0, >= 1.0.11)
58
+ coderay (1.1.0)
59
+ concurrent-ruby (1.0.4)
60
+ erubis (2.7.0)
61
+ ffi (1.9.17)
62
+ globalid (0.3.7)
63
+ activesupport (>= 4.1.0)
64
+ i18n (0.7.0)
65
+ jquery-rails (4.0.5)
66
+ rails-dom-testing (~> 1.0)
67
+ railties (>= 4.2.0)
68
+ thor (>= 0.14, < 2.0)
69
+ json (1.8.6)
70
+ loofah (2.0.3)
71
+ nokogiri (>= 1.5.9)
72
+ mail (2.6.4)
73
+ mime-types (>= 1.16, < 4)
74
+ metaclass (0.0.4)
75
+ method_source (0.8.2)
76
+ mime-types (3.1)
77
+ mime-types-data (~> 3.2015)
78
+ mime-types-data (3.2016.0521)
79
+ mini_portile2 (2.1.0)
80
+ minitest (5.10.1)
81
+ minitest-capybara (0.7.1)
82
+ capybara (~> 2.2)
83
+ minitest (~> 5.0)
84
+ rake
85
+ minitest-metadata (0.5.3)
86
+ minitest (>= 4.7, < 6.0)
87
+ minitest-rails (2.2.0)
88
+ minitest (~> 5.7)
89
+ railties (~> 4.1)
90
+ minitest-rails-capybara (2.1.1)
91
+ capybara (~> 2.0)
92
+ minitest-capybara (~> 0.7.0)
93
+ minitest-metadata (~> 0.5.0)
94
+ minitest-rails (~> 2.1)
95
+ mocha (1.1.0)
96
+ metaclass (~> 0.0.1)
97
+ nokogiri (1.7.0.1)
98
+ mini_portile2 (~> 2.1.0)
99
+ pry (0.10.1)
100
+ coderay (~> 1.1.0)
101
+ method_source (~> 0.8.1)
102
+ slop (~> 3.4)
103
+ public_suffix (2.0.5)
104
+ rack (1.6.5)
105
+ rack-test (0.6.3)
106
+ rack (>= 1.0)
107
+ rails (4.2.7.1)
108
+ actionmailer (= 4.2.7.1)
109
+ actionpack (= 4.2.7.1)
110
+ actionview (= 4.2.7.1)
111
+ activejob (= 4.2.7.1)
112
+ activemodel (= 4.2.7.1)
113
+ activerecord (= 4.2.7.1)
114
+ activesupport (= 4.2.7.1)
115
+ bundler (>= 1.3.0, < 2.0)
116
+ railties (= 4.2.7.1)
117
+ sprockets-rails
118
+ rails-deprecated_sanitizer (1.0.3)
119
+ activesupport (>= 4.2.0.alpha)
120
+ rails-dom-testing (1.0.8)
121
+ activesupport (>= 4.2.0.beta, < 5.0)
122
+ nokogiri (~> 1.6)
123
+ rails-deprecated_sanitizer (>= 1.0.1)
124
+ rails-html-sanitizer (1.0.3)
125
+ loofah (~> 2.0)
126
+ railties (4.2.7.1)
127
+ actionpack (= 4.2.7.1)
128
+ activesupport (= 4.2.7.1)
129
+ rake (>= 0.8.7)
130
+ thor (>= 0.18.1, < 2.0)
131
+ rake (12.0.0)
132
+ rubyzip (1.2.0)
133
+ selenium-webdriver (2.53.4)
134
+ childprocess (~> 0.5)
135
+ rubyzip (~> 1.0)
136
+ websocket (~> 1.0)
137
+ slop (3.6.0)
138
+ sprockets (3.7.1)
139
+ concurrent-ruby (~> 1.0)
140
+ rack (> 1, < 3)
141
+ sprockets-rails (3.2.0)
142
+ actionpack (>= 4.0)
143
+ activesupport (>= 4.0)
144
+ sprockets (>= 3.0.0)
145
+ sqlite3 (1.3.13)
146
+ thor (0.19.4)
147
+ thread_safe (0.3.5)
148
+ tzinfo (1.2.2)
149
+ thread_safe (~> 0.1)
150
+ websocket (1.2.3)
151
+ xpath (2.0.0)
152
+ nokogiri (~> 1.3)
153
+
154
+ PLATFORMS
155
+ ruby
156
+
157
+ DEPENDENCIES
158
+ ab-experiments-rails!
159
+ bundler
160
+ capybara (= 2.12.0)
161
+ jquery-rails (~> 4.0.3)
162
+ minitest-rails-capybara
163
+ mocha
164
+ pry
165
+ selenium-webdriver (= 2.53.4)
166
+ sqlite3
167
+
168
+ BUNDLED WITH
169
+ 1.13.7
data/README.md CHANGED
@@ -3,7 +3,7 @@ The ab-experiments-rails is wrap for [google ab experiments](https://developers.
3
3
  ## Instalation
4
4
  Add gem to your gemfile.
5
5
  ```
6
- gem 'ab-experiments-rails', git: 'https://github.com/hlidacky/ab-experiments-rails'
6
+ gem 'ab-experiments-rails', require: 'ab_experiments_rails'
7
7
  ```
8
8
  Run bundle.
9
9
  ```
@@ -1,6 +1,7 @@
1
- $:.push File.expand_path("../lib", __FILE__)
2
-
3
- require "ab_experiments_rails"
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'ab_experiments_rails/version'
4
5
 
5
6
  # Describe your gem and declare its dependencies:
6
7
  Gem::Specification.new do |s|
@@ -12,8 +13,8 @@ Gem::Specification.new do |s|
12
13
  s.summary = "Google ab experiments wrap"
13
14
  s.description = "The ab-experiments-rails is wrap for google ab experiments. Work with partials instead of javascript fighting."
14
15
  s.license = "MIT"
15
-
16
- s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md", "Gemfile", "ab_experiments_rails.gemspec"]
16
+ s.require_paths = ["lib"]
17
+ s.files = `git ls-files -z`.split("\x0")
17
18
  s.test_files = Dir["test/**/*"]
18
19
 
19
20
  s.add_dependency "rails", "~> 4.2.7.1"
@@ -1,5 +1,3 @@
1
- # Maintain your gem's version:
2
- require "ab_experiments_rails/version"
3
1
  require 'ab_experiments_rails/settings'
4
2
 
5
3
  module AbExperimentsRails
@@ -1,3 +1,3 @@
1
1
  module AbExperimentsRails
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ab-experiments-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ondrej Mudroncik
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-31 00:00:00.000000000 Z
11
+ date: 2017-02-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -60,7 +60,9 @@ executables: []
60
60
  extensions: []
61
61
  extra_rdoc_files: []
62
62
  files:
63
+ - ".gitignore"
63
64
  - Gemfile
65
+ - Gemfile.lock
64
66
  - MIT-LICENSE
65
67
  - README.md
66
68
  - Rakefile
@@ -75,11 +77,16 @@ files:
75
77
  - test/ab_experiments_rails_test.rb
76
78
  - test/dummy/README.rdoc
77
79
  - test/dummy/Rakefile
80
+ - test/dummy/app/assets/images/.keep
78
81
  - test/dummy/app/assets/javascripts/application.js
79
82
  - test/dummy/app/assets/stylesheets/application.css
80
83
  - test/dummy/app/controllers/application_controller.rb
84
+ - test/dummy/app/controllers/concerns/.keep
81
85
  - test/dummy/app/controllers/pages_controller.rb
82
86
  - test/dummy/app/helpers/application_helper.rb
87
+ - test/dummy/app/mailers/.keep
88
+ - test/dummy/app/models/.keep
89
+ - test/dummy/app/models/concerns/.keep
83
90
  - test/dummy/app/views/ab_experiments_rails/_header_content.html.erb
84
91
  - test/dummy/app/views/layouts/application.html.erb
85
92
  - test/dummy/app/views/pages/landing_page.html.erb
@@ -109,6 +116,8 @@ files:
109
116
  - test/dummy/db/development.sqlite3
110
117
  - test/dummy/db/schema.rb
111
118
  - test/dummy/db/test.sqlite3
119
+ - test/dummy/lib/assets/.keep
120
+ - test/dummy/log/.keep
112
121
  - test/dummy/public/404.html
113
122
  - test/dummy/public/422.html
114
123
  - test/dummy/public/500.html