uswds-rails 1.6.8 → 1.6.8.1

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
  SHA256:
3
- metadata.gz: ba1e16d767a100ab3a6199be995677dac00eeeb289dab5041df8581dec236afc
4
- data.tar.gz: 24fb4de5b7aed906502552ed0e24b6a74bb49c1002c3a0c1b79eccbcc89ebbe4
3
+ metadata.gz: 0de4811103b57801d9992d11db135aaac20f46f01a707d85993349c1aa21fcaa
4
+ data.tar.gz: 38567d94369fb6818f7e7902fa246ad116a272ee2b2fe39e0d16d237f6d4968d
5
5
  SHA512:
6
- metadata.gz: 42634d8fade3ee781d8c20ae1656c1164a9602f87ca91f46c27ef96f14f1706825d463c76d9c5dbb4ee8cf2d286afed58f4e4398938b75d38cb74f4a96acfdcc
7
- data.tar.gz: 1cfc86f2c544ddd355f5bd75d81af914f26da179bd83f7137395c72df74b587184b61b80d814a6038c9dd72cc7cb5c604861a80e62de8ede93c7e3e139543c85
6
+ metadata.gz: '0829be85f71638c5121571102bb9a97b7f94a138a75dc4d4065eea1e03b6dd4523920d823e222688ab7acb8fa03cfcce48ff6b005bc0ff274b0f0fec39ea632b'
7
+ data.tar.gz: eec66ddb25af0d0f9a390e4cd8c798cf5dde9664f3cda51cd14bd226a8c9445f5a330d4f59d7a2fcc94b7968c4df75b071ed09852fe10b75b61b4db862c2fcd7
@@ -14,3 +14,6 @@ Style/Documentation:
14
14
 
15
15
  Style/FrozenStringLiteralComment:
16
16
  Enabled: false
17
+
18
+ Style/SymbolArray:
19
+ Enabled: false
@@ -1 +1 @@
1
- 2.5.1
1
+ 2.5.5
@@ -1,10 +1,14 @@
1
1
  language: ruby
2
- cache: bundler
3
2
  rvm:
4
3
  - 2.2.9
5
- - 2.3.7
6
- - 2.4.4
7
- - 2.5.1
4
+ - 2.3.8
5
+ - 2.4.6
6
+ - 2.5.5
7
+ cache:
8
+ - bundler
9
+ before_install:
10
+ - gem update --system
11
+ - gem install bundler
8
12
  before_script:
9
13
  - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
10
14
  - chmod +x ./cc-test-reporter
@@ -16,9 +16,9 @@ There are several ways in which you can help improve this project:
16
16
 
17
17
  ## Getting Started
18
18
 
