as3corelib 0.1.0 → 0.85.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (115) hide show
  1. data/Gemfile +1 -4
  2. data/Gemfile.lock +7 -4
  3. data/README.textile +20 -10
  4. data/Rakefile +32 -2
  5. data/as3corelib.gemspec +13 -11
  6. data/lib/as3corelib.rb +10 -4
  7. data/lib/as3corelib/version.rb +4 -0
  8. metadata +31 -121
  9. data/build/build.properties +0 -48
  10. data/build/build.xml +0 -104
  11. data/examples/JSONExample/JSONExample.mxml +0 -73
  12. data/src/com/adobe/air/crypto/EncryptionKeyGenerator.as +0 -313
  13. data/src/com/adobe/air/filesystem/FileMonitor.as +0 -245
  14. data/src/com/adobe/air/filesystem/FileUtil.as +0 -63
  15. data/src/com/adobe/air/filesystem/VolumeMonitor.as +0 -184
  16. data/src/com/adobe/air/filesystem/events/FileMonitorEvent.as +0 -61
  17. data/src/com/adobe/air/logging/FileTarget.as +0 -95
  18. data/src/com/adobe/air/net/ResourceCache.as +0 -165
  19. data/src/com/adobe/air/net/events/ResourceCacheEvent.as +0 -70
  20. data/src/com/adobe/crypto/HMAC.as +0 -127
  21. data/src/com/adobe/crypto/MD5.as +0 -281
  22. data/src/com/adobe/crypto/MD5Stream.as +0 -402
  23. data/src/com/adobe/crypto/SHA1.as +0 -289
  24. data/src/com/adobe/crypto/SHA224.as +0 -257
  25. data/src/com/adobe/crypto/SHA256.as +0 -261
  26. data/src/com/adobe/crypto/WSSEUsernameToken.as +0 -114
  27. data/src/com/adobe/errors/IllegalStateError.as +0 -63
  28. data/src/com/adobe/fileformats/vcard/Address.as +0 -47
  29. data/src/com/adobe/fileformats/vcard/Email.as +0 -39
  30. data/src/com/adobe/fileformats/vcard/Phone.as +0 -39
  31. data/src/com/adobe/fileformats/vcard/VCard.as +0 -54
  32. data/src/com/adobe/fileformats/vcard/VCardParser.as +0 -246
  33. data/src/com/adobe/images/BitString.as +0 -39
  34. data/src/com/adobe/images/JPGEncoder.as +0 -648
  35. data/src/com/adobe/images/PNGEncoder.as +0 -141
  36. data/src/com/adobe/net/DynamicURLLoader.as +0 -55
  37. data/src/com/adobe/net/IURIResolver.as +0 -76
  38. data/src/com/adobe/net/MimeTypeMap.as +0 -200
  39. data/src/com/adobe/net/URI.as +0 -2466
  40. data/src/com/adobe/net/URIEncodingBitmap.as +0 -139
  41. data/src/com/adobe/net/proxies/RFC2817Socket.as +0 -198
  42. data/src/com/adobe/protocols/dict/Database.as +0 -66
  43. data/src/com/adobe/protocols/dict/Definition.as +0 -71
  44. data/src/com/adobe/protocols/dict/Dict.as +0 -360
  45. data/src/com/adobe/protocols/dict/DictionaryServer.as +0 -60
  46. data/src/com/adobe/protocols/dict/MatchStrategy.as +0 -66
  47. data/src/com/adobe/protocols/dict/Response.as +0 -71
  48. data/src/com/adobe/protocols/dict/events/ConnectedEvent.as +0 -53
  49. data/src/com/adobe/protocols/dict/events/DatabaseEvent.as +0 -67
  50. data/src/com/adobe/protocols/dict/events/DefinitionEvent.as +0 -70
  51. data/src/com/adobe/protocols/dict/events/DefinitionHeaderEvent.as +0 -69
  52. data/src/com/adobe/protocols/dict/events/DictionaryServerEvent.as +0 -69
  53. data/src/com/adobe/protocols/dict/events/DisconnectedEvent.as +0 -55
  54. data/src/com/adobe/protocols/dict/events/ErrorEvent.as +0 -80
  55. data/src/com/adobe/protocols/dict/events/MatchEvent.as +0 -67
  56. data/src/com/adobe/protocols/dict/events/MatchStrategiesEvent.as +0 -70
  57. data/src/com/adobe/protocols/dict/events/NoMatchEvent.as +0 -54
  58. data/src/com/adobe/protocols/dict/util/CompleteResponseEvent.as +0 -68
  59. data/src/com/adobe/protocols/dict/util/SocketHelper.as +0 -81
  60. data/src/com/adobe/serialization/json/JSON.as +0 -86
  61. data/src/com/adobe/serialization/json/JSONDecoder.as +0 -327
  62. data/src/com/adobe/serialization/json/JSONEncoder.as +0 -312
  63. data/src/com/adobe/serialization/json/JSONParseError.as +0 -87
  64. data/src/com/adobe/serialization/json/JSONToken.as +0 -104
  65. data/src/com/adobe/serialization/json/JSONTokenType.as +0 -69
  66. data/src/com/adobe/serialization/json/JSONTokenizer.as +0 -702
  67. data/src/com/adobe/utils/ArrayUtil.as +0 -187
  68. data/src/com/adobe/utils/DateUtil.as +0 -701
  69. data/src/com/adobe/utils/DictionaryUtil.as +0 -87
  70. data/src/com/adobe/utils/IntUtil.as +0 -99
  71. data/src/com/adobe/utils/NumberFormatter.as +0 -74
  72. data/src/com/adobe/utils/StringUtil.as +0 -239
  73. data/src/com/adobe/utils/XMLUtil.as +0 -168
  74. data/src/com/adobe/webapis/ServiceBase.as +0 -48
  75. data/src/com/adobe/webapis/URLLoaderBase.as +0 -108
  76. data/src/com/adobe/webapis/events/ServiceEvent.as +0 -82
  77. data/tests/src/CoreLibTestRunner-app.xml +0 -135
  78. data/tests/src/CoreLibTestRunner.as +0 -138
  79. data/tests/src/CoreLibTestRunner.mxml +0 -46
  80. data/tests/src/com/adobe/air/crypto/EncryptionKeyGeneratorTest.as +0 -176
  81. data/tests/src/com/adobe/air/filesystem/FileMonitorTest.as +0 -63
  82. data/tests/src/com/adobe/air/filesystem/VolumeMonitorTest.as +0 -57
  83. data/tests/src/com/adobe/air/filesystem/events/FileMonitorEventTest.as +0 -59
  84. data/tests/src/com/adobe/air/net/events/ResourceCacheEventTest.as +0 -72
  85. data/tests/src/com/adobe/crypto/HMACMD5Test.as +0 -134
  86. data/tests/src/com/adobe/crypto/HMACSHA1Test.as +0 -138
  87. data/tests/src/com/adobe/crypto/MD5Test.as +0 -82
  88. data/tests/src/com/adobe/crypto/SHA1Test.as +0 -151
  89. data/tests/src/com/adobe/crypto/SHA224Test.as +0 -104
  90. data/tests/src/com/adobe/crypto/SHA256Test.as +0 -116
  91. data/tests/src/com/adobe/crypto/WSSEUsernameTokenTest.as +0 -87
  92. data/tests/src/com/adobe/images/JPGEncoderTest.as +0 -54
  93. data/tests/src/com/adobe/images/PNGEncoderTest.as +0 -54
  94. data/tests/src/com/adobe/net/URITest.as +0 -589
  95. data/tests/src/com/adobe/protocols/events/ConnectedEventTest.as +0 -59
  96. data/tests/src/com/adobe/protocols/events/DatabaseEventTest.as +0 -62
  97. data/tests/src/com/adobe/protocols/events/DefinitionEventTest.as +0 -61
  98. data/tests/src/com/adobe/protocols/events/DefinitionHeaderEventTest.as +0 -61
  99. data/tests/src/com/adobe/protocols/events/DictionaryServerEventTest.as +0 -61
  100. data/tests/src/com/adobe/protocols/events/DisconnectedEventTest.as +0 -59
  101. data/tests/src/com/adobe/protocols/events/ErrorEventTest.as +0 -63
  102. data/tests/src/com/adobe/protocols/events/MatchEventTest.as +0 -61
  103. data/tests/src/com/adobe/protocols/events/MatchStrategiesEventTest.as +0 -61
  104. data/tests/src/com/adobe/protocols/events/NoMatchEventTest.as +0 -58
  105. data/tests/src/com/adobe/protocols/util/CompletedResponseEventTest.as +0 -60
  106. data/tests/src/com/adobe/serialization/json/JSONTest.as +0 -522
  107. data/tests/src/com/adobe/serialization/json/SimpleClass.as +0 -85
  108. data/tests/src/com/adobe/utils/ArrayUtilTest.as +0 -173
  109. data/tests/src/com/adobe/utils/DateUtilTest.as +0 -436
  110. data/tests/src/com/adobe/utils/DictionaryUtilTest.as +0 -93
  111. data/tests/src/com/adobe/utils/IntUtilTest.as +0 -73
  112. data/tests/src/com/adobe/utils/NumberFormatterTest.as +0 -70
  113. data/tests/src/com/adobe/utils/StringUtilTest.as +0 -304
  114. data/tests/src/com/adobe/utils/XMLUtilTest.as +0 -101
  115. data/tests/src/com/adobe/webapis/events/ServiceEventTest.as +0 -66
