vanity 2.2.10 → 3.0.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.
Files changed (42) hide show
  1. checksums.yaml +5 -5
  2. data/.travis.yml +8 -10
  3. data/Appraisals +9 -19
  4. data/CHANGELOG +7 -1
  5. data/Gemfile +1 -1
  6. data/Gemfile.lock +20 -12
  7. data/README.md +11 -13
  8. data/gemfiles/rails42.gemfile +2 -2
  9. data/gemfiles/rails42.gemfile.lock +89 -84
  10. data/gemfiles/rails42_protected_attributes.gemfile +2 -2
  11. data/gemfiles/rails42_protected_attributes.gemfile.lock +84 -79
  12. data/gemfiles/{rails41.gemfile → rails51.gemfile} +3 -3
  13. data/gemfiles/rails51.gemfile.lock +262 -0
  14. data/gemfiles/{rails5.gemfile → rails52.gemfile} +2 -2
  15. data/gemfiles/rails52.gemfile.lock +270 -0
  16. data/lib/generators/templates/{add_participants_unique_index_migration.rb → add_participants_unique_index_migration.rb.erb} +1 -1
  17. data/lib/generators/templates/{add_unique_indexes_migration.rb → add_unique_indexes_migration.rb.erb} +1 -1
  18. data/lib/generators/templates/{vanity_migration.rb → vanity_migration.rb.erb} +1 -1
  19. data/lib/generators/vanity/migration_generator.rb +34 -0
  20. data/lib/vanity/adapters/redis_adapter.rb +18 -18
  21. data/lib/vanity/version.rb +1 -1
  22. data/test/adapters/redis_adapter_test.rb +8 -12
  23. data/test/adapters/shared_tests.rb +7 -6
  24. data/test/commands/report_test.rb +13 -1
  25. data/test/configuration_test.rb +15 -2
  26. data/test/dummy/app/mailers/vanity_mailer.rb +3 -1
  27. data/test/dummy/config/routes.rb +17 -3
  28. data/test/experiment/ab_test.rb +3 -3
  29. data/test/frameworks/rails/action_controller_test.rb +12 -6
  30. data/test/frameworks/rails/action_mailer_test.rb +0 -1
  31. data/test/metric/active_record_test.rb +8 -2
  32. data/test/test_helper.rb +57 -10
  33. data/test/web/rails/dashboard_test.rb +19 -10
  34. data/vanity.gemspec +1 -1
  35. metadata +14 -19
  36. data/gemfiles/rails32.gemfile +0 -36
  37. data/gemfiles/rails32.gemfile.lock +0 -242
  38. data/gemfiles/rails41.gemfile.lock +0 -230
  39. data/gemfiles/rails5.gemfile.lock +0 -256
  40. data/lib/generators/vanity/add_participants_unique_index_generator.rb +0 -15
  41. data/lib/generators/vanity/add_unique_indexes_generator.rb +0 -15
  42. data/lib/generators/vanity_generator.rb +0 -15
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: b58da5ddd59dcdd27e4742ad396ae92e3dd80f45
4
- data.tar.gz: 0aa99c5fa92179b2f3c0f43b1e91ddf187650ccf
2
+ SHA256:
3
+ metadata.gz: 75725b5c7ca4f1b1d497c648e535b172252c8a15549b2ef02e34db481c82a09c
4
+ data.tar.gz: ef60692e07000fdb1459a9cd9e0ec335678fa1421eb972e9637f6b96ac723a12
5
5
  SHA512:
6
- metadata.gz: 43fb068dc90d3dc6a8e57db177635e1aace3c3928c4f0085dfce9965120d282df05d895c0bcfc2d6d742329792cf2552d0b475316a0307657873d006fcd8b776
7
- data.tar.gz: aff2012cc568b8b689b9b0f6570fa5c4c1be7ad39fd2264cd35d0faa70e040aedb66d52d93b3641102a8f4b6ee535a0ca3060b2e3820ff6585b4df90f8ea8868
6
+ metadata.gz: ab807463d789e567bd9c496e0ea97964dc7086a29428b7b9be002e03c3cf117838d19692bc0904f96aeebbea4c65a04c1360d62a98229989e7168c2a0abc9912
7
+ data.tar.gz: d67cda04066f6fe197b24105b129acafe0c94502fe30d686d09940e5e32d8fbd596a82c6e0f401bbb9e067de7fdb26043abdae6e7de0f1b3ba12f66700911100
@@ -11,23 +11,21 @@ services:
11
11
  - mongodb
12
12
  - redis-server
13
13
  rvm:
14
- - 2.1
15
- - 2.2.2
16
- - 2.3.0
17
- - jruby-9.1.7.0
14
+ - 2.3
15
+ - 2.4
16
+ - jruby-9.1.13.0
18
17
  env:
19
18
  - DB=mongodb
20
19
  - DB=redis
21
20
  - DB=active_record
22
21
  gemfile:
23
- - gemfiles/rails32.gemfile
24
- - gemfiles/rails41.gemfile
25
22
  - gemfiles/rails42.gemfile
26
23
  - gemfiles/rails42_protected_attributes.gemfile
27
- - gemfiles/rails5.gemfile
24
+ - gemfiles/rails51.gemfile
25
+ - gemfiles/rails52.gemfile
28
26
  matrix:
27
+ allow_failures:
28
+ - rvm: jruby-9.1.13.0
29
29
  exclude:
30
- - rvm: 2.1
31
- gemfile: gemfiles/rails5.gemfile
32
- - rvm: jruby-9.1.7.0
30
+ - rvm: jruby-9.1.13.0
33
31
  gemfile: gemfiles/rails5.gemfile
data/Appraisals CHANGED
@@ -1,38 +1,28 @@
1
- appraise "rails32" do
1
+ appraise "rails42" do
2
2
  gem "mocha", "~> 1.0", :require=>false
3
- gem "minitest", "~>4.2.0"
4
- gem "rails", "3.2.22"
5
- gem "minitest_tu_shim", "~> 1.3.3", :platforms => :mri_22
3
+ gem "rails", "4.2.9"
6
4
  gem "fastthread", :git => "git://github.com/zoltankiss/fastthread.git", :platforms => :mri_20
7
5
  gem "passenger", "~>3.0"
8
- gem "test-unit", "~> 3.0"
9
6
  end
10
7
 
11
- appraise "rails41" do
8
+ appraise "rails42-protected_attributes" do
9
+ gem "protected_attributes", "1.1.0"
12
10
  gem "mocha", "~> 1.0", :require=>false
13
- gem "rails", "4.1.9"
11
+ gem "rails", "4.2.9"
14
12
  gem "fastthread", :git => "git://github.com/zoltankiss/fastthread.git", :platforms => :mri_20
15
13
  gem "passenger", "~>3.0"
16
14
  end
17
15
 
18
- appraise "rails42" do
16
+ appraise "rails51" do
19
17
  gem "mocha", "~> 1.0", :require=>false
20
- gem "rails", "4.2.0"
18
+ gem "rails", "~>5.1.0"
21
19
  gem "fastthread", :git => "git://github.com/zoltankiss/fastthread.git", :platforms => :mri_20
22
20
  gem "passenger", "~>3.0"
23
21
  end
24
22
 
25
- appraise "rails42-protected_attributes" do
26
- gem "protected_attributes", "1.1.0"
23
+ appraise "rails52" do
27
24
  gem "mocha", "~> 1.0", :require=>false
28
- gem "rails", "4.2.0"
25
+ gem "rails", "~>5.2.0"
29
26
  gem "fastthread", :git => "git://github.com/zoltankiss/fastthread.git", :platforms => :mri_20
30
27
  gem "passenger", "~>3.0"
31
28
  end
