Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
sqlite3-ruby is now sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
Trung Lê committed Jul 26, 2011
1 parent 0f7485f commit f815726
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -6,7 +6,7 @@ gem "rake"
# gem "ruby-debug19", :platform => :ruby_19
gem "jruby-openssl", :platform => :jruby
gem "aws-s3", :require => "aws/s3"
gem "sqlite3-ruby", "~>1.3.0"
gem "sqlite3", "~>1.3.4"
gem "appraisal"
gem "fog"
gem "bundler"
Expand Down
6 changes: 2 additions & 4 deletions Gemfile.lock
Expand Up @@ -64,9 +64,7 @@ GEM
rspec-mocks (2.6.0)
ruby-hmac (0.4.0)
shoulda (2.11.3)
sqlite3 (1.3.3)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
sqlite3 (1.3.4)
term-ansicolor (1.0.5)
weakling (0.0.4-java)
xml-simple (1.0.16)
Expand All @@ -87,4 +85,4 @@ DEPENDENCIES
rake
rdoc
shoulda
sqlite3-ruby (~> 1.3.0)
sqlite3 (~> 1.3.4)
2 changes: 1 addition & 1 deletion gemfiles/rails2.gemfile
Expand Up @@ -7,7 +7,7 @@ gem "mocha"
gem "rake"
gem "jruby-openssl", :platform=>:jruby
gem "aws-s3", :require=>"aws/s3"
gem "sqlite3-ruby", "~>1.3.0"
gem "sqlite3", "~>1.3.4"
gem "appraisal"
gem "fog"
gem "bundler"
Expand Down
6 changes: 2 additions & 4 deletions gemfiles/rails2.gemfile.lock
Expand Up @@ -89,9 +89,7 @@ GEM
rspec-mocks (2.6.0)
ruby-hmac (0.4.0)
shoulda (2.11.3)
sqlite3 (1.3.3)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
sqlite3 (1.3.4)
term-ansicolor (1.0.6)
xml-simple (1.1.0)

Expand All @@ -112,4 +110,4 @@ DEPENDENCIES
rake
rdoc
shoulda
sqlite3-ruby (~> 1.3.0)
sqlite3 (~> 1.3.4)
2 changes: 1 addition & 1 deletion gemfiles/rails3.gemfile
Expand Up @@ -7,7 +7,7 @@ gem "mocha"
gem "rake"
gem "jruby-openssl", :platform=>:jruby
gem "aws-s3", :require=>"aws/s3"
gem "sqlite3-ruby", "~>1.3.0"
gem "sqlite3", "~>1.3.4"
gem "appraisal"
gem "fog"
gem "bundler"
Expand Down
6 changes: 2 additions & 4 deletions gemfiles/rails3.gemfile.lock
Expand Up @@ -127,9 +127,7 @@ GEM
rspec-mocks (2.6.0)
ruby-hmac (0.4.0)
shoulda (2.11.3)
sqlite3 (1.3.3)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
sqlite3 (1.3.4)
term-ansicolor (1.0.6)
thor (0.14.6)
treetop (1.4.9)
Expand All @@ -154,4 +152,4 @@ DEPENDENCIES
rake
rdoc
shoulda
sqlite3-ruby (~> 1.3.0)
sqlite3 (~> 1.3.4)
2 changes: 1 addition & 1 deletion gemfiles/rails3_1.gemfile
Expand Up @@ -7,7 +7,7 @@ gem "mocha"
gem "rake"
gem "jruby-openssl", :platform=>:jruby
gem "aws-s3", :require=>"aws/s3"
gem "sqlite3-ruby", "~>1.3.0"
gem "sqlite3", "~>1.3.4"
gem "appraisal"
gem "fog"
gem "bundler"
Expand Down
6 changes: 2 additions & 4 deletions gemfiles/rails3_1.gemfile.lock
Expand Up @@ -141,9 +141,7 @@ GEM
hike (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.3)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
sqlite3 (1.3.4)
term-ansicolor (1.0.6)
thor (0.14.6)
tilt (1.3.2)
Expand All @@ -169,4 +167,4 @@ DEPENDENCIES
rake
rdoc
shoulda
sqlite3-ruby (~> 1.3.0)
sqlite3 (~> 1.3.4)
2 changes: 1 addition & 1 deletion paperclip.gemspec
Expand Up @@ -32,5 +32,5 @@ spec = Gem::Specification.new do |s|
s.add_development_dependency 'appraisal'
s.add_development_dependency 'mocha'
s.add_development_dependency 'aws-s3'
s.add_development_dependency 'sqlite3-ruby'
s.add_development_dependency 'sqlite3'
end

0 comments on commit f815726

Please sign in to comment.