data/Gemfile CHANGED
@@ -1,5 +1,2 @@
1
1
  source "http://rubygems.org"
2
-
3
- gemspec
4
-
5
- gem 'sprout', '>= 1.0.26.pre'
2
+ gemspec
data/Gemfile.lock CHANGED
@@ -1,18 +1,20 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- as3corelib (0.1.0)
5
- sprout (>= 1.0.26.pre)
4
+ as3corelib (0.85.0)
5
+ flashsdk (>= 1.0.0.pre)
6
6
 
7
7
  GEM
8
8
  remote: http://rubygems.org/
9
9
  specs:
10
10
  archive-tar-minitar (0.5.2)
11
+ flashsdk (1.0.13.pre)
12
+ sprout (>= 1.0.31.pre)
11
13
  open4 (1.0.1)
12
14
  rake (0.8.7)
13
15
  rdoc (2.5.11)
14
16
  rubyzip (0.9.4)
15
- sprout (1.0.26.pre)
17
+ sprout (1.0.32.pre)
16
18
  archive-tar-minitar (= 0.5.2)
17
19
  bundler (>= 0.9.19)
18
20
  open4 (>= 0.9.6)
@@ -25,4 +27,5 @@ PLATFORMS
25
27
 
26
28
  DEPENDENCIES
