Skip to content

Conversation

@agilecreativity
Copy link
Contributor

Generally I think Gemfile/Gemfile.lock should be included as part of the ruby gem otherwise the bundle command will not working.

This PR include these two files and also the proper permission of the binary file on *nix system.

- Also add .gitignore
- Modify the file permissions for running on *nix system
@agilecreativity
Copy link
Contributor Author

Add default Rakefile to make it possible to install locally

  • Fix the gemspec file to conform to the sensible default
  • Add default .gitignore for ruby project file

With this changes, one can clone/run the installation locally e.g.

git clone git@github.com:selenium-cucumber/selenium-cucumber-ruby.git
cd selenium-cucumber-ruby
bundle
rake -T
rake install:local

If you have any question please let me know.

@sameer49 sameer49 merged commit be86d56 into selenium-cucumber:master Jul 7, 2016
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