Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

18 translators #56

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

18 translators #56

wants to merge 16 commits into from

Conversation

mohamagdy
Copy link
Member

Adding Bing Translator suggestion. #55 is merged into this branch to add rspec tests

# gem 'linecache19', :git => 'git://github.com/mark-moseley/linecache'
gem 'devise'
gem 'font-awesome-rails'
gem 'audited-activerecord'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mohamagdy why we removed those gems from Gemfile?
I can see you added them to gemspec. Actually, I am not sure why we didn't add them in gemspec before but are you sure that won't have some bad effect?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mahkhaled yes, it's a good practice to move the gems to Gemfile and to Gemfile the following:

source "http://rubygems.org"`
gemspec

Besides, it's a good practice to remove Gemfile.lock from Git tracking so it shouldn't force the gem users from using the exact versions of the gem dependencies. For example, if in the Gemfile.lock devise 1.3.2 is used, this will force the users to use devise 1.3.2.

Source:
http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 then lets remove Gemfile.lock from git

Copy link

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
14.8% 14.8% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants