rpx_now 0.6.22 → 0.6.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (5) hide show
  1. data/Readme.md +1 -0
  2. data/VERSION +1 -1
  3. data/lib/rpx_now.rb +1 -1
  4. data/rpx_now.gemspec +2 -2
  5. metadata +3 -3
data/Readme.md CHANGED
@@ -152,6 +152,7 @@ __[rpx_now_gem mailing list](http://groups.google.com/group/rpx_now_gem)__
152
152
  - [Nicolas Alpi](http://www.notgeeklycorrect.com)
153
153
  - [Ladislav Martincik](http://martincik.com)
154
154
  - [Ben Aldred](http://github.com/benaldred)
155
+ - [Casper Fabricius](http://casperfabricius.com)
155
156
 
156
157
  [Michael Grosser](http://pragmatig.wordpress.com)
157
158
  grosser.michael@gmail.com
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.22
1
+ 0.6.23
@@ -90,7 +90,7 @@ module RPXNow
90
90
  options = {:width => '400', :height => '240'}.merge(options)
91
91
  <<-EOF
92
92
  <iframe src="#{Api.host(subdomain)}/openid/embed?#{embed_params(url, options)}"
93
- scrolling="no" frameBorder="no" style="width:#{options[:width]}px;height:#{options[:height]}px;" id="rpx_now_embed">
93
+ scrolling="no" frameBorder="no" style="width:#{options[:width]}px;height:#{options[:height]}px;" id="rpx_now_embed" allowtransparency="allowtransparency">
94
94
  </iframe>
95
95
  EOF
96
96
  end
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{rpx_now}
8
- s.version = "0.6.22"
8
+ s.version = "0.6.23"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Michael Grosser"]
12
- s.date = %q{2010-07-19}
12
+ s.date = %q{2010-07-21}
13
13
  s.email = %q{grosser.michael@gmail.com}
14
14
  s.files = [
15
15
  ".gitignore",
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 6
8
- - 22
9
- version: 0.6.22
8
+ - 23
9
+ version: 0.6.23
10
10
  platform: ruby
11
11
  authors:
12
12
  - Michael Grosser
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-07-19 00:00:00 +02:00
17
+ date: 2010-07-21 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency