Skip to content
This repository has been archived by the owner on Jan 2, 2018. It is now read-only.

Commit

Permalink
Add Rails 3.1, 3.2, 4.0 and 4.1 gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed May 6, 2014
1 parent 877e78e commit 41b5c25
Show file tree
Hide file tree
Showing 16 changed files with 222 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,11 @@ rvm:
gemfile:
- ci/Gemfile.no-rails
- ci/Gemfile.rails-2.3.x
- ci/Gemfile.rails-3.x
- ci/Gemfile.rails-3.0.x
- ci/Gemfile.rails-3.1.x
- ci/Gemfile.rails-3.2.x
- ci/Gemfile.rails-4.0.x
- ci/Gemfile.rails-4.1.x

matrix:
allow_failures:
Expand All @@ -29,4 +33,16 @@ matrix:
rvm: rbx
- gemfile: ci/Gemfile.rails-2.3.x
rvm: jruby
- gemfile: ci/Gemfile.rails-4.0.x
rvm: 1.8.7
- gemfile: ci/Gemfile.rails-4.0.x
rvm: 1.9.2
- gemfile: ci/Gemfile.rails-4.0.x
rvm: ree
- gemfile: ci/Gemfile.rails-4.1.x
rvm: 1.8.7
- gemfile: ci/Gemfile.rails-4.1.x
rvm: 1.9.2
- gemfile: ci/Gemfile.rails-4.1.x
rvm: ree
fast_finish: true
6 changes: 6 additions & 0 deletions Gemfile.lock
@@ -1,3 +1,8 @@
PATH
remote: .
specs:
i18n (0.6.9)

GEM
remote: https://rubygems.org/
specs:
Expand All @@ -12,6 +17,7 @@ PLATFORMS
ruby

DEPENDENCIES
i18n!
mocha
rake
test_declarative
2 changes: 2 additions & 0 deletions ci/Gemfile.no-rails
@@ -1,5 +1,7 @@
source 'https://rubygems.org'

gemspec :path => '..'

gem 'mocha'
gem 'test_declarative'
gem 'rake'
6 changes: 6 additions & 0 deletions ci/Gemfile.no-rails.lock
@@ -1,3 +1,8 @@
PATH
remote: ..
specs:
i18n (0.6.9)

GEM
remote: https://rubygems.org/
specs:
Expand All @@ -11,6 +16,7 @@ PLATFORMS
ruby

DEPENDENCIES
i18n!
mocha
rake
test_declarative
2 changes: 2 additions & 0 deletions ci/Gemfile.rails-2.3.x
@@ -1,5 +1,7 @@
source 'https://rubygems.org'

gemspec :path => '..'

gem 'activesupport', '~> 2.3'
gem 'mocha'
gem 'test_declarative'
Expand Down
6 changes: 6 additions & 0 deletions ci/Gemfile.rails-2.3.x.lock
@@ -1,3 +1,8 @@
PATH
remote: ..
specs:
i18n (0.6.9)

GEM
remote: https://rubygems.org/
specs:
Expand All @@ -17,6 +22,7 @@ PLATFORMS
DEPENDENCIES
activesupport (~> 2.3)
ffi
i18n!
mocha
rake
rufus-tokyo
Expand Down
2 changes: 2 additions & 0 deletions ci/Gemfile.rails-3.x → ci/Gemfile.rails-3.0.x
@@ -1,5 +1,7 @@
source 'https://rubygems.org'

gemspec :path => '..'

gem 'activesupport', '~> 3.0.0'
gem 'mocha'
gem 'test_declarative'
Expand Down
6 changes: 6 additions & 0 deletions ci/Gemfile.rails-3.x.lock → ci/Gemfile.rails-3.0.x.lock
@@ -1,3 +1,8 @@
PATH
remote: ..
specs:
i18n (0.6.9)

GEM
remote: https://rubygems.org/
specs:
Expand All @@ -17,6 +22,7 @@ PLATFORMS
DEPENDENCIES
activesupport (~> 3.0.0)
ffi
i18n!
mocha
rake
rufus-tokyo
Expand Down
10 changes: 10 additions & 0 deletions ci/Gemfile.rails-3.1.x
@@ -0,0 +1,10 @@
source 'https://rubygems.org'

gemspec :path => '..'

