swf_fu 2.0.1 → 2.0.2

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 (3) hide show
  1. data/README.rdoc +1 -1
  2. data/lib/swf_fu/version.rb +1 -1
  3. metadata +10 -5
@@ -12,7 +12,7 @@ Comments and pull requests welcome: http://github.com/marcandre/swf_fu
12
12
 
13
13
  Version 2 of +swf_fu+ is an engine for Rails 3.1+ and Ruby 1.8.7+.
14
14
 
15
- Version 1.x was a plugin for previous versions of Rails and should not be used with Rails 3.1+. If you are upgrading to Rails 3.1, remove the plugin!
15
+ Version 1.x was a plugin for previous versions of Rails and should not be used with Rails 3.1+. If you want to use it, checkout the v1.x branch[https://github.com/marcandre/swf_fu/tree/v1.x]. If you are upgrading to Rails 3.1+, remove the plugin!
16
16
 
17
17
  == Install
18
18
 
@@ -1,3 +1,3 @@
1
1
  module SwfFu
2
- VERSION = '2.0.1'
2
+ VERSION = '2.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swf_fu
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,14 +9,14 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-03-23 00:00:00.000000000 Z
12
+ date: 2012-04-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
- - - ~>
19
+ - - ! '>='
20
20
  - !ruby/object:Gem::Version
21
21
  version: '3.1'
22
22
  type: :runtime
@@ -24,7 +24,7 @@ dependencies:
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  none: false
26
26
  requirements:
27
- - - ~>
27
+ - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
29
  version: '3.1'
30
30
  - !ruby/object:Gem::Dependency
@@ -163,12 +163,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
163
163
  - - ! '>='
164
164
  - !ruby/object:Gem::Version
165
165
  version: '0'
166
+ segments:
167
+ - 0
168
+ hash: -734072008906097400
166
169
  required_rubygems_version: !ruby/object:Gem::Requirement
167
170
  none: false
168
171
  requirements:
169
172
  - - ! '>='
170
173
  - !ruby/object:Gem::Version
171
174
  version: '0'
175
+ segments:
176
+ - 0
177
+ hash: -734072008906097400
172
178
  requirements: []
173
179
  rubyforge_project:
174
180
  rubygems_version: 1.8.19
@@ -235,4 +241,3 @@ test_files:
235
241
  - test/swf_path_test.rb
236
242
  - test/swf_tag_test.rb
237
243
  - test/test_helper.rb
238
- has_rdoc: