We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e31b4f0 commit e00e67dCopy full SHA for e00e67d
.travis.yml
@@ -0,0 +1,9 @@
1
+language: ruby
2
+rvm:
3
+ - 2.1
4
+ - 2.2
5
+ - 2.3.0
6
+sudo: false
7
+cache: bundler
8
+script:
9
+ - bundle exec rspec
Gemfile
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in errbit_github_plugin.gemspec
gemspec
-gem 'errbit_plugin', :git => 'https://github.com/errbit/errbit_plugin.git'
+gem 'errbit_plugin'
gem 'rspec'
gem 'guard'
gem 'guard-rspec'
errbit_github_plugin.gemspec
@@ -24,4 +24,5 @@ Gem::Specification.new do |spec|
24
25
spec.add_development_dependency "bundler", "~> 1.3"
26
spec.add_development_dependency "rake"
27
+ spec.add_development_dependency "activesupport"
28
end
0 commit comments