Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
Merge tag '0.9.3' into develop
Browse files Browse the repository at this point in the history
0.9.3
  • Loading branch information
marjinal1st committed May 29, 2014
2 parents a9fe34d + 25ebe89 commit e1c1ee3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@

#### [Current]
* [9abd0e7](../../commit/9abd0e7) - __(Ahmet Sezgin Duran)__ [#2](../../issues/2) Fix dependency problem
* [a9fe34d](../../commit/a9fe34d) - __(Ahmet Sezgin Duran)__ Merge tag '0.9.2' into develop

0.9.2

* [56db2d8](../../commit/56db2d8) - __(Ahmet Sezgin Duran)__ Update Gemfile with dependencies

#### 0.9.2
* [7279ec0](../../commit/7279ec0) - __(Ahmet Sezgin Duran)__ Bump versions 0.9.2 and 1.8.8
* [1338bb4](../../commit/1338bb4) - __(Ahmet Sezgin Duran)__ Update Medium Editor files

#### 0.9.1
Expand Down
2 changes: 1 addition & 1 deletion lib/medium-editor-rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module MediumEditorRails
module Rails
VERSION = '0.9.2'
VERSION = '0.9.3'
MEDIUM_EDITOR_VERSION = '1.8.8'
end
end
4 changes: 2 additions & 2 deletions medium-editor-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Gem::Specification.new do |gem|
gem.files = `git ls-files`.split($/)
gem.require_paths = ['lib']

gem.add_dependency 'railties', '~> 3.0'
gem.add_dependency 'railties', '>= 3.0'
gem.add_development_dependency 'bundler', '~> 1.0'
end
end

0 comments on commit e1c1ee3

Please sign in to comment.