measured-rails 2.4.0 → 2.7.1

Sign up to get free protection for your applications and to get access to all the features.
data/.travis.yml DELETED
@@ -1,25 +0,0 @@
1
- language: ruby
2
- sudo: false
3
- cache: bundler
4
- rvm:
5
- - 2.1.8
6
- - 2.2.4
7
- - 2.3.1
8
- - 2.4.0
9
- gemfile:
10
- - Gemfile
11
- - gemfiles/rails-4.2.gemfile
12
- - gemfiles/rails-5.0.gemfile
13
- - gemfiles/rails-master.gemfile
14
- matrix:
15
- exclude:
16
- - gemfile: Gemfile
17
- rvm: 2.1.8
18
- - gemfile: gemfiles/rails-master.gemfile
19
- rvm: 2.1.8
20
- - gemfile: gemfiles/rails-5.0.gemfile
21
- rvm: 2.1.8
22
- - gemfile: gemfiles/rails-4.2.gemfile
23
- rvm: 2.4.0
24
- allow_failures:
25
- - gemfile: gemfiles/rails-master.gemfile
data/bin/console DELETED
@@ -1,14 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- require "bundler/setup"
4
- require "measured/rails"
5
-
6
- # You can add fixtures and/or initialization code here to make experimenting
7
- # with your gem easier. You can also use a different console, if you like.
8
-
9
- # (If you use this, don't forget to add pry to your Gemfile!)
10
- # require "pry"
11
- # Pry.start
12
-
13
- require "irb"
14
- IRB.start
data/bin/setup DELETED
@@ -1,7 +0,0 @@
1
- #!/bin/bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
-
5
- bundle install
6
-
7
- # Do any other automated setup that you need to do here