Skip to content

Commit 08a0636

Browse files
committed
Specify test-unit gem version
1 parent 2ec92a2 commit 08a0636

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ platforms :mri do
1515
gem 'pg', '~> 0.18'
1616
end
1717

18-
gem 'test-unit'
18+
gem 'test-unit', '~> 2.1'
1919

2020
group :test do
2121
gem 'jeweler', '~> 2.0'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ git clone https://github.com/maxlapshin/mysql2postgres.git
2525
cd mysql2postgres
2626
bundle install
2727
gem build mysqltopostgres.gemspec
28-
sudo gem install mysqltopostgres-0.3.0.gem
28+
sudo gem install mysqltopostgres-0.3.1.gem
2929
```
3030

3131
## Sample Configuration

lib/mysql2psql/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Mysql2psql
22
module Version
33
MAJOR = 0
4-
MINOR = 2
5-
PATCH = 20
4+
MINOR = 3
5+
PATCH = 1
66

77
STRING = [MAJOR, MINOR, PATCH].compact.join('.')
88
end

mysqltopostgres.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Gem::Specification.new do |s|
33
s.name = 'mysqltopostgres'
4-
s.version = '0.3.0'
4+
s.version = '0.3.1'
55
s.licenses = ['MIT']
66

77
s.authors = [

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy