Skip to content

Commit

Permalink
prepare for releasing version 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eitoball committed Nov 2, 2014
1 parent a7fc370 commit b9b1992
Show file tree
Hide file tree
Showing 22 changed files with 208 additions and 222 deletions.
36 changes: 18 additions & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,48 +12,48 @@ rvm:
gemfile:
- gemfiles/active3.0.20.gemfile
- gemfiles/active3.1.12.gemfile
- gemfiles/active3.2.17.gemfile
- gemfiles/active4.0.4.gemfile
- gemfiles/active4.1.1.gemfile
- gemfiles/active3.2.20.gemfile
- gemfiles/active4.0.11.gemfile
- gemfiles/active4.1.7.gemfile
- gemfiles/data_mapper1.2.0.gemfile
- gemfiles/mongoid3.1.6.gemfile
- gemfiles/rails3.0.20.gemfile
- gemfiles/rails3.1.12.gemfile
- gemfiles/rails3.2.17.gemfile
- gemfiles/rails4.0.4.gemfile
- gemfiles/rails4.1.1.gemfile
- gemfiles/rails3.2.20.gemfile
- gemfiles/rails4.0.11.gemfile
- gemfiles/rails4.1.7.gemfile
matrix:
exclude:
- rvm: ree
gemfile: gemfiles/active4.0.4.gemfile
gemfile: gemfiles/active4.0.11.gemfile
- rvm: ree
gemfile: gemfiles/active4.1.1.gemfile
gemfile: gemfiles/active4.1.7.gemfile
- rvm: ree
gemfile: gemfiles/mongoid3.1.6.gemfile
- rvm: ree
gemfile: gemfiles/rails4.0.4.gemfile
gemfile: gemfiles/rails4.0.11.gemfile
- rvm: ree
gemfile: gemfiles/rails4.1.1.gemfile
gemfile: gemfiles/rails4.1.7.gemfile
- rvm: 1.8.7
gemfile: gemfiles/active4.0.4.gemfile
gemfile: gemfiles/active4.0.11.gemfile
- rvm: 1.8.7
gemfile: gemfiles/active4.1.1.gemfile
gemfile: gemfiles/active4.1.7.gemfile
- rvm: 1.8.7
gemfile: gemfiles/mongoid3.1.6.gemfile
- rvm: 1.8.7
gemfile: gemfiles/rails4.0.4.gemfile
gemfile: gemfiles/rails4.0.11.gemfile
- rvm: 1.8.7
gemfile: gemfiles/rails4.1.1.gemfile
gemfile: gemfiles/rails4.1.7.gemfile
- rvm: 1.9.2
gemfile: gemfiles/active4.0.4.gemfile
gemfile: gemfiles/active4.0.11.gemfile
- rvm: 1.9.2
gemfile: gemfiles/active4.1.1.gemfile
gemfile: gemfiles/active4.1.7.gemfile
- rvm: 1.9.2
gemfile: gemfiles/mongoid3.1.6.gemfile
- rvm: 1.9.2
gemfile: gemfiles/rails4.0.4.gemfile
gemfile: gemfiles/rails4.0.11.gemfile
- rvm: 1.9.2
gemfile: gemfiles/rails4.1.1.gemfile
gemfile: gemfiles/rails4.1.7.gemfile
allow_failures:
- rvm: rbx-2.1.1
fast_finish: true
Expand Down
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
['3.0.20', '3.1.12', '3.2.17', '4.0.4', '4.1.1'].each do |version_number|
['3.0.20', '3.1.12', '3.2.20', '4.0.11', '4.1.7'].each do |version_number|
clean_number = version_number.gsub(/[<>~=]*/, '')
next if RUBY_VERSION < '1.9.3' && version_number >= '4.0.0'

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
comma (3.2.1)
comma (3.2.2)
activesupport (>= 3.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/active3.0.20.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
comma (3.2.1)
comma (3.2.2)
activesupport (>= 3.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/active3.1.12.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
comma (3.2.1)
comma (3.2.2)
activesupport (>= 3.0.0)

GEM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "http://rubygems.org"

gem "fastercsv", :platforms=>:ruby_18
gem "activesupport", "3.2.17"
gem "activerecord", "3.2.17"
gem "activesupport", "3.2.20"
gem "activerecord", "3.2.20"

gemspec :path=>"../"
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
PATH
remote: ..
remote: ../
specs:
comma (3.2.1)
comma (3.2.2)
activesupport (>= 3.0.0)

GEM
remote: http://rubygems.org/
specs:
activemodel (3.2.17)
activesupport (= 3.2.17)
activemodel (3.2.20)
activesupport (= 3.2.20)
builder (~> 3.0.0)
activerecord (3.2.17)
activemodel (= 3.2.17)
activesupport (= 3.2.17)
activerecord (3.2.20)
activemodel (= 3.2.20)
activesupport (= 3.2.20)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activesupport (3.2.17)
activesupport (3.2.20)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
appraisal (0.4.1)
Expand All @@ -24,10 +24,10 @@ GEM
arel (3.0.3)
builder (3.0.4)
diff-lcs (1.1.3)
docile (1.1.3)
docile (1.1.5)
fastercsv (1.5.5)
i18n (0.6.9)
multi_json (1.9.2)
i18n (0.6.11)
multi_json (1.10.1)
rake (0.9.6)
rspec (2.8.0)
rspec-core (~> 2.8.0)
Expand All @@ -37,20 +37,20 @@ GEM
rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.8.0)
simplecov (0.8.2)
simplecov (0.9.1)
docile (~> 1.1.0)
multi_json
multi_json (~> 1.0)
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
sqlite3 (1.3.9)
tzinfo (0.3.39)
sqlite3 (1.3.10)
tzinfo (0.3.42)

PLATFORMS
ruby

DEPENDENCIES
activerecord (= 3.2.17)
activesupport (= 3.2.17)
activerecord (= 3.2.20)
activesupport (= 3.2.20)
appraisal (~> 0.4.1)
comma!
fastercsv
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "http://rubygems.org"

gem "fastercsv", :platforms=>:ruby_18
gem "activesupport", "4.0.4"
gem "activerecord", "4.0.4"
gem "activesupport", "4.0.11"
gem "activerecord", "4.0.11"

gemspec :path=>"../"
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
PATH
remote: ..
remote: ../
specs:
comma (3.2.1)
comma (3.2.2)
activesupport (>= 3.0.0)

GEM
remote: http://rubygems.org/
specs:
activemodel (4.0.4)
activesupport (= 4.0.4)
activemodel (4.0.11)
activesupport (= 4.0.11)
builder (~> 3.1.0)
activerecord (4.0.4)
activemodel (= 4.0.4)
activerecord (4.0.11)
activemodel (= 4.0.11)
activerecord-deprecated_finders (~> 1.0.2)
activesupport (= 4.0.4)
activesupport (= 4.0.11)
arel (~> 4.0.0)
activerecord-deprecated_finders (1.0.3)
activesupport (4.0.4)
activesupport (4.0.11)
i18n (~> 0.6, >= 0.6.9)
minitest (~> 4.2)
multi_json (~> 1.3)
Expand All @@ -26,14 +26,13 @@ GEM
bundler
rake
arel (4.0.2)
atomic (1.1.16)
builder (3.1.4)
diff-lcs (1.1.3)
docile (1.1.3)
docile (1.1.5)
fastercsv (1.5.5)
i18n (0.6.9)
i18n (0.6.11)
minitest (4.7.5)
multi_json (1.9.2)
multi_json (1.10.1)
rake (0.9.6)
rspec (2.8.0)
rspec-core (~> 2.8.0)
Expand All @@ -43,22 +42,21 @@ GEM
rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.8.0)
simplecov (0.8.2)
simplecov (0.9.1)
docile (~> 1.1.0)
multi_json
multi_json (~> 1.0)
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
sqlite3 (1.3.9)
thread_safe (0.3.1)
atomic (>= 1.1.7, < 2)
tzinfo (0.3.39)
sqlite3 (1.3.10)
thread_safe (0.3.4)
tzinfo (0.3.42)

