flash_rails_messages 1.0.0 → 2.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 251c88f7721de95d2653832e4b0f7bebd619ee2d23060458f5c438682ff5301c
4
- data.tar.gz: 0e1e1308d1ec05eaa01b44e53cff5642f9ac08e3eb1161e42ceaa649f6e9349e
3
+ metadata.gz: '085d22b26171272caa263d4ebe35e7da1be85702e8ada39bbb33a620e3011c7d'
4
+ data.tar.gz: 24b92fbd4b5b17ccea14c083ed03f97f0312dcdcf104e280b7af4395592f17f1
5
5
  SHA512:
6
- metadata.gz: 9d0043701ac8b97c2618bfebb54977631feecddd932f39c0b70c16bc29501f5753b5498ee6208ef96dc7bf05726964608467ea8f7e4974ec24dc66f3d8201aab
7
- data.tar.gz: 2d32d1b3eb913f9c5173b3cc9138cf810e490e5763e430688c82bd54094b94e08152bd47e6bada7d6cd92d4d3e69ab6a2b2d65e3640576cfeb72d872076634b8
6
+ metadata.gz: 85303aaa06af48767a9a44021a517c1f6b416a92dacd2e663d3a56ee7be31f3c94bb062bc082b74c2b49c48dded3752b4f8bdfb63d67d94364063115e3f9aad6
7
+ data.tar.gz: c0fc9b4312312cdb0a9d992893c47ddd83926dfcc548eea6130b4db328544e0f7d2170ba7d2fc31c42dc163304af8ad6970055dc6956b7e96384142aab46241e
data/.gitignore CHANGED
@@ -1,20 +1,11 @@
1
- *.gem
2
- *.rbc
3
- .bundle
4
- .rvmrc
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+ coverage
5
10
  .ruby-version
6
- .ruby-gemset
7
- .config
8
- .yardoc
9
11
  Gemfile.lock
10
- InstalledFiles
11
- _yardoc
12
- coverage
13
- doc/
14
- lib/bundler/man
15
- pkg
16
- rdoc
17
- spec/reports
18
- test/tmp
19
- test/version_tmp
20
- tmp
data/.rspec CHANGED
@@ -1 +1,2 @@
1
1
  --color
2
+ --require spec_helper
data/.travis.yml CHANGED
@@ -1,11 +1,15 @@
1
+ cache: bundler
1
2
  language: ruby
2
3
 
3
4
  rvm:
4
- - 2.3.0
5
- - 2.4.0
6
- - 2.5.0
5
+ - 2.6.6
6
+ - 2.7.2
7
+ - 3.0.0
8
+
9
+ before_install:
10
+ - gem install bundler -v 2.2.3
7
11
 
8
12
  gemfile:
9
- - gemfiles/rails_4.gemfile
10
- - gemfiles/rails_5.gemfile
11
13
  - gemfiles/rails_5.2.gemfile
14
+ - gemfiles/rails_6.0.gemfile
15
+ - gemfiles/rails_6.1.gemfile
data/Appraisals CHANGED
@@ -1,11 +1,11 @@
1
- appraise 'rails-4' do
2
- gem 'rails', '~> 4.2'
1
+ appraise 'rails-5.2' do
2
+ gem 'rails', '~> 5.2.0'
3
3
  end
4
4
 
5
- appraise 'rails-5' do
6
- gem 'rails', '~> 5.0.0'
5
+ appraise 'rails-6.0' do
6
+ gem 'rails', '~> 6.0.0'
7
7
  end
8
8
 
9
- appraise 'rails-5.2' do
10
- gem 'rails', '~> 5.2.0'
9
+ appraise 'rails-6.1' do
10
+ gem 'rails', '~> 6.1.0'
11
11
  end
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at alejandrodevs@gmail.com. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile CHANGED
@@ -1,8 +1,2 @@
1
1
  source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in flash_rails_messages.gemspec
4
2
  gemspec
5
-
6
- gem 'simplecov'
7
- gem 'appraisal'
8
- gem 'coveralls', require: false
data/LICENSE.txt CHANGED
@@ -1,22 +1,21 @@
1
- Copyright (c) 2013 Alejandro Gutiérrez
1
+ The MIT License (MIT)
2
2
 
3
- MIT License
3
+ Copyright (c) 2019 Alejandro Gutiérrez
4
4
 
5
- Permission is hereby granted, free of charge, to any person obtaining
6
- a copy of this software and associated documentation files (the
7
- "Software"), to deal in the Software without restriction, including
8
- without limitation the rights to use, copy, modify, merge, publish,
9
- distribute, sublicense, and/or sell copies of the Software, and to
10
- permit persons to whom the Software is furnished to do so, subject to
11
- the following conditions:
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
12
11
 
