pngfix-rails 0.0.1rc → 0.0.1

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.
data/lib/pngfix/helper.rb CHANGED
@@ -6,11 +6,11 @@ module Pngfix
6
6
  concat javascript_include_tag("pngfix/DD_belatedPNG")
7
7
  concat content_tag(:script, :type => "text/javascript"){
8
8
  selectors.each do |selector|
9
- concat "DD_belatedPNG.fix('#{selector}');".html_safe
9
+ concat "DD_belatedPNG.fix('#{selector}');"
10
10
  end
11
11
  concat yield if block_given?
12
12
  }
13
13
  concat "\n<![endif]-->".html_safe
14
14
  end
15
15
  end
16
- end
16
+ end
@@ -1,4 +1,4 @@
1
1
  #encoding: utf-8
2
2
  module Pngfix
3
- VERSION = "0.0.1rc"
4
- end
3
+ VERSION = "0.0.1"
4
+ end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pngfix-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1rc
5
- prerelease: 5
4
+ version: 0.0.1
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - xixilive
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-12 00:00:00.000000000 Z
12
+ date: 2013-02-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -60,12 +60,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
60
60
  required_rubygems_version: !ruby/object:Gem::Requirement
61
61
  none: false
62
62
  requirements:
63
- - - ! '>'
63
+ - - ! '>='
64
64
  - !ruby/object:Gem::Version
65
- version: 1.3.1
65
+ version: '0'
66
66
  requirements: []
67
67
  rubyforge_project:
68
- rubygems_version: 1.8.25
68
+ rubygems_version: 1.8.24
69
69
  signing_key:
70
70
  specification_version: 3
71
71
  summary: easy to use DD_belatedPNG in rails