flex-sdk 0.6.1 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.1
1
+ 0.7.0
@@ -0,0 +1,7 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ $LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__) + '/../lib')) unless $LOAD_PATH.include?(File.expand_path(File.dirname(__FILE__) + '/../lib'))
4
+ require 'flex_pmd'
5
+
6
+ flexpmd = FlexPMD.new
7
+ puts flexpmd.pmd_dir
@@ -0,0 +1,9 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ $LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__) + '/../lib')) unless $LOAD_PATH.include?(File.expand_path(File.dirname(__FILE__) + '/../lib'))
4
+ require 'flex_pmd'
5
+
6
+ flexpmd = FlexPMD.new
7
+ flexpmd.download
8
+ flexpmd.unzip
9
+ puts "Done. Flex PMD should now be ready to perform code analysis\n\n"
data/config.yml CHANGED
@@ -2,4 +2,7 @@ flex-sdk:
2
2
  sdk_ver: "3.5.0.12683"
3
3
  cdn_path: "http://fpdownload.adobe.com/pub/flex/sdk/builds/flex3/"
4
4
  vendor_path: "vendor"
5
-
5
+ flex-pmd:
6
+ pmd_ver: "1.2"
7
+ cdn_path: "http://opensource.adobe.com/svn/opensource/flexpmd/maven-repository/release/com/adobe/ac/flex-pmd/1.2/flex-pmd-all-in-one-bundle-1.2.zip"
8
+ vendor_path: "vendor"
@@ -1,57 +1,59 @@
1
1
  # Generated by jeweler
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{flex-sdk}
8
- s.version = "0.6.1"
8
+ s.version = "0.7.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jonathan Hoskin", "Rasheed Abdul-Aziz"]
12
- s.date = %q{2010-11-11}
12
+ s.date = %q{2010-11-25}
13
13
  s.description = %q{Flex SDK Gem for redistribution to build servers and other developers. Also provides a simple DSL for calling Mxmlc and Compc from Thor tasks}
14
14
  s.email = %q{jonathan.hoskin@visfleet.com}
15
- s.executables = ["flex-sdk-copylocale", "flex-sdk-path", "flex-sdk-prime"]
15
+ s.executables = ["flex-sdk-prime", "flex-sdk-copylocale", "flex-pmd-path", "flex-pmd-prime", "flex-sdk-path"]
16
16
  s.extra_rdoc_files = [
17
17
  "LICENSE",
18
- "README.markdown"
18
+ "README.markdown"
19
19
  ]
20
20
  s.files = [
21
21
  ".document",
22
- ".gitignore",
23
- "Gemfile",
24
- "Gemfile.lock",
25
- "LICENSE",
26
- "README.markdown",
27
- "Rakefile",
28
- "VERSION",
29
- "bin/flex-sdk-copylocale",
30
- "bin/flex-sdk-path",
31
- "bin/flex-sdk-prime",
32
- "config.yml",
33
- "flex-sdk.gemspec",
34
- "lib/flex_compiler.rb",
35
- "lib/flex_sdk.rb",
36
- "lib/flex_sdk/flex_sdk.rb",
37
- "lib/opt_builder.rb",
38
- "lib/shell.rb",
39
- "spec/flex-sdk_spec.rb",
40
- "spec/opts-builder_spec.rb",
41
- "spec/spec.opts",
42
- "spec/spec_helper.rb",
43
- "spec/test.rb"
22
+ "Gemfile",
23
+ "Gemfile.lock",
24
+ "LICENSE",
25
+ "README.markdown",
26
+ "Rakefile",
27
+ "VERSION",
28
+ "bin/flex-pmd-path",
29
+ "bin/flex-pmd-prime",
30
+ "bin/flex-sdk-copylocale",
31
+ "bin/flex-sdk-path",
32
+ "bin/flex-sdk-prime",
33
+ "config.yml",
34
+ "flex-sdk.gemspec",
35
+ "lib/flex_analyzer.rb",
36
+ "lib/flex_compiler.rb",
37
+ "lib/flex_pmd/flex_pmd.rb",
38
+ "lib/flex_sdk.rb",
39
+ "lib/flex_sdk/flex_sdk.rb",
40
+ "lib/opt_builder.rb",
41
+ "lib/shell.rb",
42
+ "spec/flex-sdk_spec.rb",
43
+ "spec/opts-builder_spec.rb",
44
+ "spec/spec.opts",
45
+ "spec/spec_helper.rb",
46
+ "spec/test.rb"
44
47
  ]
