Skip to content

Commit

Permalink
🔖 Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroAugustoRamalhoDuarte committed Oct 7, 2022
1 parent 32b8896 commit 1195e26
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
AllCops:
NewCops: enable
TargetRubyVersion: 2.6
Exclude:
- 'rest-api-generator.gemspec'

Style/StringLiterals:
Enabled: true
Expand Down
2 changes: 1 addition & 1 deletion lib/rest_api_generator/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RestApiGenerator
VERSION = "0.1.0"
VERSION = "0.1.1"
end
6 changes: 2 additions & 4 deletions rest-api-generator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
spec.authors = ["PedroAugustoRamalhoDuarte"]
spec.email = ["[email protected]"]

spec.summary = "Build a rails rest api in minutes"
spec.description = "Generates rest api in SwitchDreams default faster with rest-api-generator"
spec.summary = "Build a Ruby on Rails REST API faster"
spec.description = "This gem helps you to build a Ruby on Rails REST API faster, using a scaffold-like generator that follows the best practices."
spec.homepage = "https://github.com/SwitchDreams/rest-api-generator"
spec.license = "MIT"
spec.required_ruby_version = ">= 2.6.0"
Expand All @@ -27,8 +27,6 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

# Uncomment to register a new dependency of your gem
# spec.add_dependency "example-gem", "~> 1.0"
spec.add_runtime_dependency("railties", ">= 5.0.0")

# For more information and examples about making a new gem, check out our
Expand Down

0 comments on commit 1195e26

Please sign in to comment.