27
29
  as3corelib!
28
- sprout (>= 1.0.26.pre)
30
+ flashsdk (>= 1.0.0.pre)
31
+ rake
data/README.textile CHANGED
@@ -1,37 +1,47 @@
1
1
 
2
2
  h1. The AS3CoreLib Sprout Gem
3
3
 
4
- h4. requires sprout, v >= 1.0.26.pre
5
-
6
4
  AS3Corelib ActionScript 3 source wrapped in a Sprout::Specification for implementation into a sprout project and Gem::Specification for distribution as a gem.
7
5
 
8
- This sprout gem includes the AS3Corelib source code forked from github.com/mikechambers/as3corelib. As a sprout, the source code will be copied to lib/as3corelib of your sprout project.
6
+ This sprout gem will download the as3corelib zip and make the included assets available to your flashsdk/sprout project. Assets are made available in the lib/as3corelib directory.
9
7
 
10
8
  h3. Installation
11
9
 
12
- Intended for use with a project using Project Sprouts.
13
-
14
10
  See information concerning Project Sprouts here:
15
- * "http://github.com/lukebayes/project-sprouts" http://github.com/lukebayes/project-sprouts
16
- * "http://github.com/lukebayes/sprout-flashsdk" http://github.com/lukebayes/sprout-flashsdk
11
+ * "http://github.com/lukebayes/project-sprouts" http://github.com/lukebayes/project-sprouts
12
+ * "http://github.com/lukebayes/sprout-flashsdk" http://github.com/lukebayes/sprout-flashsdk
17
13
 
