Skip to content

Commit

Permalink
Update Rubocop rules + some README tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Temikus committed Jul 16, 2018
1 parent 1adba85 commit 826256a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ Style/RegexpLiteral:
Style/FrozenStringLiteralComment:
Enabled: false

Style/MutableConstant:
Enabled: false

Style/HashSyntax:
EnforcedStyle: no_mixed_keys

Expand All @@ -30,7 +33,7 @@ AllCops:
- "vendor/**/*"
- "db/schema.rb"
UseCache: false
TargetRubyVersion: 2.1
TargetRubyVersion: 2.3
Style/CollectionMethods:
Description: Preferred collection methods.
StyleGuide: https://github.com/bbatsov/ruby-style-guide#map-find-select-reduce-size
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@

The main maintainers for the Google sections are @icco, @Temikus and @plribeiro3000. Please send pull requests to them.

**As of v0.1.1, Google no longer supports Ruby versions less than 2.0.0.**
## Important notices

**As of v1.0.0, fog-google includes google-api-client as a dependency**
- As of **v0.1.1**, Google no longer supports Ruby versions less than 2.0.0.

**See [MIGRATING.md](MIGRATING.md) for migration between major versions**
- As of **v1.0.0**, fog-google includes google-api-client as a dependency, there is no need to include it separately anymore.

See **[MIGRATING.md](MIGRATING.md)** for migration between major versions.

## Storage

Expand Down

0 comments on commit 826256a

Please sign in to comment.