13
- The above copyright notice and this permission notice shall be
14
- included in all copies or substantial portions of the Software.
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
15
14
 
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md CHANGED
@@ -1,49 +1,80 @@
1
1
  # FlashRailsMessages
2
- [![Build Status](https://travis-ci.org/alejandrodevs/flash_rails_messages.png?branch=master)](https://travis-ci.org/alejandrodevs/flash_rails_messages) [![Coverage Status](https://coveralls.io/repos/github/alejandrodevs/flash_rails_messages/badge.svg?branch=master)](https://coveralls.io/github/alejandrodevs/flash_rails_messages?branch=master)
3
-
2
+ [![Build Status](https://travis-ci.com/alejandrodevs/flash_rails_messages.svg?branch=master)](https://travis-ci.org/alejandrodevs/flash_rails_messages) [![Coverage Status](https://coveralls.io/repos/github/alejandrodevs/flash_rails_messages/badge.svg?branch=master)](https://coveralls.io/github/alejandrodevs/flash_rails_messages?branch=master)
4
3
 
5
4
  This gem provides an easy and simple way to display flash rails messages.
6
- This works with [Bootstrap](http://getbootstrap.com/) and [Zurb Foundation 3](http://foundation.zurb.com/) frameworks.
7
-
5
+ This works with [Bootstrap 4+](http://getbootstrap.com/) and [Zurb Foundation 6+](http://foundation.zurb.com/) frameworks.
8
6
 
9
7
  ## Installation
8
+
10
9
  Add this line to your application's Gemfile:
10
+
11
11
  ```ruby
12
12
  gem 'flash_rails_messages'
13
13
  ```
14
- Run the bundle command to install it.
15
14
 
15
+ And then execute:
16
+
17
+ $ bundle
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install flash_rails_messages
22
+
23
+ ### Bootstrap 4+
16
24
 
17
- ### Bootstrap
18
25
  To integrate **FlashRailsMessages** with [Bootstrap](http://getbootstrap.com/) run the next:
19
- ```console
26
+
27
+ ```
20
28
  rails generate flash_rails_messages:install --bootstrap
21
29
  ```
22
- NOTE: Be sure that you added Bootstrap assets on your application.
23
30
 
31
+ NOTE: Be sure that you added Bootstrap to your application.
32
+
33
+
34
+ ### Zurb Foundation 6+
24
35
 
25
- ### Zurb Foundation 3
26
36
  To integrate **FlashRailsMessages** with [Zurb Foundation 3](http://foundation.zurb.com/) run the next:
27
- ```console
37
+
38
+ ```
28
39
  rails generate flash_rails_messages:install --foundation
29
40
  ```
30
- NOTE: Be sure that you added Foundation assets on your application.
31
41
 
42
+ NOTE: Be sure that you added Foundation to your application.
32
43
 
33
44
  ## Usage
45
+
34
46
  You just need to add the line below in your layout:
47
+
35
48
  ```erb
36
49
  <%= render_flash_messages %>
37
50
  ```
38
51
 
52
+ ### Dismissible alerts
53
+
54
+ ```erb
55
+ <%= render_flash_messages dismissible: true %>
56
+ ```
57
+
58
+ ### Passing other options
59
+
60
+ ```erb
61
+ <%= render_flash_messages dismissible: true, id: 'my-alert', class: 'custom-class' %>
62
+ ```
63
+
64
+ ## Development
39
65
 
40
- ## Customize alert
41
- Just update your **FlashRailsMessages** initializer according to your needs.
66
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
42
67
 
68
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
43
69
 
44
70
  ## Contributing
45
- 1. Fork it
46
- 2. Create your feature branch (`git checkout -b my-new-feature`)
47
- 3. Commit your changes (`git commit -am 'Add some feature'`)
48
- 4. Push to the branch (`git push origin my-new-feature`)
49
- 5. Create new Pull Request
71
+
72
+ Bug reports and pull requests are welcome on GitHub at https://github.com/alejandrodevs/flash_rails_messages. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
73
+
74
+ ## License
75
+
76
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
77
+
78
+ ## Code of Conduct
79
+
80
+ Everyone interacting in the FlashRailsMessages project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/alejandrodevs/flash_rails_messages/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile CHANGED
@@ -1,10 +1,6 @@
1
1
  require 'bundler/gem_tasks'
2
+ require 'rspec/core/rake_task'
2
3
 
3
- namespace :rspec do
4
- desc 'Running all tests'
5
- task :all do
6
- system('rspec')
7
- end
8
- end
4
+ RSpec::Core::RakeTask.new(:spec)
9
5
 
10
- task default: ['rspec:all']
6
+ task default: :spec
data/bin/console ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "flash_rails_messages"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start(__FILE__)
data/bin/setup ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -1,5 +1,4 @@
1
- # coding: utf-8
2
- lib = File.expand_path('../lib', __FILE__)
1
+ lib = File.expand_path('lib', __dir__)
3
2
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
3
  require 'flash_rails_messages/version'
5
4
 
@@ -8,19 +7,29 @@ Gem::Specification.new do |spec|
8
7
  spec.version = FlashRailsMessages::VERSION
9
8
  spec.authors = ['Alejandro Gutiérrez']
10
9
  spec.email = ['alejandrodevs@gmail.com']
11
- spec.description = 'A simple helper to display flash rails messages'
12
10
  spec.summary = 'This gems provides an easy way to display flash rails messages'
11
+ spec.description = 'This gems provides an easy way to display flash rails messages'
13
12
  spec.homepage = 'https://github.com/alejandrodevs/flash_rails_messages'
14
13
  spec.license = 'MIT'
15
14
 
16
- spec.files = `git ls-files`.split($/)
17
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
- spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
- spec.require_paths = ['lib']
15
+ spec.metadata['homepage_uri'] = spec.homepage
16
+ spec.metadata['source_code_uri'] = spec.homepage
17
+ spec.metadata['changelog_uri'] = "#{spec.homepage}/blob/master/LICENSE.txt"
20
18
 
21
- spec.required_ruby_version = '>= 2.0.0'
19
+ # Specify which files should be added to the gem when it is released.
20
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
21
+ spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
22
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
23
+ end
24
+ spec.bindir = 'exe'
25
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
26
+ spec.require_paths = ['lib']
22
27
 
23
- spec.add_dependency 'rails', '>= 4.0'
28
+ spec.add_development_dependency 'rake', '~> 13.0'
29
+ spec.add_development_dependency 'rspec', '~> 3.10'
30
+ spec.add_development_dependency 'bundler', '~> 2.0'
31
+ spec.add_development_dependency 'appraisal', '~> 2.4'
32
+ spec.add_development_dependency 'coveralls', '~> 0.8'
24
33
 
25
- spec.add_development_dependency 'rspec', '~> 3.4'
34
+ spec.add_dependency 'rails', '>= 5.2'
26
35
  end
@@ -0,0 +1,2 @@
1
+ ---
2
+ BUNDLE_RETRY: "1"
@@ -2,9 +2,6 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- gem "simplecov"
6
- gem "appraisal"
7
- gem "coveralls", require: false
8
5
  gem "rails", "~> 5.2.0"
9
6
 
10
7
  gemspec path: "../"
@@ -1,170 +1,167 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- flash_rails_messages (1.0.0)
5
- rails (>= 4.0)
4
+ flash_rails_messages (2.2.0)
5
+ rails (>= 5.2)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actioncable (5.2.0)
11
- actionpack (= 5.2.0)
10
+ actioncable (5.2.5)
11
+ actionpack (= 5.2.5)
12
12
  nio4r (~> 2.0)
13
13
  websocket-driver (>= 0.6.1)
14
- actionmailer (5.2.0)
15
- actionpack (= 5.2.0)
16
- actionview (= 5.2.0)
17
- activejob (= 5.2.0)
14
+ actionmailer (5.2.5)
15
+ actionpack (= 5.2.5)
16
+ actionview (= 5.2.5)
17
+ activejob (= 5.2.5)
18
18
  mail (~> 2.5, >= 2.5.4)
19
19
  rails-dom-testing (~> 2.0)
20
- actionpack (5.2.0)
21
- actionview (= 5.2.0)
22
- activesupport (= 5.2.0)
23
- rack (~> 2.0)
20
+ actionpack (5.2.5)
21
+ actionview (= 5.2.5)
22
+ activesupport (= 5.2.5)
23
+ rack (~> 2.0, >= 2.0.8)
24
24
  rack-test (>= 0.6.3)
25
25
  rails-dom-testing (~> 2.0)
26
26
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
- actionview (5.2.0)
28
- activesupport (= 5.2.0)
27
+ actionview (5.2.5)
28
+ activesupport (= 5.2.5)
29
29
  builder (~> 3.1)
30
30
  erubi (~> 1.4)
31
31
  rails-dom-testing (~> 2.0)
32
32
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
33
- activejob (5.2.0)
34
- activesupport (= 5.2.0)
33
+ activejob (5.2.5)
34
+ activesupport (= 5.2.5)
35
35
  globalid (>= 0.3.6)
36
- activemodel (5.2.0)
37
- activesupport (= 5.2.0)
38
- activerecord (5.2.0)
39
- activemodel (= 5.2.0)
40
- activesupport (= 5.2.0)
36
+ activemodel (5.2.5)
37
+ activesupport (= 5.2.5)
38
+ activerecord (5.2.5)
39
+ activemodel (= 5.2.5)
40
+ activesupport (= 5.2.5)
41
41
  arel (>= 9.0)
42
- activestorage (5.2.0)
43
- actionpack (= 5.2.0)
44
- activerecord (= 5.2.0)
45
- marcel (~> 0.3.1)
46
- activesupport (5.2.0)
42
+ activestorage (5.2.5)
43
+ actionpack (= 5.2.5)
44
+ activerecord (= 5.2.5)
45
+ marcel (~> 1.0.0)
46
+ activesupport (5.2.5)
47
47
  concurrent-ruby (~> 1.0, >= 1.0.2)
48
48
  i18n (>= 0.7, < 2)
49
49
  minitest (~> 5.1)
50
50
  tzinfo (~> 1.1)
51
- appraisal (2.2.0)
51
+ appraisal (2.4.0)
52
52
  bundler
53
53
  rake
54
54
  thor (>= 0.14.0)
55
55
  arel (9.0.0)
56
- builder (3.2.3)
57
- concurrent-ruby (1.0.5)
58
- coveralls (0.7.2)
59
- multi_json (~> 1.3)
60
- rest-client (= 1.6.7)
61
- simplecov (>= 0.7)
62
- term-ansicolor (= 1.2.2)
63
- thor (= 0.18.1)
64
- crass (1.0.4)
65
- diff-lcs (1.3)
66
- docile (1.3.0)
67
- erubi (1.7.1)
68
- globalid (0.4.1)
56
+ builder (3.2.4)
57
+ concurrent-ruby (1.1.8)
58
+ coveralls (0.8.23)
59
+ json (>= 1.8, < 3)
60
+ simplecov (~> 0.16.1)
61
+ term-ansicolor (~> 1.3)
62
+ thor (>= 0.19.4, < 2.0)
63
+ tins (~> 1.6)
64
+ crass (1.0.6)
65
+ diff-lcs (1.4.4)
66
+ docile (1.3.5)
67
+ erubi (1.10.0)
68
+ globalid (0.4.2)
69
69
  activesupport (>= 4.2.0)
70
- i18n (1.0.1)
70
+ i18n (1.8.10)
71
71
  concurrent-ruby (~> 1.0)
72
- json (2.1.0)
73
- loofah (2.2.2)
72
+ json (2.5.1)
73
+ loofah (2.9.0)
74
74
  crass (~> 1.0.2)
75
75
  nokogiri (>= 1.5.9)
76
- mail (2.7.0)
76
+ mail (2.7.1)
77
77
  mini_mime (>= 0.1.1)
78
- marcel (0.3.2)
79
- mimemagic (~> 0.3.2)
80
- method_source (0.9.0)
81
- mime-types (3.1)
82
- mime-types-data (~> 3.2015)
83
- mime-types-data (3.2016.0521)
84
- mimemagic (0.3.2)
85
- mini_mime (1.0.0)
86
- mini_portile2 (2.3.0)
87
- minitest (5.11.3)
88
- multi_json (1.13.1)
89
- nio4r (2.3.1)
90
- nokogiri (1.8.2)
91
- mini_portile2 (~> 2.3.0)
92
- rack (2.0.5)
93
- rack-test (1.0.0)
78
+ marcel (1.0.1)
79
+ method_source (1.0.0)
80
+ mini_mime (1.1.0)
81
+ mini_portile2 (2.5.0)
82
+ minitest (5.14.4)
83
+ nio4r (2.5.7)
84
+ nokogiri (1.11.2)
85
+ mini_portile2 (~> 2.5.0)
86
+ racc (~> 1.4)
87
+ racc (1.5.2)
88
+ rack (2.2.3)
89
+ rack-test (1.1.0)
94
90
  rack (>= 1.0, < 3)
95
- rails (5.2.0)
96
- actioncable (= 5.2.0)
97
- actionmailer (= 5.2.0)
98
- actionpack (= 5.2.0)
99
- actionview (= 5.2.0)
100
- activejob (= 5.2.0)
101
- activemodel (= 5.2.0)
102
- activerecord (= 5.2.0)
103
- activestorage (= 5.2.0)
104
- activesupport (= 5.2.0)
91
+ rails (5.2.5)
92
+ actioncable (= 5.2.5)
93
+ actionmailer (= 5.2.5)
94
+ actionpack (= 5.2.5)
95
+ actionview (= 5.2.5)
96
+ activejob (= 5.2.5)
97
+ activemodel (= 5.2.5)
98
+ activerecord (= 5.2.5)
99
+ activestorage (= 5.2.5)
100
+ activesupport (= 5.2.5)
105
101
  bundler (>= 1.3.0)
106
- railties (= 5.2.0)
102
+ railties (= 5.2.5)
107
103
  sprockets-rails (>= 2.0.0)
108
104
  rails-dom-testing (2.0.3)
109
105
  activesupport (>= 4.2.0)
110
106
  nokogiri (>= 1.6)
111
- rails-html-sanitizer (1.0.4)
112
- loofah (~> 2.2, >= 2.2.2)
113
- railties (5.2.0)
114
- actionpack (= 5.2.0)
115
- activesupport (= 5.2.0)
107
+ rails-html-sanitizer (1.3.0)
108
+ loofah (~> 2.3)
109
+ railties (5.2.5)
110
+ actionpack (= 5.2.5)
111
+ activesupport (= 5.2.5)
116
112
  method_source
117
113
  rake (>= 0.8.7)
118
- thor (>= 0.18.1, < 2.0)
119
- rake (12.3.1)
120
- rest-client (1.6.7)
121
- mime-types (>= 1.16)
122
- rspec (3.7.0)
123
- rspec-core (~> 3.7.0)
124
- rspec-expectations (~> 3.7.0)
125
- rspec-mocks (~> 3.7.0)
126
- rspec-core (3.7.1)
127
- rspec-support (~> 3.7.0)
128
- rspec-expectations (3.7.0)
114
+ thor (>= 0.19.0, < 2.0)
115
+ rake (13.0.3)
116
+ rspec (3.10.0)
117
+ rspec-core (~> 3.10.0)
118
+ rspec-expectations (~> 3.10.0)
119
+ rspec-mocks (~> 3.10.0)
120
+ rspec-core (3.10.1)
121
+ rspec-support (~> 3.10.0)
122
+ rspec-expectations (3.10.1)
129
123
  diff-lcs (>= 1.2.0, < 2.0)
130
- rspec-support (~> 3.7.0)
131
- rspec-mocks (3.7.0)
124
+ rspec-support (~> 3.10.0)
125
+ rspec-mocks (3.10.2)
132
126
  diff-lcs (>= 1.2.0, < 2.0)
133
- rspec-support (~> 3.7.0)
134
- rspec-support (3.7.1)
127
+ rspec-support (~> 3.10.0)
128
+ rspec-support (3.10.2)
135
129
  simplecov (0.16.1)
136
130
  docile (~> 1.1)
137
131
  json (>= 1.8, < 3)
138
132
  simplecov-html (~> 0.10.0)
139
133
  simplecov-html (0.10.2)
140
- sprockets (3.7.1)
134
+ sprockets (4.0.2)
141
135
  concurrent-ruby (~> 1.0)
142
136
  rack (> 1, < 3)
143
- sprockets-rails (3.2.1)
137
+ sprockets-rails (3.2.2)
144
138
  actionpack (>= 4.0)
145
139
  activesupport (>= 4.0)
146
140
  sprockets (>= 3.0.0)
147
- term-ansicolor (1.2.2)
148
- tins (~> 0.8)
149
- thor (0.18.1)
141
+ sync (0.5.0)
142
+ term-ansicolor (1.7.1)
143
+ tins (~> 1.0)
144
+ thor (1.1.0)
150
145
  thread_safe (0.3.6)
151
- tins (0.13.2)
152
- tzinfo (1.2.5)
146
+ tins (1.28.0)
147
+ sync
148
+ tzinfo (1.2.9)
153
149
  thread_safe (~> 0.1)
154
- websocket-driver (0.7.0)
150
+ websocket-driver (0.7.3)
155
151
  websocket-extensions (>= 0.1.0)
156
- websocket-extensions (0.1.3)
152
+ websocket-extensions (0.1.5)
157
153
 
158
154
  PLATFORMS
159
155
  ruby
160
156
 
161
157
  DEPENDENCIES
162
- appraisal
163
- coveralls
158
+ appraisal (~> 2.4)
159
+ bundler (~> 2.0)
160
+ coveralls (~> 0.8)
164
161
  flash_rails_messages!
165
162
  rails (~> 5.2.0)
166
- rspec (~> 3.4)
167
- simplecov
163
+ rake (~> 13.0)
164
+ rspec (~> 3.10)
168
165
 
169
166
  BUNDLED WITH
170
- 1.16.2
167
+ 2.2.15