18
14
  Add the AS3Corelib gem to your Gemfile:
19
15
 
20
16
  <pre><code>gem "as3corelib"</code></pre>
21
17
 
22
- Add the AS3Corelib library dependency to your Rakefile:
18
+ Add the library dependency to your Rakefile:
23
19
 
24
20
  <pre><code>library :as3corelib</code></pre>
25
21
 
26
22
  Enter this shell command to resolve gem dependency:
27
23
 
28
- <pre><code>bundle install</code></pre>
24
+ <pre><code>$ bundle install</code></pre>
29
25
 
30
26
  h3. Ruby Gem
31
27
 
32
28
  The gem can be installed independently of a project entering this command:
33
29
 
34
- <pre><code>gem install as3corelib</code></pre>
30
+ <pre><code>$ gem install as3corelib --pre</code></pre>
31
+
32
+ h3. Available assets
33
+
34
+ The gem provides the following options for how to include the library in your project.
35
+
36
+ <pre><code>library :as3corelib # => (default) will include the swc at lib/as3corelib</code></pre>
37
+
38
+ <pre><code>library :as3corelib, :swc # => will include the swc at lib/as3corelib</code></pre>
39
+
40
+ <pre><code>library :as3corelib, :src # => will include the source code at lib/as3corelib</code></pre>
41
+
42
+ <pre><code>library :as3corelib, :docs # => will include the asdoc files at lib/as3corelib</code></pre>
43
+
44
+ <pre><code>library :as3corelib, :all # => will include all available files at lib/as3corelib</code></pre>
35
45
 
36
46
  h3. Additional links
37
47
 
data/Rakefile CHANGED
@@ -1,3 +1,33 @@
1
1
  require 'bundler'
2
- require 'lib/as3corelib'
3
- Bundler::GemHelper.install_tasks
2
+ Bundler.require
3
+
4
+ require 'rake/clean'
5
+ CLOBBER.add('pkg')
6
+ CLOBBER.add('vendor')
7
+ CLOBBER.add('.bundle')
8
+
9
+ filename = "#{AS3Corelib::NAME}-#{AS3Corelib::VERSION}"
10
+
11
+ #
12
+ # Gem tasks
13
+ #
14
+
15
+ namespace :gem do
16
+ directory "pkg"
17
+
18
+ desc 'Build the gem'
19
+ task :build => 'pkg' do
20
+ system "gem build #{AS3Corelib::NAME}.gemspec"
21
+ system "mv #{filename}.gem pkg/#{filename}.gem"
22
+ end
23
+
24
+ desc "Build and install #{filename}.gem"
25
+ task :install => :build do
26
+ system "gem install pkg/#{filename}"
27
+ end
28
+
29
+ desc "Build and release #{filename}.gem to rubygems.org"
30
+ task :release => :build do
31
+ system "gem push pkg/#{filename}.gem"
32
+ end
33
+ end
data/as3corelib.gemspec CHANGED
@@ -1,23 +1,25 @@
1
1
  # -*- encoding: utf-8 -*-
2
- require 'lib/as3corelib'
2
+ $LOAD_PATH.unshift File.expand_path('../lib', __FILE__)
3
+ require 'as3corelib/version'
3
4
 
4
5
  Gem::Specification.new do |s|
5
6
  s.name = AS3Corelib::NAME
6
7
  s.version = AS3Corelib::VERSION