gem 'activesupport', '~> 3.1.0'
gem 'mocha'
gem 'test_declarative'
gem 'rufus-tokyo'
gem 'ffi'
gem 'rake'
30 changes: 30 additions & 0 deletions ci/Gemfile.rails-3.1.x.lock
@@ -0,0 +1,30 @@
PATH
remote: ..
specs:
i18n (0.6.9)

GEM
remote: https://rubygems.org/
specs:
activesupport (3.1.12)
multi_json (~> 1.0)
ffi (1.9.3)
metaclass (0.0.4)
mocha (1.0.0)
metaclass (~> 0.0.1)
multi_json (1.10.0)
rake (10.3.1)
rufus-tokyo (1.0.7)
test_declarative (0.0.5)

PLATFORMS
ruby

DEPENDENCIES
activesupport (~> 3.1.0)
ffi
i18n!
mocha
rake
rufus-tokyo
test_declarative
10 changes: 10 additions & 0 deletions ci/Gemfile.rails-3.2.x
@@ -0,0 +1,10 @@
source 'https://rubygems.org'

gemspec :path => '..'

gem 'activesupport', '~> 3.2.0'
gem 'mocha'
gem 'test_declarative'
gem 'rufus-tokyo'
gem 'ffi'
gem 'rake'
31 changes: 31 additions & 0 deletions ci/Gemfile.rails-3.2.x.lock
@@ -0,0 +1,31 @@
PATH
remote: ..
specs:
i18n (0.6.9)

GEM
remote: https://rubygems.org/
specs:
activesupport (3.2.18)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
ffi (1.9.3)
metaclass (0.0.4)
mocha (1.0.0)
metaclass (~> 0.0.1)
multi_json (1.10.0)
rake (10.3.1)
rufus-tokyo (1.0.7)
test_declarative (0.0.5)

PLATFORMS
ruby

DEPENDENCIES
activesupport (~> 3.2.0)
ffi
i18n!
mocha
rake
rufus-tokyo
test_declarative
10 changes: 10 additions & 0 deletions ci/Gemfile.rails-4.0.x
@@ -0,0 +1,10 @@
source 'https://rubygems.org'

gemspec :path => '..'

gem 'activesupport', '~> 4.0.0'
gem 'mocha'
gem 'test_declarative'
gem 'rufus-tokyo'
gem 'ffi'
gem 'rake'
37 changes: 37 additions & 0 deletions ci/Gemfile.rails-4.0.x.lock
@@ -0,0 +1,37 @@
PATH
remote: ..
specs:
i18n (0.6.9)

GEM
remote: https://rubygems.org/
specs:
activesupport (4.0.5)
i18n (~> 0.6, >= 0.6.9)
minitest (~> 4.2)
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
ffi (1.9.3)
metaclass (0.0.4)
minitest (4.7.5)
mocha (1.0.0)
metaclass (~> 0.0.1)
multi_json (1.10.0)
rake (10.3.1)
rufus-tokyo (1.0.7)
test_declarative (0.0.5)
thread_safe (0.3.3)
tzinfo (0.3.39)

PLATFORMS
ruby

DEPENDENCIES
activesupport (~> 4.0.0)
ffi
i18n!
mocha
rake
rufus-tokyo
test_declarative
10 changes: 10 additions & 0 deletions ci/Gemfile.rails-4.1.x
@@ -0,0 +1,10 @@
source 'https://rubygems.org'

gemspec :path => '..'

gem 'activesupport', '~> 4.0.0'
gem 'mocha'
gem 'test_declarative'
gem 'rufus-tokyo'
gem 'ffi'
gem 'rake'
37 changes: 37 additions & 0 deletions ci/Gemfile.rails-4.1.x.lock
@@ -0,0 +1,37 @@
PATH
remote: ..
specs:
i18n (0.6.9)

GEM
remote: https://rubygems.org/
specs:
activesupport (4.0.5)
i18n (~> 0.6, >= 0.6.9)
minitest (~> 4.2)
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
ffi (1.9.3)
metaclass (0.0.4)
minitest (4.7.5)
mocha (1.0.0)
metaclass (~> 0.0.1)
multi_json (1.10.0)
rake (10.3.1)
rufus-tokyo (1.0.7)
test_declarative (0.0.5)
thread_safe (0.3.3)
tzinfo (0.3.39)

PLATFORMS
ruby

DEPENDENCIES
activesupport (~> 4.0.0)
ffi
i18n!
mocha
rake
rufus-tokyo
test_declarative

0 comments on commit 41b5c25

Please sign in to comment.