Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Dornfeld committed Sep 12, 2016
2 parents 6546d34 + fe1c905 commit cf71d08
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: ruby
install:
- bundle install --without interactive
rvm:
- "1.9.3"
- "2.1.7"
- "2.2.3"
- "jruby-9.0.0.0"
- "2.1.10"
- "2.2.5"
- "2.3.1"
- "jruby-9.1.5.0"
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ source 'https://rubygems.org'

# Specify your gem's dependencies in model_attribute.gemspec
gemspec

group 'interactive' do
gem 'rspec-nc'
gem 'guard'
gem 'guard-rspec'
end
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,3 +215,12 @@ Or install it yourself as:
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

## Code of Conduct

This project has adopted the [Microsoft Open Source Code of
Conduct](https://opensource.microsoft.com/codeofconduct/). For more information
see the [Code of Conduct
FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact
[opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional
questions or comments.
3 changes: 0 additions & 3 deletions model_attribute.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,4 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler", "~> 1.7"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.1"
spec.add_development_dependency "rspec-nc", "~> 0.3"
spec.add_development_dependency "guard", "~> 2.8"
spec.add_development_dependency "guard-rspec", "~> 4.3"
end

0 comments on commit cf71d08

Please sign in to comment.