7
- # s.platform = Gem::Platform::RUBY
8
- # s.authors = ["TODO: Write your name"]
9
- s.email = ["amoslanka@gmail.com"]
8
+ s.platform = Gem::Platform::RUBY
9
+ s.authors = ["Mike Chambers", "Amos Lanka"]
10
+ s.email = ["mikechambers@gmail.com", "amoslanka@gmail.com"]
10
11
  s.homepage = "http://www.github.com/amoslanka/sprout-as3corelib"
11
12
  s.summary = %q{AS3Corelib ActionScript 3 source wrapped in a Sprout::Specification for implementation into a sprout project and Gem::Specification for distribution as a gem.}
12
- # s.description = %q{TODO: Write a gem description}
13
+ s.description = %q{An ActionScript 3 Library that contains a number of classes and utilities for working with ActionScript? 3. These include classes for MD5 and SHA 1 hashing, Image encoders, and JSON serialization as well as general String, Number and Date APIs.}
13
14
 
14
- # s.files = `git ls-files`.split("\n")
15
- # s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
16
- # s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
17
15
  s.require_paths = ["lib"]
18
-
19
- s.files = FileList['lib/**/*.rb', 'bin/*', 'build/*', 'examples/**/*', 'src/**/*', '[A-Za-z0-9]*', 'tests/**/*'].to_a
20
16
 
21
- s.add_dependency 'sprout', '>= 1.0.26.pre'
17
+ s.files = Dir["{lib}/**/*"]
18
+ s.files.concat Dir["*.gemspec", "[A-Z]*[.a-z]*"]
19
+ # s.files = Dir["{src,test,tests,asdoc,docs,doc,asdocs,lib,libs,examples,build}/**/*", "bin/**/*.swc"]
20
+ # s.files.concat Dir["*.gemspec", "build*", "[A-Z]*[.a-z]*"]
21
+
22
+ s.add_dependency 'flashsdk', '>= 1.0.0.pre'
23
+ s.add_development_dependency 'rake'
22
24
 
23
25
  end
data/lib/as3corelib.rb CHANGED
@@ -1,15 +1,21 @@
1
1
  require 'sprout'
2
+ require 'as3corelib/version'
2
3
 
3
4
  module AS3Corelib
4
- NAME = "as3corelib"
5
- VERSION = "0.1.0"
6
5
  end
7
6
 
8
7
  Sprout::Specification.new do |s|
9
8
  s.name = AS3Corelib::NAME
10
9
  s.version = AS3Corelib::VERSION
11
- s.add_file_target do |t|
10
+ s.add_remote_file_target do |t|
12
11
  t.platform = :universal
13
- t.add_library :src, "../src"
12
+ t.archive_type = :zip
13
+ t.url = "http://github.com/downloads/mikechambers/as3corelib/corelib-.85.zip"
14
+ t.md5 = "008bfe7789e4077e94c57189b372a629"
15
+
16
+ t.add_library :swc, "corelib/bin/corelib.swc"
17
+ t.add_library :src, "corelib/src/trunk/src/actionscript3/"
18
+ t.add_library :docs, "corelib/docs"
19
+ t.add_library :all, "corelib/"
14
20
  end
15
21
  end
@@ -0,0 +1,4 @@
1
+ module AS3Corelib
2
+ NAME = "as3corelib"
3
+ VERSION = "0.85.0"
4
+ end
metadata CHANGED
@@ -1,42 +1,58 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: as3corelib
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 331
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
- - 1
8
+ - 85
9
9
  - 0
10
- version: 0.1.0
10
+ version: 0.85.0
11
11
  platform: ruby
12
- authors: []
13
-
12
+ authors:
13
+ - Mike Chambers
14
+ - Amos Lanka
14
15
  autorequire:
15
16
  bindir: bin
16
17
  cert_chain: []
17
18
 
18
- date: 2010-10-09 00:00:00 -07:00
19
+ date: 2010-10-25 00:00:00 -07:00
19
20
  default_executable:
20
21
  dependencies:
21
22
  - !ruby/object:Gem::Dependency
22
- name: sprout
23
- prerelease: false
24
- requirement: &id001 !ruby/object:Gem::Requirement
23
+ version_requirements: &id001 !ruby/object:Gem::Requirement
25
24
  none: false
