swfobject-rails 1.1.0 → 1.1.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/README.md +3 -3
- data/lib/swfobject/rails/version.rb +1 -1
- data/swfobject-rails.gemspec +3 -3
- metadata +8 -8
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
Rails 3.
|
|
1
|
+
Rails 3.x Integration for swfobject
|
|
2
2
|
==
|
|
3
3
|
|
|
4
|
-
This gem integrates [swfobject](http://code.google.com/p/swfobject/) with the Rails 3.
|
|
4
|
+
This gem integrates [swfobject](http://code.google.com/p/swfobject/) with the Rails 3.x asset pipeline. It has been tested with Rails 3.1 and 3.2.
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Install
|
|
@@ -19,7 +19,7 @@ Add to your application.js:
|
|
|
19
19
|
|
|
20
20
|
//= require swfobject
|
|
21
21
|
|
|
22
|
-
Place your SWFs you want to incude somewhere in the rails
|
|
22
|
+
Place your SWFs you want to incude somewhere in the rails assets directories (ex. app/assets/swfs/...).
|
|
23
23
|
|
|
24
24
|
In your view you can now do:
|
|
25
25
|
|
data/swfobject-rails.gemspec
CHANGED
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.authors = ["Corin Langosch"]
|
|
9
9
|
s.email = ["info@corinlangosch.com"]
|
|
10
10
|
s.homepage = "https://github.com/gucki/swfobject-rails"
|
|
11
|
-
s.summary = %q{Integration of swfobject with the Rails 3.
|
|
12
|
-
s.description = %q{This gem integrates swfobject with the Rails 3.
|
|
11
|
+
s.summary = %q{Integration of swfobject with the Rails 3.x asset pipeline}
|
|
12
|
+
s.description = %q{This gem integrates swfobject with the Rails 3.x asset pipeline.}
|
|
13
13
|
|
|
14
14
|
s.rubyforge_project = "swfobject-rails"
|
|
15
15
|
|
|
@@ -20,6 +20,6 @@ Gem::Specification.new do |s|
|
|
|
20
20
|
|
|
21
21
|
# specify any dependencies here; for example:
|
|
22
22
|
# s.add_development_dependency "rspec"
|
|
23
|
-
s.add_runtime_dependency "rails", "~>3.
|
|
23
|
+
s.add_runtime_dependency "rails", "~>3.2"
|
|
24
24
|
end
|
|
25
25
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: swfobject-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,20 +9,20 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2012-01-24 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &15573380 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ~>
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: '3.2'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
25
|
-
description: This gem integrates swfobject with the Rails 3.
|
|
24
|
+
version_requirements: *15573380
|
|
25
|
+
description: This gem integrates swfobject with the Rails 3.x asset pipeline.
|
|
26
26
|
email:
|
|
27
27
|
- info@corinlangosch.com
|
|
28
28
|
executables: []
|
|
@@ -62,8 +62,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
62
62
|
version: '0'
|
|
63
63
|
requirements: []
|
|
64
64
|
rubyforge_project: swfobject-rails
|
|
65
|
-
rubygems_version: 1.8.
|
|
65
|
+
rubygems_version: 1.8.10
|
|
66
66
|
signing_key:
|
|
67
67
|
specification_version: 3
|
|
68
|
-
summary: Integration of swfobject with the Rails 3.
|
|
68
|
+
summary: Integration of swfobject with the Rails 3.x asset pipeline
|
|
69
69
|
test_files: []
|