diff --git a/.coveralls.yml b/.coveralls.yml new file mode 100644 index 0000000..570d89c --- /dev/null +++ b/.coveralls.yml @@ -0,0 +1 @@ +repo_secret_token: jnGr5YVmuGiQWRf56vv95NzquTQkDspIP \ No newline at end of file diff --git a/Gemfile b/Gemfile index 68493c2..cdf2929 100644 --- a/Gemfile +++ b/Gemfile @@ -3,5 +3,4 @@ source 'https://rubygems.org' # Specify your gem's dependencies in mediaman.gemspec gemspec -gem 'simplecov', :require => false -gem 'coveralls', :require => false, git: "git://github.com/lemurheavy/coveralls-ruby.git" \ No newline at end of file +gem 'coveralls', :require => false \ No newline at end of file