validates_email_format_of 1.6.3 → 1.7.0

Sign up to get free protection for your applications and to get access to all the features.
data/.travis.yml DELETED
@@ -1,18 +0,0 @@
1
- rvm:
2
- - 1.8.7
3
- - 1.9.2
4
- - 1.9.3
5
- - 2.0.0
6
- - 2.1.2
7
- - jruby
8
- - ree
9
- gemfile:
10
- - Gemfile
11
- - gemfiles/active_model_2_1
12
- - gemfiles/active_model_3_0
13
- - gemfiles/active_model_3_1
14
- - gemfiles/active_model_3_2
15
- - gemfiles/active_model_4_0
16
- - gemfiles/active_model_4_1
17
- install: bundle install
18
- script: bundle exec rspec
@@ -1,5 +0,0 @@
1
- source "http://rubygems.org"
2
-
3
- gemspec
4
-
5
- gem 'activemodel', '= 2.1.0'
@@ -1,5 +0,0 @@
1
- source "http://rubygems.org"
2
-
3
- gemspec
4
-
5
- gem 'activemodel', '= 2.1.0'
@@ -1,5 +0,0 @@
1
- source "http://rubygems.org"
2
-
3
- gemspec
4
-
5
- gem 'activemodel', '= 3.1.0'
@@ -1,5 +0,0 @@
1
- source "http://rubygems.org"
2
-
3
- gemspec
4
-
5
- gem 'activemodel', '= 3.2.0'
@@ -1,5 +0,0 @@
1
- source "http://rubygems.org"
2
-
3
- gemspec
4
-
5
- gem 'active_model', '= 3.3.0'
@@ -1,5 +0,0 @@
1
- source "http://rubygems.org"
2
-
3
- gemspec
4
-
5
- gem 'activemodel', '= 4.0.0'
@@ -1,5 +0,0 @@
1
- source "http://rubygems.org"
2
-
3
- gemspec
4
-
5
- gem 'activemodel', '= 4.1.0'