swf_embed 0.0.0 → 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- metadata +3 -4
- data/lib/swf_embed.rb +0 -0
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.1
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: swf_embed
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 29
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 1
|
10
|
+
version: 0.0.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- miyucy
|
@@ -52,7 +52,6 @@ files:
|
|
52
52
|
- VERSION
|
53
53
|
- ext/extconf.rb
|
54
54
|
- ext/swf_embed.c
|
55
|
-
- lib/swf_embed.rb
|
56
55
|
- spec/spec.opts
|
57
56
|
- spec/spec_helper.rb
|
58
57
|
- spec/swf_embed_spec.rb
|
data/lib/swf_embed.rb
DELETED
File without changes
|