19
- uswds-rails is written in [Ruby](https://www.ruby-lang.org/en/) (version 2.5.1) and development dependencies are managed using the [Bundler](http://bundler.io) gem. [Travis CI builds](https://travis-ci.org/jgarber623/uswds-rails) use Ruby 2.2.9, 2.3.7, 2.4.4, and 2.5.1.
19
+ uswds-rails is written in [Ruby](https://www.ruby-lang.org/en/) (version 2.5.5) and development dependencies are managed using the [Bundler](http://bundler.io) gem. [Travis CI builds](https://travis-ci.org/jgarber623/uswds-rails) use Ruby 2.2.9, 2.3.8, 2.4.6, and 2.5.5.
20
20
 
21
- I manage Ruby versions with [rbenv](https://github.com/rbenv/rbenv). I'd recommend you do the same or use a similar Ruby version manager ([chruby](https://github.com/postmodern/chruby) or [RVM](https://rvm.io) come to mind). Once you've installed Ruby 2.5.1 using your method of choice, install the project's gems by running:
21
+ I manage Ruby versions with [rbenv](https://github.com/rbenv/rbenv). I'd recommend you do the same or use a similar Ruby version manager ([chruby](https://github.com/postmodern/chruby) or [RVM](https://rvm.io) come to mind). Once you've installed Ruby 2.5.5 using your method of choice, install the project's gems by running:
22
22
 
23
23
  ```sh
24
24
  bundle install
data/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # uswds-rails
2
2
 
3
+ ⚠️ **Deprecation Notice (2019-05-03)** ⚠️ This gem is deprecated and will no longer receive updates. Users are encouraged to use the latest version of [USWDS](https://github.com/uswds/uswds) and [rails/webpacker](https://www.github.com/rails/webpacker).
4
+
5
+ ---
6
+
3
7
  A Ruby gem for integrating the [U.S. Web Design System](https://github.com/uswds/uswds) into a [Ruby on Rails](http://rubyonrails.org) application.
4
8
 
5
9
  [![Gem](https://img.shields.io/gem/v/uswds-rails.svg?style=for-the-badge)](https://rubygems.org/gems/uswds-rails)
@@ -13,7 +17,7 @@ A Ruby gem for integrating the [U.S. Web Design System](https://github.com/uswds
13
17
 
14
18
  Before installing and using uswds-rails, you'll want to have Ruby 2.2.9 (or newer) installed on your computer. There are plenty of ways to go about this, but my preference is [rbenv](https://github.com/sstephenson/rbenv). If you're developing on a Mac and using [Homebrew](http://brew.sh), installing rbenv is [super easy](https://github.com/sstephenson/rbenv#homebrew-on-mac-os-x).
15
19
 
16
- uswds-rails _might_ work with other versions of Ruby, but it's developed in 2.5.1 and automatically tested against 2.2.9, 2.3.7, 2.4.4, and 2.5.1 by [Travis CI](https://travis-ci.org/jgarber623/uswds-rails).
20
+ uswds-rails _might_ work with other versions of Ruby, but it's developed in 2.5.1 and automatically tested against 2.2.9, 2.3.8, 2.4.6, and 2.5.1 by [Travis CI](https://travis-ci.org/jgarber623/uswds-rails).
17
21
 
18
22
  ## Installation
19
23
 
data/Rakefile CHANGED
@@ -1,8 +1,12 @@
1
1
  require 'bundler/gem_tasks'
2
+
2
3
  require 'rspec/core/rake_task'
3
4
  require 'rubocop/rake_task'
4
5
 
5
6
  RSpec::Core::RakeTask.new
6
- RuboCop::RakeTask.new
7
7
 
8
- task default: :spec
8
+ RuboCop::RakeTask.new do |task|
9
+ task.fail_on_error = false
10
+ end
11
+
12
+ task default: [:rubocop, :spec]
@@ -1,5 +1,5 @@
1
1
  module Uswds
2
2
  module Rails
3
- VERSION = '1.6.8'.freeze
3
+ VERSION = '1.6.8.1'.freeze
4
4
  end
5
5
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.authors = ['Jason Garber']
12
12
  spec.email = ['jason@sixtwothree.org']
13
13
 
14
- spec.summary = 'Integrate the U.S. Web Design System into a Ruby on Rails application.'
14
+ spec.summary = 'Deprecated from 2019-05-03. Integrate the U.S. Web Design System into a Ruby on Rails application.'
15
15
  spec.description = spec.summary
16
16
  spec.homepage = 'https://github.com/jgarber623/uswds-rails'
17
17
  spec.license = 'MIT'
@@ -19,12 +19,19 @@ Gem::Specification.new do |spec|
19
19
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(bin|spec)/}) }
20
20
  spec.require_paths = ['lib']
21
21
 
22
- spec.add_development_dependency 'bundler', '~> 1.16', '>= 1.16.3'
22
+ spec.post_install_message = <<NOTICE
23
+ +----------------------------------------------+
24
+ | |
25
+ | uswds-rails is deprecated from 2019-05-03. |
26
+ | |
27
+ +----------------------------------------------+
28
+ NOTICE
29
+
23
30
  spec.add_development_dependency 'rails', '~> 5.2'
24
31
  spec.add_development_dependency 'rails-controller-testing', '~> 1.0', '>= 1.0.2'
25
32
  spec.add_development_dependency 'rake', '~> 12.3', '>= 12.3.1'
26
33
  spec.add_development_dependency 'rspec-rails', '~> 3.8'
27
- spec.add_development_dependency 'rubocop', '~> 0.58.2'
34
+ spec.add_development_dependency 'rubocop', '~> 0.68.1'
28
35
  spec.add_development_dependency 'sass-rails', '~> 5.0', '>= 5.0.7'
29
36
  spec.add_development_dependency 'simplecov-console', '~> 0.4.2'
30
37
 
metadata CHANGED
@@ -1,35 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uswds-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.8
4
+ version: 1.6.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Garber
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-07 00:00:00.000000000 Z
11
+ date: 2019-05-03 00:00:00.000000000 Z
12
12
  dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: bundler
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - "~>"
18
- - !ruby/object:Gem::Version
19
- version: '1.16'
20
- - - ">="
21
- - !ruby/object:Gem::Version
22
- version: 1.16.3
23
- type: :development
24
- prerelease: false
25
- version_requirements: !ruby/object:Gem::Requirement
26
- requirements:
27
- - - "~>"
28
- - !ruby/object:Gem::Version
29
- version: '1.16'
30
- - - ">="
31
- - !ruby/object:Gem::Version
32
- version: 1.16.3
33
13
  - !ruby/object:Gem::Dependency
34
14
  name: rails
35
15
  requirement: !ruby/object:Gem::Requirement
@@ -104,14 +84,14 @@ dependencies:
104
84
  requirements:
105
85
  - - "~>"
106
86
  - !ruby/object:Gem::Version
107
- version: 0.58.2
87
+ version: 0.68.1
108
88
  type: :development
109
89
  prerelease: false
110
90
  version_requirements: !ruby/object:Gem::Requirement
111
91
  requirements:
112
92
  - - "~>"
113
93
  - !ruby/object:Gem::Version
114
- version: 0.58.2
94
+ version: 0.68.1
115
95
  - !ruby/object:Gem::Dependency
116
96
  name: sass-rails
117
97
  requirement: !ruby/object:Gem::Requirement
@@ -188,7 +168,8 @@ dependencies:
188
168
  - - '='
189
169
  - !ruby/object:Gem::Version
190
170
  version: 3.0.3
191
- description: Integrate the U.S. Web Design System into a Ruby on Rails application.
171
+ description: Deprecated from 2019-05-03. Integrate the U.S. Web Design System into
172
+ a Ruby on Rails application.
192
173
  email:
193
174
  - jason@sixtwothree.org
194
175
  executables: []
@@ -370,7 +351,12 @@ homepage: https://github.com/jgarber623/uswds-rails
370
351
  licenses:
371
352
  - MIT
372
353
  metadata: {}
373
- post_install_message:
354
+ post_install_message: |2
355
+ +----------------------------------------------+
356
+ | |
357
+ | uswds-rails is deprecated from 2019-05-03. |
358
+ | |
359
+ +----------------------------------------------+
374
360
  rdoc_options: []
375
361
  require_paths:
376
362
  - lib
@@ -388,9 +374,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
388
374
  - !ruby/object:Gem::Version
389
375
  version: '0'
390
376
  requirements: []
391
- rubyforge_project:
392
- rubygems_version: 2.7.6
377
+ rubygems_version: 3.0.3
393
378
  signing_key:
394
379
  specification_version: 4
395
- summary: Integrate the U.S. Web Design System into a Ruby on Rails application.
380
+ summary: Deprecated from 2019-05-03. Integrate the U.S. Web Design System into a Ruby
381
+ on Rails application.
396
382
  test_files: []