32
-
33
- appraise "rails5" do
34
- gem "mocha", "~> 1.0", :require=>false
35
- gem "rails", "5.0.0"
36
- gem "fastthread", :git => "git://github.com/zoltankiss/fastthread.git", :platforms => :mri_20
37
- gem "passenger", "~>3.0"
38
- end
data/CHANGELOG CHANGED
@@ -1,4 +1,10 @@
1
- == Unreleased
1
+ == 3.0.0 (2018-11-02)
2
+
3
+ * Fully destroy experiments using the Redis adapter (@urbanautomaton)
4
+ * Fix support for rails 5.1, 5.2 migrations (@phillbaker)
5
+ * Support for redis 4 (#334) (@askehansen)
6
+ * Drop support for redis-rb <= 3.2.0 (@phillbaker)
7
+ * Drop support for rails 2, test recent rubies (@phillbaker)
2
8
 
3
9
  == 2.2.10 (2018-03-18)
4
10
 
data/Gemfile CHANGED
@@ -8,7 +8,7 @@ gemspec development_group: :test
8
8
  gem "rack"
9
9
 
10
10
  # Persistence
11
- gem "redis", ">= 2.1"
11
+ gem "redis", ">= 3.2.1"
12
12
  gem "redis-namespace", ">= 1.1.0"
13
13
  gem "mongo", "~> 2.1"
14
14
 
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- vanity (2.2.10)
4
+ vanity (3.0.0)
5
5
  i18n
6
6
 
7
7
  GEM
@@ -15,7 +15,7 @@ GEM
15
15
  activerecord (>= 2.2)
16
16
  activesupport (2.3.14)
17
17
  addressable (2.2.7)
18
- appraisal (1.0.3)
18
+ appraisal (2.0.2)
19
19
  bundler
20
20
  rake
21
21
  thor (>= 0.14.0)
@@ -38,11 +38,12 @@ GEM
38
38
  fakefs (0.6.7)
39
39
  fast-stemmer (1.0.2)
40
40
  ffi (1.9.8)
41
+ ffi (1.9.8-java)
41
42
  garb (0.9.1)
42
43
  activesupport (>= 2.2.0)
43
44
  crack (>= 0.1.6)
44
45
  hitimes (1.2.2)
45
- i18n (0.9.3)
46
+ i18n (1.0.1)
46
47
  concurrent-ruby (~> 1.0)
47
48
  integration (0.1.0)
48
49
  jdbc-sqlite3 (3.8.7)
@@ -87,6 +88,11 @@ GEM
87
88
  coderay (~> 1.1.0)
88
89
  method_source (~> 0.8.1)
89
90
  slop (~> 3.4)
91
+ pry (0.10.3-java)
92
+ coderay (~> 1.1.0)
93
+ method_source (~> 0.8.1)
94
+ slop (~> 3.4)
95
+ spoon (~> 0.0)
90
96
  pygments.rb (0.6.3)
91
97
  posix-spawn (~> 0.3.6)
92
98
  yajl-ruby (~> 1.2.0)
@@ -96,15 +102,17 @@ GEM
96
102
  rb-inotify (0.9.5)
97
103
  ffi (>= 0.5.0)
98
104
  redcarpet (3.2.3)
99
- redis (3.0.6)
100
- redis-namespace (1.3.2)
101
- redis (~> 3.0.4)
105
+ redis (4.0.3)
106
+ redis-namespace (1.6.0)
107
+ redis (>= 3.0.4)
102
108
  rubystats (0.2.5)
103
109
  safe_yaml (1.0.4)
104
110
  sass (3.4.13)
105
111
  slop (3.6.0)
112
+ spoon (0.0.6)
113
+ ffi
106
114
  sqlite3 (1.3.10)
107
- thor (0.19.1)
115
+ thor (0.20.0)
108
116
  timecop (0.3.5)
109
117
  timers (4.0.1)
110
118
  hitimes
@@ -113,8 +121,8 @@ GEM
113
121
  webmock (1.8.0)
114
122
  addressable (>= 2.2.7)
115
123
  crack (>= 0.1.7)
116
- yajl-ruby (1.2.1)
117
- yard (0.7.5)
124
+ yajl-ruby (1.2.3)
125
+ yard (0.9.16)
118
126
 
119
127
  PLATFORMS
120
128
  java
@@ -123,7 +131,7 @@ PLATFORMS
123
131
  DEPENDENCIES
124
132
  RedCloth
125
133
  activerecord-jdbc-adapter
126
- appraisal (~> 1.0.2)
134
+ appraisal (~> 2.0.0)
127
135
  bundler (>= 1.8.0)
128
136
  fakefs
129
137
  garb (< 0.9.2)
@@ -135,7 +143,7 @@ DEPENDENCIES
135
143
  pry
136
144
  rack
137
145
  rake
138
- redis (>= 2.1)
146
+ redis (>= 3.2.1)
139
147
  redis-namespace (>= 1.1.0)
140
148
  rubystats (>= 0.2.5)
141
149
  sqlite3 (~> 1.3.10)
@@ -145,4 +153,4 @@ DEPENDENCIES
145
153
  yard
146
154
 
147
155
  BUNDLED WITH
148
- 1.13.0
156
+ 1.17.1
data/README.md CHANGED
@@ -61,7 +61,7 @@ Datastores should be configured using a `config/vanity.yml`.
61
61
  Add to your Gemfile:
62
62
 
63
63
  ```ruby
64
- gem "redis", ">= 2.1"
64
+ gem "redis", ">= 3.2"
65
65
  gem "redis-namespace", ">= 1.1.0"
66
66
  ```
67
67
 
@@ -139,10 +139,11 @@ test:
139
139
  active_record_adapter: default
140
140
  collecting: false
141
141
  production:
142
+ adapter: active_record
142
143
  active_record_adapter: postgresql
143
144
  <% uri = URI.parse(ENV['DATABASE_URL']) %>
144
145
  host: <%= uri.host %>
145
- username: <%= uri.username %>
146
+ username: <%= uri.user%>
146
147
  password: <%= uri.password %>
147
148
  port: <%= uri.port %>
148
149
  database: <%= uri.path.sub('/', '') %>
@@ -379,18 +380,15 @@ your view no participants will be recorded.
379
380
 
380
381
  Here's what's tested and known to work:
381
382
 
382
- Ruby 2.1
383
- Persistence: Redis, Mongo, ActiveRecord
384
- Rails: 3.2, 4.1, 4.2
385
- Ruby 2.2
386
- Persistence: Redis, Mongo, ActiveRecord
387
- Rails: 3.2, 4.1, 4.2, 5
388
383
  Ruby 2.3
389
- Persistence: Redis, Mongo, ActiveRecord
390
- Rails: 3.2, 4.1, 4.2, 5
391
- JRuby 1.9
392
- Persistence: Redis, Mongo, ActiveRecord
393
- Rails: 3.2, 4.1, 4.2
384
+ Persistence: Redis (redis-rb >= 3.2.1), Mongo, ActiveRecord
385
+ Rails: 4.1, 4.2, 5
386
+ Ruby 2.4
387
+ Persistence: Redis (redis-rb >= 3.2.1), Mongo, ActiveRecord
388
+ Rails: 4.1, 4.2, 5
389
+ JRuby 9.1
390
+ Persistence: Redis (redis-rb >= 3.2.1), Mongo, ActiveRecord
391
+ Rails: 4.1, 4.2
394
392
 
395
393
  ## Testing
396
394
 
@@ -3,14 +3,14 @@
3
3
  source "https://rubygems.org"
4
4
 
5
5
  gem "rack"
6
- gem "redis", ">= 2.1"
6
+ gem "redis", "= 3.3.3"
7
7
  gem "redis-namespace", ">= 1.1.0"
8
8
  gem "mongo", "~> 2.1"
9
9
  gem "integration", "<= 0.1.0"
10
10
  gem "rubystats", ">= 0.2.5"
11
11
  gem "garb", "< 0.9.2", :require => false
12
12
  gem "mocha", "~> 1.0", :require => false
13
- gem "rails", "4.2.0"
13
+ gem "rails", "4.2.9"
14
14
  gem "fastthread", :git => "git://github.com/zoltankiss/fastthread.git", :platforms => :mri_20
15
15
  gem "passenger", "~>3.0"
16
16
 
@@ -5,9 +5,9 @@ GIT
5
5
  fastthread (1.0.7)
6
6
 
7
7
  PATH
8
- remote: ../
8
+ remote: ..
9
9
  specs:
10
- vanity (2.2.10)
10
+ vanity (3.0.0)
11
11
  i18n
12
12
 
13
13
  GEM
@@ -15,53 +15,52 @@ GEM
15
15
  specs:
16
16
  RedCloth (4.2.9)
17
17
  RedCloth (4.2.9-java)
18
- actionmailer (4.2.0)
19
- actionpack (= 4.2.0)
20
- actionview (= 4.2.0)
21
- activejob (= 4.2.0)
18
+ actionmailer (4.2.9)
19
+ actionpack (= 4.2.9)
20
+ actionview (= 4.2.9)
21
+ activejob (= 4.2.9)
22
22
  mail (~> 2.5, >= 2.5.4)
23
23
  rails-dom-testing (~> 1.0, >= 1.0.5)
24
- actionpack (4.2.0)
25
- actionview (= 4.2.0)
26
- activesupport (= 4.2.0)
27
- rack (~> 1.6.0)
24
+ actionpack (4.2.9)
25
+ actionview (= 4.2.9)
26
+ activesupport (= 4.2.9)
27
+ rack (~> 1.6)
28
28
  rack-test (~> 0.6.2)
29
29
  rails-dom-testing (~> 1.0, >= 1.0.5)
30
- rails-html-sanitizer (~> 1.0, >= 1.0.1)
31
- actionview (4.2.0)
32
- activesupport (= 4.2.0)
30
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
31
+ actionview (4.2.9)
32
+ activesupport (= 4.2.9)
33
33
  builder (~> 3.1)
34
34
  erubis (~> 2.7.0)
35
35
  rails-dom-testing (~> 1.0, >= 1.0.5)
36
- rails-html-sanitizer (~> 1.0, >= 1.0.1)
37
- activejob (4.2.0)
38
- activesupport (= 4.2.0)
36
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
37
+ activejob (4.2.9)
38
+ activesupport (= 4.2.9)
39
39
  globalid (>= 0.3.0)
40
- activemodel (4.2.0)
41
- activesupport (= 4.2.0)
40
+ activemodel (4.2.9)
41
+ activesupport (= 4.2.9)
42
42
  builder (~> 3.1)
43
- activerecord (4.2.0)
44
- activemodel (= 4.2.0)
45
- activesupport (= 4.2.0)
43
+ activerecord (4.2.9)
44
+ activemodel (= 4.2.9)
45
+ activesupport (= 4.2.9)
46
46
  arel (~> 6.0)
47
47
  activerecord-jdbc-adapter (1.3.15)
48
48
  activerecord (>= 2.2)
49
- activesupport (4.2.0)
49
+ activesupport (4.2.9)
50
50
  i18n (~> 0.7)
51
- json (~> 1.7, >= 1.7.7)
52
51
  minitest (~> 5.1)
53
52
  thread_safe (~> 0.3, >= 0.3.4)
54
53
  tzinfo (~> 1.1)
55
54
  addressable (2.3.6)
56
- appraisal (1.0.2)
55
+ appraisal (2.0.2)
57
56
  bundler
58
57
  rake
59
58
  thor (>= 0.14.0)
60
- arel (6.0.0)
59
+ arel (6.0.4)
61
60
  blankslate (2.1.2.4)
62
61
  bson (4.0.2)
63
62
  bson (4.0.2-java)
64
- builder (3.2.2)
63
+ builder (3.2.3)
65
64
  celluloid (0.16.0)
66
65
  timers (~> 4.0.0)
67
66
  classifier-reborn (2.0.3)
@@ -72,22 +71,26 @@ GEM
72
71
  execjs
73
72
  coffee-script-source (1.9.1)
74
73
  colorator (0.1)
74
+ concurrent-ruby (1.0.5)
75
+ concurrent-ruby (1.0.5-java)
75
76
  crack (0.4.2)
76
77
  safe_yaml (~> 1.0.0)
78
+ crass (1.0.4)
77
79
  daemon_controller (1.2.0)
78
80
  erubis (2.7.0)
79
81
  execjs (2.5.2)
80
82
  fakefs (0.6.7)
81
83
  fast-stemmer (1.0.2)
82
84
  ffi (1.9.8)
85
+ ffi (1.9.8-java)
83
86
  garb (0.9.1)
84
87
  activesupport (>= 2.2.0)
85
88
  crack (>= 0.1.6)
86
- globalid (0.3.0)
87
- activesupport (>= 4.1.0)
88
- hike (1.2.3)
89
+ globalid (0.4.1)
90
+ activesupport (>= 4.2.0)
89
91
  hitimes (1.2.2)
90
- i18n (0.7.0)
92
+ i18n (0.9.5)
93
+ concurrent-ruby (~> 1.0)
91
94
  integration (0.1.0)
92
95
  jdbc-sqlite3 (3.8.7)
93
96
  jekyll (2.5.3)
@@ -113,32 +116,30 @@ GEM
113
116
  sass (~> 3.2)
114
117
  jekyll-watch (1.2.1)
115
118
  listen (~> 2.7)
116
- json (1.8.2)
117
- json (1.8.2-java)
118
119
  kramdown (1.6.0)
119
120
  liquid (2.6.2)
120
121
  listen (2.10.0)
121
122
  celluloid (~> 0.16.0)
122
123
  rb-fsevent (>= 0.9.3)
123
124
  rb-inotify (>= 0.9)
124
- loofah (2.0.1)
125
+ loofah (2.2.2)
126
+ crass (~> 1.0.2)
125
127
  nokogiri (>= 1.5.9)
126
- mail (2.6.3)
127
- mime-types (>= 1.16, < 3)
128
+ mail (2.7.0)
129
+ mini_mime (>= 0.1.1)
128
130
  mercenary (0.3.5)
129
131
  metaclass (0.0.4)
130
132
  method_source (0.8.2)
131
- mime-types (2.4.3)
132
- mini_portile (0.6.2)
133
- minitest (5.5.1)
134
- mocha (1.1.0)
133
+ mini_mime (1.0.0)
134
+ mini_portile2 (2.3.0)
135
+ minitest (5.11.3)
136
+ mocha (1.7.0)
135
137
  metaclass (~> 0.0.1)
136
138
  mongo (2.2.3)
137
139
  bson (~> 4.0)
138
- multi_json (1.10.1)
139
- nokogiri (1.6.5)
140
- mini_portile (~> 0.6.0)
141
- nokogiri (1.6.5-java)
140
+ nokogiri (1.8.3)
141
+ mini_portile2 (~> 2.3.0)
142
+ nokogiri (1.8.3-java)
142
143
  parslet (1.5.0)
143
144
  blankslate (~> 2.0)
144
145
  passenger (3.0.21)
@@ -151,73 +152,77 @@ GEM
151
152
  coderay (~> 1.1.0)
152
153
  method_source (~> 0.8.1)
153
154
  slop (~> 3.4)
155
+ pry (0.10.3-java)
156
+ coderay (~> 1.1.0)
157
+ method_source (~> 0.8.1)
158
+ slop (~> 3.4)
159
+ spoon (~> 0.0)
154
160
  pygments.rb (0.6.3)
155
161
  posix-spawn (~> 0.3.6)
156
162
  yajl-ruby (~> 1.2.0)
157
- rack (1.6.0)
163
+ rack (1.6.10)
158
164
  rack-test (0.6.3)
159
165
  rack (>= 1.0)
160
- rails (4.2.0)
161
- actionmailer (= 4.2.0)
162
- actionpack (= 4.2.0)
163
- actionview (= 4.2.0)
164
- activejob (= 4.2.0)
165
- activemodel (= 4.2.0)
166
- activerecord (= 4.2.0)
167
- activesupport (= 4.2.0)
166
+ rails (4.2.9)
167
+ actionmailer (= 4.2.9)
168
+ actionpack (= 4.2.9)
169
+ actionview (= 4.2.9)
170
+ activejob (= 4.2.9)
171
+ activemodel (= 4.2.9)
172
+ activerecord (= 4.2.9)
173
+ activesupport (= 4.2.9)
168
174
  bundler (>= 1.3.0, < 2.0)
169
- railties (= 4.2.0)
175
+ railties (= 4.2.9)
170
176
  sprockets-rails
171
177
  rails-deprecated_sanitizer (1.0.3)
172
178
  activesupport (>= 4.2.0.alpha)
173
- rails-dom-testing (1.0.5)
174
- activesupport (>= 4.2.0.beta, < 5.0)
175
- nokogiri (~> 1.6.0)
179
+ rails-dom-testing (1.0.9)
180
+ activesupport (>= 4.2.0, < 5.0)
181
+ nokogiri (~> 1.6)
176
182
  rails-deprecated_sanitizer (>= 1.0.1)
177
- rails-html-sanitizer (1.0.1)
178
- loofah (~> 2.0)
179
- railties (4.2.0)
180
- actionpack (= 4.2.0)
181
- activesupport (= 4.2.0)
183
+ rails-html-sanitizer (1.0.4)
184
+ loofah (~> 2.2, >= 2.2.2)
185
+ railties (4.2.9)
186
+ actionpack (= 4.2.9)
187
+ activesupport (= 4.2.9)
182
188
  rake (>= 0.8.7)
183
189
  thor (>= 0.18.1, < 2.0)
184
- rake (10.4.2)
190
+ rake (12.3.1)
185
191
  rb-fsevent (0.9.4)
186
192
  rb-inotify (0.9.5)
187
193
  ffi (>= 0.5.0)
188
194
  redcarpet (3.2.3)
189
- redis (3.2.0)
190
- redis-namespace (1.5.1)
191
- redis (~> 3.0, >= 3.0.4)
195
+ redis (3.3.3)
196
+ redis-namespace (1.6.0)
197
+ redis (>= 3.0.4)
192
198
  rubystats (0.2.5)
193
199
  safe_yaml (1.0.4)
194
200
  sass (3.4.13)
195
201
  slop (3.6.0)
196
- sprockets (2.12.3)
197
- hike (~> 1.2)
198
- multi_json (~> 1.0)
199
- rack (~> 1.0)
200
- tilt (~> 1.1, != 1.3.0)
201
- sprockets-rails (2.2.2)
202
- actionpack (>= 3.0)
203
- activesupport (>= 3.0)
204
- sprockets (>= 2.8, < 4.0)
202
+ spoon (0.0.6)
203
+ ffi
204
+ sprockets (3.7.2)
205
+ concurrent-ruby (~> 1.0)
206
+ rack (> 1, < 3)
207
+ sprockets-rails (3.2.1)
208
+ actionpack (>= 4.0)
209
+ activesupport (>= 4.0)
210
+ sprockets (>= 3.0.0)
205
211
  sqlite3 (1.3.10)
206
- thor (0.19.1)
207
- thread_safe (0.3.4)
208
- thread_safe (0.3.4-java)
209
- tilt (1.4.1)
212
+ thor (0.20.0)
213
+ thread_safe (0.3.6)
214
+ thread_safe (0.3.6-java)
210
215
  timecop (0.7.1)
211
216
  timers (4.0.1)
212
217
  hitimes
213
218
  toml (0.1.2)
214
219
  parslet (~> 1.5.0)
215
- tzinfo (1.2.2)
220
+ tzinfo (1.2.5)
216
221
  thread_safe (~> 0.1)
217
222
  webmock (1.20.4)
218
223
  addressable (>= 2.3.6)
219
224
  crack (>= 0.3.2)
220
- yajl-ruby (1.2.1)
225
+ yajl-ruby (1.2.2)
221
226
  yard (0.8.7.6)
222
227
 
223
228
  PLATFORMS
@@ -227,7 +232,7 @@ PLATFORMS
227
232
  DEPENDENCIES
228
233
  RedCloth
229
234
  activerecord-jdbc-adapter
230
- appraisal (~> 1.0.2)
235
+ appraisal (~> 2.0.0)
231
236
  bundler (>= 1.8.0)
232
237
  fakefs
233
238
  fastthread!
@@ -241,9 +246,9 @@ DEPENDENCIES
241
246
  passenger (~> 3.0)
242
247
  pry
243
248
  rack
244
- rails (= 4.2.0)
249
+ rails (= 4.2.9)
245
250
  rake
246
- redis (>= 2.1)
251
+ redis (= 3.3.3)
247
252
  redis-namespace (>= 1.1.0)
248
253
  rubystats (>= 0.2.5)
249
254
  sqlite3 (~> 1.3.10)
@@ -253,4 +258,4 @@ DEPENDENCIES
253
258
  yard
254
259
 
255
260
  BUNDLED WITH
256
- 1.13.0
261
+ 1.17.1