podlove-web-player-rails 0.3.1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -17,7 +17,11 @@ Add this line to `app/assets/javascripts/application.js`:
17
17
 
18
18
  //= require podlove-web-player-rails
19
19
 
20
- And add this line to `app/assets/stylesheets/application.css.scss`:
20
+ And add this line to `app/assets/stylesheets/application.css`:
21
+
22
+ *= require podlove-web-player
23
+
24
+ Or add this line to `app/assets/stylesheets/application.css.scss`:
21
25
 
22
26
  @import "podlove-web-player";
23
27
 
@@ -27,6 +31,8 @@ Use the `podloveaudio` or `podlovevideo` helpers to inplement the audio or video
27
31
 
28
32
  <%= podloveaudio(src: 'http://mysite.com/mymedia.mp3', duration: '03:33', title: 'My track') %>
29
33
 
34
+ You can also read a description of all available options in the [Documentation][doc].
35
+
30
36
  ## Contributing ##
31
37
 
32
38
  Feel free to open an issue ticket if you find something that could be improved. A couple notes:
@@ -45,4 +51,5 @@ Feel free to open an issue ticket if you find something that could be improved.
45
51
 
46
52
  [pwp]: http://podlove.org/podlove-web-player/
47
53
  [pwpw]: http://wordpress.org/extend/plugins/podlove-web-player/faq/
54
+ [doc]: http://rdoc.info/github/coding-chimp/podlove-web-player-rails/master/frames
48
55
  [pwpg]: https://github.com/podlove/podlove-web-player
data/Rakefile CHANGED
@@ -6,4 +6,4 @@ Rake::TestTask.new do |t|
6
6
  end
7
7
 
8
8
  desc "Run tests"
9
- task :default => :test
9
+ task default: :test
@@ -1,6 +1,6 @@
1
1
  module PodloveWebPlayerRails
2
2
  # version of the gem
3
- VERSION = "0.3.1"
3
+ VERSION = "1.0.0"
4
4
  # version of the podlove web player
5
5
  PODLOVE_WEB_PLAYER_VERSION = "2.0.2"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: podlove-web-player-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 1.0.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-15 00:00:00.000000000 Z
12
+ date: 2013-05-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
@@ -76,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
76
76
  version: '0'
77
77
  segments:
78
78
  - 0
79
- hash: -655336232953160568
79
+ hash: -3022058904844869142
80
80
  required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  none: false
82
82
  requirements:
@@ -85,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
85
85
  version: '0'
86
86
  segments:
87
87
  - 0
88
- hash: -655336232953160568
88
+ hash: -3022058904844869142
89
89
  requirements: []
90
90
  rubyforge_project:
91
91
  rubygems_version: 1.8.24