swf_train 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. data/swf_train.gemspec +2 -2
  4. metadata +3 -3
data/Rakefile CHANGED
@@ -6,7 +6,7 @@ begin
6
6
  Jeweler::Tasks.new do |gem|
7
7
  gem.name = "swf_train"
8
8
  gem.summary = "A simple and flexible Rails helper for embedding SWFs in your views."
9
- gem.description = "Requires jQuery and jQuery SWFObject."
9
+ gem.description = "A simple and flexible Rails helper for embedding SWFs in your views."
10
10
  gem.email = "zeke@sikelianos.com"
11
11
  gem.homepage = "http://github.com/zeke/swf_train"
12
12
  gem.authors = ["Zeke Sikelianos"]
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
data/swf_train.gemspec CHANGED
@@ -5,12 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{swf_train}
8
- s.version = "0.0.1"
8
+ s.version = "0.0.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Zeke Sikelianos"]
12
12
  s.date = %q{2010-04-04}
13
- s.description = %q{Requires jQuery and jQuery SWFObject.}
13
+ s.description = %q{A simple and flexible Rails helper for embedding SWFs in your views.}
14
14
  s.email = %q{zeke@sikelianos.com}
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE",
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Zeke Sikelianos
@@ -31,7 +31,7 @@ dependencies:
31
31
  version: 1.2.9
32
32
  type: :development
33
33
  version_requirements: *id001
34
- description: Requires jQuery and jQuery SWFObject.
34
+ description: A simple and flexible Rails helper for embedding SWFs in your views.
35
35
  email: zeke@sikelianos.com
36
36
  executables: []
37
37