Skip to content

Commit bb9b395

Browse files
author
Bastian Bartmann
committed
updated dependency
1 parent ea1eb76 commit bb9b395

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Podlove Web Player Rails
22
[![Gem Version][gv img]][gv] [![Build Status][bs img]][bs] [![Code Climate][cc img]][cc] [![Dependency Status][ds img]][ds]
33

4-
Brings the [Podlove Web Player][pwp] goodness to Rails 3.
4+
Brings the [Podlove Web Player][pwp] goodness to Rails.
55

66
## Installation ##
77

@@ -41,7 +41,7 @@ Feel free to open an issue ticket if you find something that could be improved.
4141
* If it's an issue pertaining the stylesheet or javascripts, please report it to the [podlove-web-player][pwpg] project.
4242
* If the stylesheet or javascripts are outdated, feel free to open an issue and prod me to get that thing updated. You could, of course, also fork the gem and send me an pull request with the update.
4343

44-
[gv img]: https://badge.fury.io/rb/podlove-web-player-rails.png
44+
[gv img]: https://badge.fury.io/rb/podlove-web-player-rails.png
4545
[gv]: https://rubygems.org/gems/podlove-web-player-rails
4646
[bs img]: https://travis-ci.org/coding-chimp/podlove-web-player-rails.png?branch=master
4747
[bs]: https://travis-ci.org/coding-chimp/podlove-web-player-rails
@@ -53,4 +53,4 @@ Feel free to open an issue ticket if you find something that could be improved.
5353
[pwp]: http://podlove.org/podlove-web-player/
5454
[pwpw]: http://wordpress.org/extend/plugins/podlove-web-player/faq/
5555
[doc]: http://rdoc.info/github/coding-chimp/podlove-web-player-rails/master/frames
56-
[pwpg]: https://github.com/podlove/podlove-web-player
56+
[pwpg]: https://github.com/podlove/podlove-web-player
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module PodloveWebPlayerRails
22
# version of the gem
3-
VERSION = "1.2.2"
3+
VERSION = "1.2.3"
44
# version of the podlove web player
55
PODLOVE_WEB_PLAYER_VERSION = "2.1.0"
66
end

podlove-web-player-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ Gem::Specification.new do |gem|
1717
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
1818
gem.require_paths = ["lib"]
1919

20-
gem.add_dependency "railties", "~> 3.1"
20+
gem.add_dependency "railties", ">= 3.2"
2121
end

0 commit comments

Comments
 (0)