45
48
  s.homepage = %q{http://github.com/visfleet/flex-sdk}
46
- s.rdoc_options = ["--charset=UTF-8"]
47
49
  s.require_paths = ["lib"]
48
50
  s.rubygems_version = %q{1.3.7}
49
51
  s.summary = %q{Flex SDK Gem and Thor Built utilities}
50
52
  s.test_files = [
51
53
  "spec/flex-sdk_spec.rb",
52
- "spec/opts-builder_spec.rb",
53
- "spec/spec_helper.rb",
54
- "spec/test.rb"
54
+ "spec/opts-builder_spec.rb",
55
+ "spec/spec_helper.rb",
56
+ "spec/test.rb"
55
57
  ]
56
58
 
57
59
  if s.respond_to? :specification_version then
@@ -59,17 +61,38 @@ Gem::Specification.new do |s|
59
61
  s.specification_version = 3
60
62
 
61
63
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
64
+ s.add_runtime_dependency(%q<rake>, [">= 0"])
65
+ s.add_runtime_dependency(%q<jeweler>, [">= 0"])
66
+ s.add_runtime_dependency(%q<bundler>, [">= 0"])
67
+ s.add_runtime_dependency(%q<rspec>, ["< 2"])
68
+ s.add_runtime_dependency(%q<thoughtbot-shoulda>, [">= 0"])
69
+ s.add_runtime_dependency(%q<activesupport>, [">= 0"])
70
+ s.add_runtime_dependency(%q<i18n>, [">= 0"])
62
71
  s.add_development_dependency(%q<rspec>, [">= 1.2.9"])
63
72
  s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"])
64
73
  s.add_runtime_dependency(%q<i18n>, [">= 0"])
65
74
  s.add_runtime_dependency(%q<activesupport>, [">= 0"])
66
75
  else
76
+ s.add_dependency(%q<rake>, [">= 0"])
77
+ s.add_dependency(%q<jeweler>, [">= 0"])
78
+ s.add_dependency(%q<bundler>, [">= 0"])
79
+ s.add_dependency(%q<rspec>, ["< 2"])
80
+ s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
81
+ s.add_dependency(%q<activesupport>, [">= 0"])
82
+ s.add_dependency(%q<i18n>, [">= 0"])
67
83
  s.add_dependency(%q<rspec>, [">= 1.2.9"])
68
84
  s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
69
85
  s.add_dependency(%q<i18n>, [">= 0"])
70
86
  s.add_dependency(%q<activesupport>, [">= 0"])
71
87
  end
72
88
  else
89
+ s.add_dependency(%q<rake>, [">= 0"])
90
+ s.add_dependency(%q<jeweler>, [">= 0"])
91
+ s.add_dependency(%q<bundler>, [">= 0"])
92
+ s.add_dependency(%q<rspec>, ["< 2"])
93
+ s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
94
+ s.add_dependency(%q<activesupport>, [">= 0"])
95
+ s.add_dependency(%q<i18n>, [">= 0"])
73
96
  s.add_dependency(%q<rspec>, [">= 1.2.9"])
74
97
  s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
75
98
  s.add_dependency(%q<i18n>, [">= 0"])
@@ -0,0 +1,57 @@
1
+ require 'flex_sdk'
2
+ require 'shell'
3
+
4
+ module FlexAnalyzer
5
+
6
+ def analyze_pmd(src,outdir)
7
+ run_command(pmd_jar,src,outdir)
8
+ end
9
+
10
+ def analyze_cpd(src,outfile)
11
+ run_command(cpd_jar,src,outfile)
12
+ end
13
+
14
+ def analyze_metrics(src,outfile)
15
+ run_command(metrics_jar,src,outfile)
16
+ end
17
+
18
+ def run_command(jar,src,out)
19
+ command = "#{java_cmd} -jar #{Shell.escape File.join(pmd_dir,jar)} -s #{src} -o #{out}"
20
+ puts command
21
+ `#{command}`
22
+ end
23
+
24
+ def java_mem
25
+ java_mem = "512m"
26
+ end
27
+
28
+ def java_cmd
29
+ java_cmd = "java -Xmx#{java_mem}"
30
+ end
31
+
32
+ def flex_pmd
33
+ FlexPMD.new
34
+ end
35
+
36
+ def pmd_dir
37
+ flex_pmd.pmd_dir
38
+ end
39
+
40
+ def pmd_ver
41
+ flex_pmd.pmd_ver
42
+ end
43
+
44
+ def pmd_jar
45
+ pmd_jar = "flex-pmd-command-line-" + pmd_ver + ".jar"
46
+ end
47
+
48
+ def cpd_jar
49
+ cpd_jar = "flex-pmd-cpd-command-line-" + pmd_ver + ".jar"
50
+ end
51
+
52
+ def metrics_jar
53
+ metrics_jar = "flex-pmd-metrics-command-line-" + pmd_ver + ".jar"
54
+ end
55
+
56
+ end
57
+
@@ -0,0 +1,73 @@
1
+ class FlexPMD
2
+
3
+ # Return a hash of configuration objects from config.yml
4
+ def config
5
+ require 'yaml'
6
+ config = YAML.load_file(File.expand_path(File.join((File.dirname(__FILE__)), "..", "..", "config.yml")))
7
+ config_hash = config["flex-pmd"]
8
+ end
9
+
10
+ # Return the destination (think: vendor) directory to put the PMD into
11
+ def dest_dir
12
+ dest_dir = File.expand_path(File.join((File.dirname(__FILE__)), "..", "..", config["vendor_path"]))
13
+ end
14
+
15
+ # Return the version PMD
16
+ def pmd_ver
17
+ pmd_ver = config["pmd_ver"]
18
+ end
19
+
20
+ # Return the human readable name of the PMD
21
+ def pmd_name
22
+ pmd_name = "flex_pmd_" + pmd_ver
23
+ end
24
+
25
+ # Return just the file name of the target zip file
26
+ def pmd_zipfile
27
+ pmd_zipfile = pmd_name + ".zip"
28
+ end
29
+
30
+ # Return the full path of target zip file
31
+ def dest_file
32
+ dest_file = File.join(dest_dir, pmd_zipfile)
33
+ end
34
+
35
+ # Return the full path to the PMD dir, so other things/people can use it
36
+ def pmd_dir
37
+ pmd_dir = File.join(dest_dir, pmd_name)
38
+ end
39
+
40
+ # Return the full web URL of the PMD to download
41
+ def cdn_file
42
+ cdn_file = config["cdn_path"]
43
+ end
44
+
45
+ # Download the PMD zip file into the gem's directory
46
+ def download
47
+ puts "\n"
48
+ unless File.file?(dest_file)
49
+ puts "Downloading PMD\n\tFrom:\t#{cdn_file}\n\tTo:\t#{dest_file}\n\n"
50
+ `curl #{cdn_file} --create-dirs -o #{dest_file} `
51
+ if $?.to_i != 0
52
+ raise "Failed to download Flex PMD\n\n"
53
+ end
54
+ else
55
+ puts "Won't download PMD, file #{dest_file} already exists"
56
+ end
57
+ end
58
+
59
+ # Unzip the downloaded zip file into the target dir
60
+ def unzip
61
+ puts "\n"
62
+ unless File.directory?(pmd_dir)
63
+ puts "Unzipping PMD\n\tFrom:\t#{dest_file}\n\tTo:\t#{pmd_dir}/\n\n"
64
+ `unzip #{dest_file} -d #{pmd_dir}`
65
+ if $?.to_i != 0
66
+ raise "Failed to unzip Flex PMD\n\n"
67
+ end
68
+ else
69
+ puts "Won't unzip PMD, directory #{pmd_dir}/ already exists\n\n"
70
+ end
71
+ end
72
+
73
+ end
@@ -1,82 +1,2 @@
1
- class FlexSDK
2
-
3
- # Create a hash of configuration objects, some from config.yml, the rest figured out
4
- def config
5
- require 'yaml'
6
- config = YAML.load_file(File.expand_path(File.join((File.dirname(__FILE__)), "..", "config.yml")))
7
- config_hash = config["flex-sdk"]
8
-
9
- # These variables are provided by config.yml
10
- sdk_ver = config_hash["sdk_ver"]
11
- vendor_path = config_hash["vendor_path"]
12
- cdn_path = config_hash["cdn_path"]
13
-
14
- # These variables are determined at runtime and combined into one hash
15
- sdk_name = "flex_sdk_" + sdk_ver
16
- config_hash["sdk_name"] = sdk_name
17
- sdk_zipfile = sdk_name + ".zip"
18
- config_hash["sdk_zipfile"] = sdk_zipfile
19
- config_hash["cdn_file"] = cdn_path + sdk_zipfile
20
- dest_dir = File.expand_path(File.join((File.dirname(__FILE__)), "..", vendor_path))
21
- config_hash["dest_dir"] = dest_dir
22
- config_hash["dest_file"] = File.join(dest_dir, sdk_zipfile)
23
- config_hash["sdk_dir"] = File.join(dest_dir, sdk_name)
24
-
25
- config_hash
26
- end
27
-
28
- # Return the full path to the SDK dir, so other things/people can use it
29
- def sdk_dir
30
- config = self.config
31
- sdk_dir = config["sdk_dir"]
32
- end
33
-
34
- # Download the SDK zip file to the gem
35
- def download(config)
36
-
37
- dest_dir = config["dest_dir"]
38
- dest_file = config["dest_file"]
39
- cdn_file = config["cdn_file"]
40
-
41
- puts "\n"
42
- unless File.file?(dest_file)
43
- puts "Downloading SDK\n\tFrom:\t#{cdn_file}\n\tTo:\t#{dest_file}\n\n"
44
- `curl #{cdn_file} --create-dirs -o #{dest_file} `
45
- if $?.to_i != 0
46
- raise "Failed to download Flex SDK\n\n"
47
- end
48
- else
49
- puts "Won't download SDK, file #{dest_file} already exists"
50
- end
51
- end
52
-
53
- # Unzip the downloaded zip file into the target dir
54
- def unzip(config)
55
- sdk_dir = config["sdk_dir"]
56
- dest_file = config["dest_file"]
57
-
58
- puts "\n"
59
-
60
- unless File.directory?(sdk_dir)
61
- puts "Unzipping SDK\n\tFrom:\t#{dest_file}\n\tTo:\t#{sdk_dir}/\n\n"
62
- `unzip #{dest_file} -d #{sdk_dir}`
63
- if $?.to_i != 0
64
- raise "Failed to unzip Flex SDK\n\n"
65
- end
66
- else
67
- puts "Won't unzip SDK, directory #{sdk_dir}/ already exists\n\n"
68
- end
69
- end
70
-
71
- # Perform the copylocale step
72
- def copylocale(config)
73
- sdk_name = config["sdk_dir"]
74
- `#{sdk_dir}/bin/copylocale en_US en_NZ`
75
- unless $?.to_i != 0
76
- puts "INFO: Process copylocale completed successfully"
77
- else
78
- raise "ERROR: Process copylocale FAILED"
79
- end
80
- end
81
-
82
- end
1
+ require 'flex_sdk/flex_sdk'
2
+ require 'flex_pmd/flex_pmd'
@@ -3,7 +3,7 @@ class FlexSDK
3
3
  # Create a hash of configuration objects, some from config.yml, the rest figured out
4
4
  def config
5
5
  require 'yaml'
6
- config = YAML.load_file(File.expand_path(File.join((File.dirname(__FILE__)), "..", "config.yml")))
6
+ config = YAML.load_file(File.expand_path(File.join((File.dirname(__FILE__)), "..", "..", "config.yml")))
7
7
  config_hash = config["flex-sdk"]
8
8
 
9
9
  # These variables are provided by config.yml
@@ -17,7 +17,7 @@ class FlexSDK
17
17
  sdk_zipfile = sdk_name + ".zip"
18
18
  config_hash["sdk_zipfile"] = sdk_zipfile
19
19
  config_hash["cdn_file"] = cdn_path + sdk_zipfile
20
- dest_dir = File.expand_path(File.join((File.dirname(__FILE__)), "..", vendor_path))
20
+ dest_dir = File.expand_path(File.join((File.dirname(__FILE__)), "..", "..", vendor_path))
21
21
  config_hash["dest_dir"] = dest_dir
22
22
  config_hash["dest_file"] = File.join(dest_dir, sdk_zipfile)
23
23
  config_hash["sdk_dir"] = File.join(dest_dir, sdk_name)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flex-sdk
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
4
+ hash: 3
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
- - 6
9
- - 1
10
- version: 0.6.1
8
+ - 7
9
+ - 0
10
+ version: 0.7.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jonathan Hoskin
@@ -16,30 +16,81 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-11-11 00:00:00 +13:00
19
+ date: 2010-11-25 00:00:00 +13:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
- type: :development
24
- name: rspec
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ none: false
25
+ requirements:
26
+ - - ">="
27
+ - !ruby/object:Gem::Version
28
+ hash: 3
29
+ segments:
30
+ - 0
31
+ version: "0"
32
+ type: :runtime
33
+ name: rake
25
34
  prerelease: false
26
- version_requirements: &id001 !ruby/object:Gem::Requirement
35
+ version_requirements: *id001
36
+ - !ruby/object:Gem::Dependency
37
+ requirement: &id002 !ruby/object:Gem::Requirement
27
38
  none: false
28
39
  requirements:
29
40
  - - ">="
30
41
  - !ruby/object:Gem::Version
31
- hash: 13
42
+ hash: 3
43
+ segments:
44
+ - 0
45
+ version: "0"
46
+ type: :runtime
47
+ name: jeweler
48
+ prerelease: false
49
+ version_requirements: *id002
50
+ - !ruby/object:Gem::Dependency
51
+ requirement: &id003 !ruby/object:Gem::Requirement
52
+ none: false
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ hash: 3
57
+ segments:
58
+ - 0
59
+ version: "0"
60
+ type: :runtime
61
+ name: bundler
62
+ prerelease: false
63
+ version_requirements: *id003
64
+ - !ruby/object:Gem::Dependency
65
+ requirement: &id004 !ruby/object:Gem::Requirement
66
+ none: false
67
+ requirements:
68
+ - - <
69
+ - !ruby/object:Gem::Version
70
+ hash: 7
32
71
  segments:
33
- - 1
34
72
  - 2
35
- - 9
36
- version: 1.2.9
37
- requirement: *id001
73
+ version: "2"
74
+ type: :runtime
75
+ name: rspec
76
+ prerelease: false
77
+ version_requirements: *id004
38
78
  - !ruby/object:Gem::Dependency
39
- type: :development
79
+ requirement: &id005 !ruby/object:Gem::Requirement
80
+ none: false
81
+ requirements:
82
+ - - ">="
83
+ - !ruby/object:Gem::Version
84
+ hash: 3
85
+ segments:
86
+ - 0
87
+ version: "0"
88
+ type: :runtime
40
89
  name: thoughtbot-shoulda
41
90
  prerelease: false
42
- version_requirements: &id002 !ruby/object:Gem::Requirement
91
+ version_requirements: *id005
92
+ - !ruby/object:Gem::Dependency
93
+ requirement: &id006 !ruby/object:Gem::Requirement
43
94
  none: false
44
95
  requirements:
45
96
  - - ">="
@@ -48,12 +99,42 @@ dependencies:
48
99
  segments:
49
100
  - 0
50
101
  version: "0"
51
- requirement: *id002
102
+ type: :runtime
103
+ name: activesupport
104
+ prerelease: false
105
+ version_requirements: *id006
52
106
  - !ruby/object:Gem::Dependency
107
+ requirement: &id007 !ruby/object:Gem::Requirement
108
+ none: false
109
+ requirements:
110
+ - - ">="
111
+ - !ruby/object:Gem::Version
112
+ hash: 3
113
+ segments:
114
+ - 0
115
+ version: "0"
53
116
  type: :runtime
54
117
  name: i18n
55
118
  prerelease: false
56
- version_requirements: &id003 !ruby/object:Gem::Requirement
119
+ version_requirements: *id007
120
+ - !ruby/object:Gem::Dependency
121
+ requirement: &id008 !ruby/object:Gem::Requirement
122
+ none: false
123
+ requirements:
124
+ - - ">="
125
+ - !ruby/object:Gem::Version
126
+ hash: 13
127
+ segments:
128
+ - 1
129
+ - 2
130
+ - 9
131
+ version: 1.2.9
132
+ type: :development
133
+ name: rspec
134
+ prerelease: false
135
+ version_requirements: *id008
136
+ - !ruby/object:Gem::Dependency
137
+ requirement: &id009 !ruby/object:Gem::Requirement
57
138
  none: false
58
139
  requirements:
59
140
  - - ">="
@@ -62,12 +143,26 @@ dependencies:
62
143
  segments:
63
144
  - 0
64
145
  version: "0"
65
- requirement: *id003
146
+ type: :development
147
+ name: thoughtbot-shoulda
148
+ prerelease: false
149
+ version_requirements: *id009
66
150
  - !ruby/object:Gem::Dependency
151
+ requirement: &id010 !ruby/object:Gem::Requirement
152
+ none: false
153
+ requirements:
154
+ - - ">="
155
+ - !ruby/object:Gem::Version
156
+ hash: 3
157
+ segments:
158
+ - 0
159
+ version: "0"
67
160
  type: :runtime
68
- name: activesupport
161
+ name: i18n
69
162
  prerelease: false
70
- version_requirements: &id004 !ruby/object:Gem::Requirement
163
+ version_requirements: *id010
164
+ - !ruby/object:Gem::Dependency
165
+ requirement: &id011 !ruby/object:Gem::Requirement
71
166
  none: false
72
167
  requirements:
73
168
  - - ">="
@@ -76,13 +171,18 @@ dependencies:
76
171
  segments:
77
172
  - 0
78
173
  version: "0"
79
- requirement: *id004
174
+ type: :runtime
175
+ name: activesupport
176
+ prerelease: false
177
+ version_requirements: *id011
80
178
  description: Flex SDK Gem for redistribution to build servers and other developers. Also provides a simple DSL for calling Mxmlc and Compc from Thor tasks
81
179
  email: jonathan.hoskin@visfleet.com
82
180
  executables:
181
+ - flex-sdk-prime
83
182
  - flex-sdk-copylocale
183
+ - flex-pmd-path
184
+ - flex-pmd-prime
84
185
  - flex-sdk-path
85
- - flex-sdk-prime
86
186
  extensions: []
87
187
 
88
188
  extra_rdoc_files:
@@ -90,19 +190,22 @@ extra_rdoc_files:
90
190
  - README.markdown
91
191
  files:
92
192
  - .document
93
- - .gitignore
94
193
  - Gemfile
95
194
  - Gemfile.lock
96
195
  - LICENSE
97
196
  - README.markdown
98
197
  - Rakefile
99
198
  - VERSION
199
+ - bin/flex-pmd-path
200
+ - bin/flex-pmd-prime
100
201
  - bin/flex-sdk-copylocale
101
202
  - bin/flex-sdk-path
102
203
  - bin/flex-sdk-prime
103
204
  - config.yml
104
205
  - flex-sdk.gemspec
206
+ - lib/flex_analyzer.rb
105
207
  - lib/flex_compiler.rb
208
+ - lib/flex_pmd/flex_pmd.rb
106
209
  - lib/flex_sdk.rb
107
210
  - lib/flex_sdk/flex_sdk.rb
108
211
  - lib/opt_builder.rb
@@ -117,8 +220,8 @@ homepage: http://github.com/visfleet/flex-sdk
117
220
  licenses: []
118
221
 
119
222
  post_install_message:
120
- rdoc_options:
121
- - --charset=UTF-8
223
+ rdoc_options: []
224
+
122
225
  require_paths:
123
226
  - lib
124
227
  required_ruby_version: !ruby/object:Gem::Requirement
data/.gitignore DELETED
@@ -1,22 +0,0 @@
1
- ## MAC OS
2
- .DS_Store
3
-
4
- ## TEXTMATE
5
- *.tmproj
6
- tmtags
7
-
8
- ## EMACS
9
- *~
10
- \#*
11
- .\#*
12
-
13
- ## VIM
14
- *.swp
15
-
16
- ## PROJECT::GENERAL
17
- coverage
18
- rdoc
19
- pkg
20
-
21
- ## PROJECT::SPECIFIC
22
- vendor/*