PLATFORMS
ruby

DEPENDENCIES
activerecord (= 4.0.4)
activesupport (= 4.0.4)
activerecord (= 4.0.11)
activesupport (= 4.0.11)
appraisal (~> 0.4.1)
comma!
fastercsv
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/active4.1.1.gemfile → gemfiles/active4.1.7.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "http://rubygems.org"

gem "fastercsv", :platforms=>:ruby_18
gem "activesupport", "4.1.1"
gem "activerecord", "4.1.1"
gem "activesupport", "4.1.7"
gem "activerecord", "4.1.7"

gemspec :path=>"../"
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
PATH
remote: ../
specs:
comma (3.2.1)
comma (3.2.2)
activesupport (>= 3.0.0)

GEM
remote: http://rubygems.org/
specs:
activemodel (4.1.1)
activesupport (= 4.1.1)
activemodel (4.1.7)
activesupport (= 4.1.7)
builder (~> 3.1)
activerecord (4.1.1)
activemodel (= 4.1.1)
activesupport (= 4.1.1)
activerecord (4.1.7)
activemodel (= 4.1.7)
activesupport (= 4.1.7)
arel (~> 5.0.0)
activesupport (4.1.1)
activesupport (4.1.7)
i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
Expand All @@ -26,12 +26,12 @@ GEM
arel (5.0.1.20140414130214)
builder (3.2.2)
diff-lcs (1.1.3)
docile (1.1.3)
docile (1.1.5)
fastercsv (1.5.5)
i18n (0.6.9)
i18n (0.6.11)
json (1.8.1)
minitest (5.3.3)
multi_json (1.10.0)
minitest (5.4.2)
multi_json (1.10.1)
rake (0.9.6)
rspec (2.8.0)
rspec-core (~> 2.8.0)
Expand All @@ -41,22 +41,22 @@ GEM
rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.8.0)
simplecov (0.8.2)
simplecov (0.9.1)
docile (~> 1.1.0)
multi_json
multi_json (~> 1.0)
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
sqlite3 (1.3.9)
thread_safe (0.3.3)
tzinfo (1.1.0)
sqlite3 (1.3.10)
thread_safe (0.3.4)
tzinfo (1.2.2)
thread_safe (~> 0.1)

PLATFORMS
ruby

DEPENDENCIES
activerecord (= 4.1.1)
activesupport (= 4.1.1)
activerecord (= 4.1.7)
activesupport (= 4.1.7)
appraisal (~> 0.4.1)
comma!
fastercsv
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/data_mapper1.2.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
comma (3.2.1)
comma (3.2.2)
activesupport (>= 3.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/mongoid3.1.6.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
comma (3.2.1)
comma (3.2.2)
activesupport (>= 3.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails3.0.20.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
comma (3.2.1)
comma (3.2.2)
activesupport (>= 3.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails3.1.12.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
comma (3.2.1)
comma (3.2.2)
activesupport (>= 3.0.0)

GEM
Expand Down
Loading

0 comments on commit b9b1992

Please sign in to comment.