File tree 2 files changed +10
-7
lines changed
lib/fix_db_schema_conflicts
2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -72,14 +72,17 @@ old Ruby.
72
72
73
73
## Contributors
74
74
75
- - @jakeonrails - Creator and maintainer
76
- - @TCampaigne
77
- - @Lordnibbler
78
- - @timdiggins
79
- - @zoras
80
- - @jensljungblad
75
+ - [ @jakeonrails ] ( https://github.com/jakeonrails ) - Creator and maintainer
76
+ - [ @TCampaigne ] ( https://github.com/TCampaigne )
77
+ - [ @Lordnibbler ] ( https://github.com/Lordnibbler )
78
+ - [ @timdiggins ] ( https://github.com/timdiggins )
79
+ - [ @zoras ] ( https://github.com/zoras )
80
+ - [ @jensljungblad ] ( https://github.com/jensljungblad )
81
+ - [ @vsubramanian ] ( https://github.com/vsubramanian )
81
82
82
83
## Releases
84
+ - 2.0.1
85
+ - Fix bug that caused failure when project directory has a space in it
83
86
- 2.0.0
84
87
- Allow usage of Rubocop >= 0.38.0
85
88
- Remove Rails 5 deprecation warnings for using alias_method_chain
Original file line number Diff line number Diff line change 1
1
module FixDBSchemaConflicts
2
- VERSION = '2.0.0 '
2
+ VERSION = '2.0.1 '
3
3
end
You can’t perform that action at this time.
0 commit comments