26
25
  requirements:
27
26
  - - ">="
28
27
  - !ruby/object:Gem::Version
29
- hash: 961915964
28
+ hash: 961915988
30
29
  segments:
31
30
  - 1
32
31
  - 0
33
- - 26
32
+ - 0
34
33
  - pre
35
- version: 1.0.26.pre
34
+ version: 1.0.0.pre
35
+ requirement: *id001
36
36
  type: :runtime
37
- version_requirements: *id001
38
- description:
37
+ name: flashsdk
38
+ prerelease: false
39
+ - !ruby/object:Gem::Dependency
40
+ version_requirements: &id002 !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ">="
44
+ - !ruby/object:Gem::Version
45
+ hash: 3
46
+ segments:
47
+ - 0
48
+ version: "0"
49
+ requirement: *id002
50
+ type: :development
51
+ name: rake
52
+ prerelease: false
53
+ description: An ActionScript 3 Library that contains a number of classes and utilities for working with ActionScript? 3. These include classes for MD5 and SHA 1 hashing, Image encoders, and JSON serialization as well as general String, Number and Date APIs.
39
54
  email:
55
+ - mikechambers@gmail.com
40
56
  - amoslanka@gmail.com
41
57
  executables: []
42
58
 
@@ -45,119 +61,13 @@ extensions: []
45
61
  extra_rdoc_files: []
46
62
 
47
63
  files:
64
+ - lib/as3corelib/version.rb
48
65
  - lib/as3corelib.rb
49
- - build/build.properties
50
- - build/build.xml
51
- - examples/JSONExample/JSONExample.mxml
52
- - src/com/adobe/air/crypto/EncryptionKeyGenerator.as
53
- - src/com/adobe/air/filesystem/events/FileMonitorEvent.as
54
- - src/com/adobe/air/filesystem/FileMonitor.as
55
- - src/com/adobe/air/filesystem/FileUtil.as
56
- - src/com/adobe/air/filesystem/VolumeMonitor.as
57
- - src/com/adobe/air/logging/FileTarget.as
58
- - src/com/adobe/air/net/events/ResourceCacheEvent.as
59
- - src/com/adobe/air/net/ResourceCache.as
60
- - src/com/adobe/crypto/HMAC.as
61
- - src/com/adobe/crypto/MD5.as
62
- - src/com/adobe/crypto/MD5Stream.as
63
- - src/com/adobe/crypto/SHA1.as
64
- - src/com/adobe/crypto/SHA224.as
65
- - src/com/adobe/crypto/SHA256.as
66
- - src/com/adobe/crypto/WSSEUsernameToken.as
67
- - src/com/adobe/errors/IllegalStateError.as
68
- - src/com/adobe/fileformats/vcard/Address.as
69
- - src/com/adobe/fileformats/vcard/Email.as
70
- - src/com/adobe/fileformats/vcard/Phone.as
71
- - src/com/adobe/fileformats/vcard/VCard.as
72
- - src/com/adobe/fileformats/vcard/VCardParser.as
73
- - src/com/adobe/images/BitString.as
74
- - src/com/adobe/images/JPGEncoder.as
75
- - src/com/adobe/images/PNGEncoder.as
76
- - src/com/adobe/net/DynamicURLLoader.as
77
- - src/com/adobe/net/IURIResolver.as
78
- - src/com/adobe/net/MimeTypeMap.as
79
- - src/com/adobe/net/proxies/RFC2817Socket.as
80
- - src/com/adobe/net/URI.as
81
- - src/com/adobe/net/URIEncodingBitmap.as
82
- - src/com/adobe/protocols/dict/Database.as
83
- - src/com/adobe/protocols/dict/Definition.as
84
- - src/com/adobe/protocols/dict/Dict.as
85
- - src/com/adobe/protocols/dict/DictionaryServer.as
86
- - src/com/adobe/protocols/dict/events/ConnectedEvent.as
87
- - src/com/adobe/protocols/dict/events/DatabaseEvent.as
88
- - src/com/adobe/protocols/dict/events/DefinitionEvent.as
89
- - src/com/adobe/protocols/dict/events/DefinitionHeaderEvent.as
90
- - src/com/adobe/protocols/dict/events/DictionaryServerEvent.as
91
- - src/com/adobe/protocols/dict/events/DisconnectedEvent.as
92
- - src/com/adobe/protocols/dict/events/ErrorEvent.as
93
- - src/com/adobe/protocols/dict/events/MatchEvent.as
94
- - src/com/adobe/protocols/dict/events/MatchStrategiesEvent.as
95
- - src/com/adobe/protocols/dict/events/NoMatchEvent.as
96
- - src/com/adobe/protocols/dict/MatchStrategy.as
97
- - src/com/adobe/protocols/dict/Response.as
98
- - src/com/adobe/protocols/dict/util/CompleteResponseEvent.as
99
- - src/com/adobe/protocols/dict/util/SocketHelper.as
100
- - src/com/adobe/serialization/json/JSON.as
101
- - src/com/adobe/serialization/json/JSONDecoder.as
102
- - src/com/adobe/serialization/json/JSONEncoder.as
103
- - src/com/adobe/serialization/json/JSONParseError.as
104
- - src/com/adobe/serialization/json/JSONToken.as
105
- - src/com/adobe/serialization/json/JSONTokenizer.as
106
- - src/com/adobe/serialization/json/JSONTokenType.as
107
- - src/com/adobe/utils/ArrayUtil.as
108
- - src/com/adobe/utils/DateUtil.as
109
- - src/com/adobe/utils/DictionaryUtil.as
110
- - src/com/adobe/utils/IntUtil.as
111
- - src/com/adobe/utils/NumberFormatter.as
112
- - src/com/adobe/utils/StringUtil.as
113
- - src/com/adobe/utils/XMLUtil.as
114
- - src/com/adobe/webapis/events/ServiceEvent.as
115
- - src/com/adobe/webapis/ServiceBase.as
116
- - src/com/adobe/webapis/URLLoaderBase.as
117
66
  - as3corelib.gemspec
