angular_xss 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.rspec +1 -0
- data/.ruby-version +1 -0
- data/.travis.yml +20 -9
- data/Gemfile +1 -0
- data/Gemfile.lock +1 -0
- data/Rakefile +3 -66
- data/gemfiles/Gemfile.rails-3.2 +9 -0
- data/gemfiles/Gemfile.rails-3.2.lock +91 -0
- data/gemfiles/Gemfile.rails-4.2.haml-4 +8 -0
- data/gemfiles/Gemfile.rails-4.2.haml-4.lock +88 -0
- data/gemfiles/Gemfile.rails-4.2.haml-5 +8 -0
- data/gemfiles/Gemfile.rails-4.2.haml-5.lock +90 -0
- data/gemfiles/Gemfile.rails-5.1.haml-4 +8 -0
- data/gemfiles/Gemfile.rails-5.1.haml-4.lock +85 -0
- data/gemfiles/Gemfile.rails-5.1.haml-5 +8 -0
- data/gemfiles/Gemfile.rails-5.1.haml-5.lock +87 -0
- data/lib/angular_xss/action_view.rb +2 -1
- data/lib/angular_xss/erb.rb +2 -1
- data/lib/angular_xss/haml.rb +14 -10
- data/lib/angular_xss/safe_buffer.rb +4 -3
- data/lib/angular_xss/version.rb +1 -1
- data/spec/{shared/tests → angular_xss}/erb_spec.rb +1 -1
- data/spec/{shared/tests → angular_xss}/haml_spec.rb +1 -1
- data/spec/{shared/tests → angular_xss}/safe_buffer_spec.rb +0 -0
- data/spec/spec_helper.rb +37 -0
- data/spec/{shared/support → support}/engine_preventing_angular_xss.rb +10 -2
- data/spec/{shared/app_root/app/views/test → templates}/_test_erb.erb +0 -0
- data/spec/{shared/app_root/app/views/test → templates}/_test_haml.haml +5 -3
- metadata +76 -204
- data/spec/rails-2.3/Gemfile +0 -12
- data/spec/rails-2.3/Gemfile.lock +0 -62
- data/spec/rails-2.3/Rakefile +0 -11
- data/spec/rails-2.3/app_root/config/boot.rb +0 -129
- data/spec/rails-2.3/app_root/config/database.yml +0 -4
- data/spec/rails-2.3/app_root/config/environment.rb +0 -14
- data/spec/rails-2.3/app_root/config/environments/test.rb +0 -28
- data/spec/rails-2.3/app_root/config/preinitializer.rb +0 -20
- data/spec/rails-2.3/app_root/config/routes.rb +0 -4
- data/spec/rails-2.3/app_root/lib/console_with_fixtures.rb +0 -4
- data/spec/rails-2.3/app_root/log/.gitignore +0 -1
- data/spec/rails-2.3/app_root/script/console +0 -7
- data/spec/rails-2.3/rcov.opts +0 -2
- data/spec/rails-2.3/spec.opts +0 -4
- data/spec/rails-2.3/spec/spec_helper.rb +0 -20
- data/spec/rails-3.2/.rspec +0 -2
- data/spec/rails-3.2/Gemfile +0 -10
- data/spec/rails-3.2/Gemfile.lock +0 -129
- data/spec/rails-3.2/Rakefile +0 -10
- data/spec/rails-3.2/app_root/.gitignore +0 -4
- data/spec/rails-3.2/app_root/config/application.rb +0 -32
- data/spec/rails-3.2/app_root/config/boot.rb +0 -13
- data/spec/rails-3.2/app_root/config/database.yml +0 -4
- data/spec/rails-3.2/app_root/config/environment.rb +0 -5
- data/spec/rails-3.2/app_root/config/environments/test.rb +0 -35
- data/spec/rails-3.2/app_root/config/initializers/backtrace_silencers.rb +0 -7
- data/spec/rails-3.2/app_root/config/initializers/inflections.rb +0 -10
- data/spec/rails-3.2/app_root/config/initializers/mime_types.rb +0 -5
- data/spec/rails-3.2/app_root/config/initializers/secret_token.rb +0 -7
- data/spec/rails-3.2/app_root/config/initializers/session_store.rb +0 -8
- data/spec/rails-3.2/app_root/config/routes.rb +0 -58
- data/spec/rails-3.2/app_root/lib/tasks/.gitkeep +0 -0
- data/spec/rails-3.2/app_root/log/.gitkeep +0 -0
- data/spec/rails-3.2/app_root/script/rails +0 -6
- data/spec/rails-3.2/rcov.opts +0 -2
- data/spec/rails-3.2/spec/spec_helper.rb +0 -20
- data/spec/rails-4.2/.rspec +0 -2
- data/spec/rails-4.2/Gemfile +0 -10
- data/spec/rails-4.2/Gemfile.lock +0 -157
- data/spec/rails-4.2/Rakefile +0 -10
- data/spec/rails-4.2/app_root/.gitignore +0 -4
- data/spec/rails-4.2/app_root/config/application.rb +0 -34
- data/spec/rails-4.2/app_root/config/boot.rb +0 -13
- data/spec/rails-4.2/app_root/config/database.yml +0 -4
- data/spec/rails-4.2/app_root/config/environment.rb +0 -5
- data/spec/rails-4.2/app_root/config/environments/test.rb +0 -35
- data/spec/rails-4.2/app_root/config/initializers/backtrace_silencers.rb +0 -7
- data/spec/rails-4.2/app_root/config/initializers/inflections.rb +0 -10
- data/spec/rails-4.2/app_root/config/initializers/mime_types.rb +0 -5
- data/spec/rails-4.2/app_root/config/initializers/secret_token.rb +0 -7
- data/spec/rails-4.2/app_root/config/initializers/session_store.rb +0 -8
- data/spec/rails-4.2/app_root/config/routes.rb +0 -3
- data/spec/rails-4.2/app_root/lib/tasks/.gitkeep +0 -0
- data/spec/rails-4.2/app_root/log/.gitkeep +0 -0
- data/spec/rails-4.2/app_root/script/rails +0 -6
- data/spec/rails-4.2/rcov.opts +0 -2
- data/spec/rails-4.2/spec/spec_helper.rb +0 -27
- data/spec/shared/app_root/app/controllers/application_controller.rb +0 -2
- data/spec/shared/app_root/app/helpers/application_helper.rb +0 -3
- data/spec/shared/app_root/app/models/.gitkeep +0 -0
- data/spec/shared/app_root/config/database.yml +0 -4
- data/spec/shared/app_root/db/migrate/.gitkeep +0 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 8285965b9fb9aea32781f2248b2df9cf6b4265fb
|
4
|
+
data.tar.gz: a1c00df41faef450247779d0f4d1e4894e06d453
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 831832e385c8260bc7663fe4bd125f34166fbd5f50ac335a49e0ef542b5c9639903cd4f95572f1ee4f1d34dc2fbf40e8f65acb29ee8e0d4d439aaaab88a4f791
|
7
|
+
data.tar.gz: 03c23f5a1c4d5ecb2ebe5388a91b317b87f91e0b26fd9ee76f5cedc5348e376daa4fd767acaad81f90724b834dd7c66cb9f05cf4bb3db4c6896d60ee0742e27c
|
data/.rspec
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
--require spec_helper
|
data/.ruby-version
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
2.3.5
|
data/.travis.yml
CHANGED
@@ -1,15 +1,26 @@
|
|
1
1
|
language: ruby
|
2
|
+
sudo: false
|
2
3
|
rvm:
|
3
|
-
- "1.8.7"
|
4
|
-
- "1.9.3"
|
5
4
|
- "2.1.2"
|
6
|
-
|
7
|
-
|
8
|
-
|
5
|
+
- "2.3.5"
|
6
|
+
gemfile:
|
7
|
+
- gemfiles/Gemfile.rails-3.2
|
8
|
+
- gemfiles/Gemfile.rails-4.2.haml-4
|
9
|
+
- gemfiles/Gemfile.rails-4.2.haml-5
|
10
|
+
- gemfiles/Gemfile.rails-5.1.haml-4
|
11
|
+
- gemfiles/Gemfile.rails-5.1.haml-5
|
9
12
|
notifications:
|
10
13
|
email:
|
11
14
|
- fail@makandra.de
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
15
|
+
cache: bundler
|
16
|
+
install:
|
17
|
+
# Replace default Travis CI bundler script with a version that doesn't
|
18
|
+
# explode when lockfile doesn't match recently bumped version
|
19
|
+
- bundle install --no-deployment --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
|
20
|
+
script: bundle exec rake current_rspec
|
21
|
+
matrix:
|
22
|
+
exclude:
|
23
|
+
- gemfile: gemfiles/Gemfile.rails-5.1.haml-4
|
24
|
+
rvm: "2.1.2"
|
25
|
+
- gemfile: gemfiles/Gemfile.rails-5.1.haml-5
|
26
|
+
rvm: "2.1.2"
|
data/Gemfile
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
gemfiles/Gemfile.rails-4.2.haml-5
|
data/Gemfile.lock
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
gemfiles/Gemfile.rails-4.2.haml-5.lock
|
data/Rakefile
CHANGED
@@ -1,70 +1,7 @@
|
|
1
1
|
require 'rake'
|
2
2
|
require 'bundler/gem_tasks'
|
3
|
+
require 'gemika/tasks'
|
3
4
|
|
4
|
-
desc 'Default: Run all specs.'
|
5
|
-
task :default => 'all:spec'
|
6
|
-
|
7
|
-
|
8
|
-
namespace :travis do
|
9
|
-
|
10
|
-
desc 'Run tests on Travis CI'
|
11
|
-
task :run => ['slimgems', 'all:bundle:install', 'all:spec']
|
12
|
-
|
13
|
-
desc 'Install slimgems'
|
14
|
-
task :slimgems do
|
15
|
-
if RUBY_VERSION == '1.8.7'
|
16
|
-
system('gem install slimgems')
|
17
|
-
end
|
18
|
-
end
|
19
|
-
|
20
|
-
end
|
21
|
-
|
22
|
-
namespace :all do
|
23
|
-
|
24
|
-
desc "Run specs on all spec apps"
|
25
|
-
task :spec do
|
26
|
-
success = true
|
27
|
-
for_each_directory_of('spec/**/Rakefile') do |directory|
|
28
|
-
env = "SPEC=../../#{ENV['SPEC']} " if ENV['SPEC']
|
29
|
-
success &= system("cd #{directory} && #{env} bundle exec rake spec")
|
30
|
-
end
|
31
|
-
fail "Tests failed" unless success
|
32
|
-
end
|
33
5
|
|
34
|
-
|
35
|
-
|
36
|
-
desc "Bundle all spec apps"
|
37
|
-
task :install do
|
38
|
-
for_each_directory_of('spec/**/Gemfile') do |directory|
|
39
|
-
Bundler.with_clean_env do
|
40
|
-
system("cd #{directory} && bundle install")
|
41
|
-
end
|
42
|
-
end
|
43
|
-
end
|
44
|
-
|
45
|
-
desc "Update all gems, or a list of gem given by the GEM environment variable"
|
46
|
-
task :update do
|
47
|
-
for_each_directory_of('spec/**/Gemfile') do |directory|
|
48
|
-
Bundler.with_clean_env do
|
49
|
-
system("cd #{directory} && bundle update #{ENV['GEM']}")
|
50
|
-
end
|
51
|
-
end
|
52
|
-
end
|
53
|
-
|
54
|
-
end
|
55
|
-
|
56
|
-
end
|
57
|
-
|
58
|
-
def for_each_directory_of(path, &block)
|
59
|
-
Dir[path].sort.each do |rakefile|
|
60
|
-
directory = File.dirname(rakefile)
|
61
|
-
puts '', "\033[44m#{directory}\033[0m", ''
|
62
|
-
|
63
|
-
if (RUBY_VERSION == '1.8.7' && directory =~ /-4\.2$/) ||
|
64
|
-
(RUBY_VERSION != '1.8.7' && directory =~ /-2\.3$/)
|
65
|
-
puts "Skipping tests for Ruby #{RUBY_VERSION} since it is unsupported"
|
66
|
-
else
|
67
|
-
block.call(directory)
|
68
|
-
end
|
69
|
-
end
|
70
|
-
end
|
6
|
+
desc 'Default: Run all specs.'
|
7
|
+
task :default => 'matrix:spec'
|
@@ -0,0 +1,91 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
angular_xss (0.3.1)
|
5
|
+
activesupport
|
6
|
+
haml (>= 3.1.5)
|
7
|
+
|
8
|
+
GEM
|
9
|
+
remote: http://rubygems.org/
|
10
|
+
specs:
|
11
|
+
actionpack (3.2.22.5)
|
12
|
+
activemodel (= 3.2.22.5)
|
13
|
+
activesupport (= 3.2.22.5)
|
14
|
+
builder (~> 3.0.0)
|
15
|
+
erubis (~> 2.7.0)
|
16
|
+
journey (~> 1.0.4)
|
17
|
+
rack (~> 1.4.5)
|
18
|
+
rack-cache (~> 1.2)
|
19
|
+
rack-test (~> 0.6.1)
|
20
|
+
sprockets (~> 2.2.1)
|
21
|
+
activemodel (3.2.22.5)
|
22
|
+
activesupport (= 3.2.22.5)
|
23
|
+
builder (~> 3.0.0)
|
24
|
+
activesupport (3.2.22.5)
|
25
|
+
i18n (~> 0.6, >= 0.6.4)
|
26
|
+
multi_json (~> 1.0)
|
27
|
+
builder (3.0.4)
|
28
|
+
concurrent-ruby (1.0.5)
|
29
|
+
diff-lcs (1.3)
|
30
|
+
erubis (2.7.0)
|
31
|
+
gemika (0.3.2)
|
32
|
+
haml (4.0.2)
|
33
|
+
tilt
|
34
|
+
hike (1.2.3)
|
35
|
+
i18n (0.9.1)
|
36
|
+
concurrent-ruby (~> 1.0)
|
37
|
+
journey (1.0.4)
|
38
|
+
json (1.8.6)
|
39
|
+
multi_json (1.12.2)
|
40
|
+
rack (1.4.7)
|
41
|
+
rack-cache (1.7.1)
|
42
|
+
rack (>= 0.4)
|
43
|
+
rack-ssl (1.3.4)
|
44
|
+
rack
|
45
|
+
rack-test (0.6.3)
|
46
|
+
rack (>= 1.0)
|
47
|
+
railties (3.2.22.5)
|
48
|
+
actionpack (= 3.2.22.5)
|
49
|
+
activesupport (= 3.2.22.5)
|
50
|
+
rack-ssl (~> 1.3.2)
|
51
|
+
rake (>= 0.8.7)
|
52
|
+
rdoc (~> 3.4)
|
53
|
+
thor (>= 0.14.6, < 2.0)
|
54
|
+
rake (12.3.0)
|
55
|
+
rdoc (3.12.2)
|
56
|
+
json (~> 1.4)
|
57
|
+
rspec (3.7.0)
|
58
|
+
rspec-core (~> 3.7.0)
|
59
|
+
rspec-expectations (~> 3.7.0)
|
60
|
+
rspec-mocks (~> 3.7.0)
|
61
|
+
rspec-core (3.7.0)
|
62
|
+
rspec-support (~> 3.7.0)
|
63
|
+
rspec-expectations (3.7.0)
|
64
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
65
|
+
rspec-support (~> 3.7.0)
|
66
|
+
rspec-mocks (3.7.0)
|
67
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
68
|
+
rspec-support (~> 3.7.0)
|
69
|
+
rspec-support (3.7.0)
|
70
|
+
sprockets (2.2.3)
|
71
|
+
hike (~> 1.2)
|
72
|
+
multi_json (~> 1.0)
|
73
|
+
rack (~> 1.0)
|
74
|
+
tilt (~> 1.1, != 1.3.0)
|
75
|
+
thor (0.20.0)
|
76
|
+
tilt (1.4.1)
|
77
|
+
|
78
|
+
PLATFORMS
|
79
|
+
ruby
|
80
|
+
|
81
|
+
DEPENDENCIES
|
82
|
+
actionpack (~> 3.2)
|
83
|
+
angular_xss!
|
84
|
+
gemika
|
85
|
+
haml (= 4.0.2)
|
86
|
+
railties (~> 3.2)
|
87
|
+
rake
|
88
|
+
rspec
|
89
|
+
|
90
|
+
BUNDLED WITH
|
91
|
+
1.15.4
|
@@ -0,0 +1,88 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
angular_xss (0.3.1)
|
5
|
+
activesupport
|
6
|
+
haml (>= 3.1.5)
|
7
|
+
|
8
|
+
GEM
|
9
|
+
remote: http://rubygems.org/
|
10
|
+
specs:
|
11
|
+
actionpack (4.2.10)
|
12
|
+
actionview (= 4.2.10)
|
13
|
+
activesupport (= 4.2.10)
|
14
|
+
rack (~> 1.6)
|
15
|
+
rack-test (~> 0.6.2)
|
16
|
+
rails-dom-testing (~> 1.0, >= 1.0.5)
|
17
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
18
|
+
actionview (4.2.10)
|
19
|
+
activesupport (= 4.2.10)
|
20
|
+
builder (~> 3.1)
|
21
|
+
erubis (~> 2.7.0)
|
22
|
+
rails-dom-testing (~> 1.0, >= 1.0.5)
|
23
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
24
|
+
activesupport (4.2.10)
|
25
|
+
i18n (~> 0.7)
|
26
|
+
minitest (~> 5.1)
|
27
|
+
thread_safe (~> 0.3, >= 0.3.4)
|
28
|
+
tzinfo (~> 1.1)
|
29
|
+
builder (3.2.3)
|
30
|
+
concurrent-ruby (1.0.5)
|
31
|
+
crass (1.0.3)
|
32
|
+
diff-lcs (1.3)
|
33
|
+
erubis (2.7.0)
|
34
|
+
gemika (0.3.2)
|
35
|
+
haml (4.0.7)
|
36
|
+
tilt
|
37
|
+
i18n (0.9.1)
|
38
|
+
concurrent-ruby (~> 1.0)
|
39
|
+
loofah (2.1.1)
|
40
|
+
crass (~> 1.0.2)
|
41
|
+
nokogiri (>= 1.5.9)
|
42
|
+
mini_portile2 (2.3.0)
|
43
|
+
minitest (5.10.3)
|
44
|
+
nokogiri (1.8.1)
|
45
|
+
mini_portile2 (~> 2.3.0)
|
46
|
+
rack (1.6.8)
|
47
|
+
rack-test (0.6.3)
|
48
|
+
rack (>= 1.0)
|
49
|
+
rails-deprecated_sanitizer (1.0.3)
|
50
|
+
activesupport (>= 4.2.0.alpha)
|
51
|
+
rails-dom-testing (1.0.8)
|
52
|
+
activesupport (>= 4.2.0.beta, < 5.0)
|
53
|
+
nokogiri (~> 1.6)
|
54
|
+
rails-deprecated_sanitizer (>= 1.0.1)
|
55
|
+
rails-html-sanitizer (1.0.3)
|
56
|
+
loofah (~> 2.0)
|
57
|
+
rake (12.3.0)
|
58
|
+
rspec (3.7.0)
|
59
|
+
rspec-core (~> 3.7.0)
|
60
|
+
rspec-expectations (~> 3.7.0)
|
61
|
+
rspec-mocks (~> 3.7.0)
|
62
|
+
rspec-core (3.7.0)
|
63
|
+
rspec-support (~> 3.7.0)
|
64
|
+
rspec-expectations (3.7.0)
|
65
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
66
|
+
rspec-support (~> 3.7.0)
|
67
|
+
rspec-mocks (3.7.0)
|
68
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
69
|
+
rspec-support (~> 3.7.0)
|
70
|
+
rspec-support (3.7.0)
|
71
|
+
thread_safe (0.3.6)
|
72
|
+
tilt (2.0.8)
|
73
|
+
tzinfo (1.2.4)
|
74
|
+
thread_safe (~> 0.1)
|
75
|
+
|
76
|
+
PLATFORMS
|
77
|
+
ruby
|
78
|
+
|
79
|
+
DEPENDENCIES
|
80
|
+
actionpack (~> 4.2)
|
81
|
+
angular_xss!
|
82
|
+
gemika
|
83
|
+
haml (< 5)
|
84
|
+
rake
|
85
|
+
rspec
|
86
|
+
|
87
|
+
BUNDLED WITH
|
88
|
+
1.15.4
|
@@ -0,0 +1,90 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
angular_xss (0.3.1)
|
5
|
+
activesupport
|
6
|
+
haml (>= 3.1.5)
|
7
|
+
|
8
|
+
GEM
|
9
|
+
remote: http://rubygems.org/
|
10
|
+
specs:
|
11
|
+
actionpack (4.2.10)
|
12
|
+
actionview (= 4.2.10)
|
13
|
+
activesupport (= 4.2.10)
|
14
|
+
rack (~> 1.6)
|
15
|
+
rack-test (~> 0.6.2)
|
16
|
+
rails-dom-testing (~> 1.0, >= 1.0.5)
|
17
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
18
|
+
actionview (4.2.10)
|
19
|
+
activesupport (= 4.2.10)
|
20
|
+
builder (~> 3.1)
|
21
|
+
erubis (~> 2.7.0)
|
22
|
+
rails-dom-testing (~> 1.0, >= 1.0.5)
|
23
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
24
|
+
activesupport (4.2.10)
|
25
|
+
i18n (~> 0.7)
|
26
|
+
minitest (~> 5.1)
|
27
|
+
thread_safe (~> 0.3, >= 0.3.4)
|
28
|
+
tzinfo (~> 1.1)
|
29
|
+
builder (3.2.3)
|
30
|
+
concurrent-ruby (1.0.5)
|
31
|
+
crass (1.0.3)
|
32
|
+
diff-lcs (1.3)
|
33
|
+
erubis (2.7.0)
|
34
|
+
gemika (0.3.2)
|
35
|
+
haml (5.0.4)
|
36
|
+
temple (>= 0.8.0)
|
37
|
+
tilt
|
38
|
+
i18n (0.9.1)
|
39
|
+
concurrent-ruby (~> 1.0)
|
40
|
+
loofah (2.1.1)
|
41
|
+
crass (~> 1.0.2)
|
42
|
+
nokogiri (>= 1.5.9)
|
43
|
+
mini_portile2 (2.3.0)
|
44
|
+
minitest (5.10.3)
|
45
|
+
nokogiri (1.8.1)
|
46
|
+
mini_portile2 (~> 2.3.0)
|
47
|
+
rack (1.6.8)
|
48
|
+
rack-test (0.6.3)
|
49
|
+
rack (>= 1.0)
|
50
|
+
rails-deprecated_sanitizer (1.0.3)
|
51
|
+
activesupport (>= 4.2.0.alpha)
|
52
|
+
rails-dom-testing (1.0.8)
|
53
|
+
activesupport (>= 4.2.0.beta, < 5.0)
|
54
|
+
nokogiri (~> 1.6)
|
55
|
+
rails-deprecated_sanitizer (>= 1.0.1)
|
56
|
+
rails-html-sanitizer (1.0.3)
|
57
|
+
loofah (~> 2.0)
|
58
|
+
rake (12.3.0)
|
59
|
+
rspec (3.7.0)
|
60
|
+
rspec-core (~> 3.7.0)
|
61
|
+
rspec-expectations (~> 3.7.0)
|
62
|
+
rspec-mocks (~> 3.7.0)
|
63
|
+
rspec-core (3.7.0)
|
64
|
+
rspec-support (~> 3.7.0)
|
65
|
+
rspec-expectations (3.7.0)
|
66
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
67
|
+
rspec-support (~> 3.7.0)
|
68
|
+
rspec-mocks (3.7.0)
|
69
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
70
|
+
rspec-support (~> 3.7.0)
|
71
|
+
rspec-support (3.7.0)
|
72
|
+
temple (0.8.0)
|
73
|
+
thread_safe (0.3.6)
|
74
|
+
tilt (2.0.8)
|
75
|
+
tzinfo (1.2.4)
|
76
|
+
thread_safe (~> 0.1)
|
77
|
+
|
78
|
+
PLATFORMS
|
79
|
+
ruby
|
80
|
+
|
81
|
+
DEPENDENCIES
|
82
|
+
actionpack (~> 4.2)
|
83
|
+
angular_xss!
|
84
|
+
gemika
|
85
|
+
haml (~> 5)
|
86
|
+
rake
|
87
|
+
rspec
|
88
|
+
|
89
|
+
BUNDLED WITH
|
90
|
+
1.15.4
|
@@ -0,0 +1,85 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
angular_xss (0.3.1)
|
5
|
+
activesupport
|
6
|
+
haml (>= 3.1.5)
|
7
|
+
|
8
|
+
GEM
|
9
|
+
remote: http://rubygems.org/
|
10
|
+
specs:
|
11
|
+
actionpack (5.1.4)
|
12
|
+
actionview (= 5.1.4)
|
13
|
+
activesupport (= 5.1.4)
|
14
|
+
rack (~> 2.0)
|
15
|
+
rack-test (>= 0.6.3)
|
16
|
+
rails-dom-testing (~> 2.0)
|
17
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
18
|
+
actionview (5.1.4)
|
19
|
+
activesupport (= 5.1.4)
|
20
|
+
builder (~> 3.1)
|
21
|
+
erubi (~> 1.4)
|
22
|
+
rails-dom-testing (~> 2.0)
|
23
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
24
|
+
activesupport (5.1.4)
|
25
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
26
|
+
i18n (~> 0.7)
|
27
|
+
minitest (~> 5.1)
|
28
|
+
tzinfo (~> 1.1)
|
29
|
+
builder (3.2.3)
|
30
|
+
concurrent-ruby (1.0.5)
|
31
|
+
crass (1.0.3)
|
32
|
+
diff-lcs (1.3)
|
33
|
+
erubi (1.7.0)
|
34
|
+
gemika (0.3.2)
|
35
|
+
haml (4.0.7)
|
36
|
+
tilt
|
37
|
+
i18n (0.9.1)
|
38
|
+
concurrent-ruby (~> 1.0)
|
39
|
+
loofah (2.1.1)
|
40
|
+
crass (~> 1.0.2)
|
41
|
+
nokogiri (>= 1.5.9)
|
42
|
+
mini_portile2 (2.3.0)
|
43
|
+
minitest (5.10.3)
|
44
|
+
nokogiri (1.8.1)
|
45
|
+
mini_portile2 (~> 2.3.0)
|
46
|
+
rack (2.0.3)
|
47
|
+
rack-test (0.8.2)
|
48
|
+
rack (>= 1.0, < 3)
|
49
|
+
rails-dom-testing (2.0.3)
|
50
|
+
activesupport (>= 4.2.0)
|
51
|
+
nokogiri (>= 1.6)
|
52
|
+
rails-html-sanitizer (1.0.3)
|
53
|
+
loofah (~> 2.0)
|
54
|
+
rake (12.3.0)
|
55
|
+
rspec (3.7.0)
|
56
|
+
rspec-core (~> 3.7.0)
|
57
|
+
rspec-expectations (~> 3.7.0)
|
58
|
+
rspec-mocks (~> 3.7.0)
|
59
|
+
rspec-core (3.7.0)
|
60
|
+
rspec-support (~> 3.7.0)
|
61
|
+
rspec-expectations (3.7.0)
|
62
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
63
|
+
rspec-support (~> 3.7.0)
|
64
|
+
rspec-mocks (3.7.0)
|
65
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
66
|
+
rspec-support (~> 3.7.0)
|
67
|
+
rspec-support (3.7.0)
|
68
|
+
thread_safe (0.3.6)
|
69
|
+
tilt (2.0.8)
|
70
|
+
tzinfo (1.2.4)
|
71
|
+
thread_safe (~> 0.1)
|
72
|
+
|
73
|
+
PLATFORMS
|
74
|
+
ruby
|
75
|
+
|
76
|
+
DEPENDENCIES
|
77
|
+
actionpack (~> 5.1)
|
78
|
+
angular_xss!
|
79
|
+
gemika
|
80
|
+
haml (< 5)
|
81
|
+
rake
|
82
|
+
rspec
|
83
|
+
|
84
|
+
BUNDLED WITH
|
85
|
+
1.15.4
|