dango_generator 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
data/dango_generator.rb
CHANGED
@@ -66,9 +66,9 @@ class DangoGenerator < Rails::Generator::NamedBase
|
|
66
66
|
end
|
67
67
|
|
68
68
|
# http://code.google.com/p/as3corelib/のインポート
|
69
|
+
# as3corelib-readme.txt
|
70
|
+
# as3corelib-license.txt
|
69
71
|
%w(
|
70
|
-
as3corelib-readme.txt
|
71
|
-
as3corelib-license.txt
|
72
72
|
com/adobe/crypto/MD5.as
|
73
73
|
com/adobe/crypto/SHA1.as
|
74
74
|
com/adobe/crypto/SHA224.as
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dango_generator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Keisuke Minami
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2008-09-
|
12
|
+
date: 2008-09-17 00:00:00 +09:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -30,8 +30,8 @@ extensions: []
|
|
30
30
|
|
31
31
|
extra_rdoc_files:
|
32
32
|
- README.txt
|
33
|
-
- templates/
|
34
|
-
- templates/
|
33
|
+
- templates/as3corelib-readme.txt
|
34
|
+
- templates/as3corelib-license.txt
|
35
35
|
files:
|
36
36
|
- README.txt
|
37
37
|
- LICENSE
|
@@ -48,6 +48,8 @@ files:
|
|
48
48
|
- templates/config/dango/test.yml
|
49
49
|
- templates/config/dango/production.yml
|
50
50
|
- templates/config/dango/system_message.yml
|
51
|
+
- templates/as3corelib-readme.txt
|
52
|
+
- templates/as3corelib-license.txt
|
51
53
|
- templates/as3/org/rubyforge/dango/DangoClientFramework.as
|
52
54
|
- templates/as3/org/rubyforge/dango/DangoError.as
|
53
55
|
- templates/as3/org/rubyforge/dango/DangoErrorCode.as
|
@@ -56,8 +58,6 @@ files:
|
|
56
58
|
- templates/as3/org/rubyforge/dango/DangoURLLoader.as
|
57
59
|
- templates/as3/org/rubyforge/dango/DangoURLLoaderEvent.as
|
58
60
|
- templates/as3/org/rubyforge/dango/DangoUtil.as
|
59
|
-
- templates/as3/as3corelib-readme.txt
|
60
|
-
- templates/as3/as3corelib-license.txt
|
61
61
|
- templates/as3/com/adobe/crypto/MD5.as
|
62
62
|
- templates/as3/com/adobe/crypto/SHA1.as
|
63
63
|
- templates/as3/com/adobe/crypto/SHA224.as
|
File without changes
|
File without changes
|