118
67
  - Gemfile
119
68
  - Gemfile.lock
120
69
  - Rakefile
121
70
  - README.textile
122
- - tests/src/com/adobe/air/crypto/EncryptionKeyGeneratorTest.as
123
- - tests/src/com/adobe/air/filesystem/events/FileMonitorEventTest.as
124
- - tests/src/com/adobe/air/filesystem/FileMonitorTest.as
125
- - tests/src/com/adobe/air/filesystem/VolumeMonitorTest.as
126
- - tests/src/com/adobe/air/net/events/ResourceCacheEventTest.as
127
- - tests/src/com/adobe/crypto/HMACMD5Test.as
128
- - tests/src/com/adobe/crypto/HMACSHA1Test.as
129
- - tests/src/com/adobe/crypto/MD5Test.as
130
- - tests/src/com/adobe/crypto/SHA1Test.as
131
- - tests/src/com/adobe/crypto/SHA224Test.as
132
- - tests/src/com/adobe/crypto/SHA256Test.as
133
- - tests/src/com/adobe/crypto/WSSEUsernameTokenTest.as
134
- - tests/src/com/adobe/images/JPGEncoderTest.as
135
- - tests/src/com/adobe/images/PNGEncoderTest.as
136
- - tests/src/com/adobe/net/URITest.as
137
- - tests/src/com/adobe/protocols/events/ConnectedEventTest.as
138
- - tests/src/com/adobe/protocols/events/DatabaseEventTest.as
139
- - tests/src/com/adobe/protocols/events/DefinitionEventTest.as
140
- - tests/src/com/adobe/protocols/events/DefinitionHeaderEventTest.as
141
- - tests/src/com/adobe/protocols/events/DictionaryServerEventTest.as
142
- - tests/src/com/adobe/protocols/events/DisconnectedEventTest.as
143
- - tests/src/com/adobe/protocols/events/ErrorEventTest.as
144
- - tests/src/com/adobe/protocols/events/MatchEventTest.as
145
- - tests/src/com/adobe/protocols/events/MatchStrategiesEventTest.as
146
- - tests/src/com/adobe/protocols/events/NoMatchEventTest.as
147
- - tests/src/com/adobe/protocols/util/CompletedResponseEventTest.as
148
- - tests/src/com/adobe/serialization/json/JSONTest.as
149
- - tests/src/com/adobe/serialization/json/SimpleClass.as
150
- - tests/src/com/adobe/utils/ArrayUtilTest.as
151
- - tests/src/com/adobe/utils/DateUtilTest.as
152
- - tests/src/com/adobe/utils/DictionaryUtilTest.as
153
- - tests/src/com/adobe/utils/IntUtilTest.as
154
- - tests/src/com/adobe/utils/NumberFormatterTest.as
155
- - tests/src/com/adobe/utils/StringUtilTest.as
156
- - tests/src/com/adobe/utils/XMLUtilTest.as
157
- - tests/src/com/adobe/webapis/events/ServiceEventTest.as
158
- - tests/src/CoreLibTestRunner-app.xml
159
- - tests/src/CoreLibTestRunner.as
160
- - tests/src/CoreLibTestRunner.mxml
161
71
  has_rdoc: true
162
72
  homepage: http://www.github.com/amoslanka/sprout-as3corelib
163
73
  licenses: []
@@ -1,48 +0,0 @@
1
- # -----------------------------------------------------------------
2
- # User-Defined Paths
3
- #
4
- # Modify these path values to reflect paths on your system
5
- # -----------------------------------------------------------------
6
-
7
- # The path to the flexunit.swc -- Required when trying to build/run unit
8
- # tests for this library. The below path assumes there's an "as3flexunitlib"
9
- # folder along side of this library's root folder, with the .swc file in the
10
- # bin subdirectory.
11
- flexunit.swc = ${basedir}/../as3flexunitlib/bin/as3flexunitlib.swc
12
-
13
- # The location of the Flex 2 SDK on your sytem.
14
- flex2sdk.bin.dir = C:/Program Files/Adobe/Flex Builder 2 Plug-in/Flex SDK 2/bin
15
- flex2sdk.lib.dir = C:/Program Files/Adobe/Flex Builder 2 Plug-in/Flex SDK 2/frameworks/libs
16
-
17
- # Note that the locale dir uses the {locale} token at the end to specify the directory
18
- # of language-specific files. This is replaced by the compiler with the locale defined
19
- # by the locale property below.
20
- flex2sdk.locale = en_US
21
- flex2sdk.locale.dir = C:/Program Files/Adobe/Flex Builder 2 Plug-in/Flex SDK 2/frameworks/locale/{locale}
22
-
23
- #note we have to use aasdoc since the library not includes some AIR files.
24
- asdoc.exe = aasdoc
25
- compc.exe = ${flex2sdk.bin.dir}/compc.exe
26
- mxmlc.exe = ${flex2sdk.bin.dir}/mxmlc.exe
27
-
28
- # The debug player is necessary here because it writes trace statements to a flashlog.txt
29
- # file. This allows us to examine the .txt file and determine the status of unit tests
30
- # in an automated fashion.
31
- flashDebugPlayer.exe = C:/Program Files/Adobe/Flex Builder 2 Plug-in/Player/debug/SAFlashPlayer.exe
32
-
33
- # -----------------------------------------------------------------
34
- # File Names - DO NOT MODIFY
35
- # -----------------------------------------------------------------
36
- testRunner.dir = .
37
- testRunner.name = CoreLibTestRunner
38
-
39
- library.name = corelib
40
-
41
- # -----------------------------------------------------------------
42
- # Project Paths - DO NOT MODIFY
43
- # -----------------------------------------------------------------
44
- build.dir = ${basedir}/build
45
- src.dir = ${basedir}/src
46
- tests.dir = ${basedir}/tests
47
- bin.dir = ${basedir}/bin
48
- docs.dir = ${basedir}/docs