buildr-as3 0.1.13 → 0.1.16

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.rdoc +23 -11
  2. data/VERSION +1 -1
  3. data/buildr-as3.gemspec +2 -2
  4. metadata +4 -4
data/README.rdoc CHANGED
@@ -1,23 +1,35 @@
1
1
  = buildr_as3
2
2
 
3
- build like you code now supporting ActionScript 3 & Flex
3
+ "build like you code" - now supporting ActionScript 3 & Flex
4
4
 
5
- == Changelog
5
+ = Changelog
6
6
 
7
- === 0.1.13
7
+ == 0.1.16
8
8
 
9
- * Fixed a bug in "as3:fdt4:generate" which would mess up files while creating symlinks.
9
+ * [FEATURE]
10
+ API for Framworks and Toolkits integration has been refactored and updated.
10
11
 
11
- === 0.1.12
12
+ * [FIXED] Issue 15
13
+ Zip file extraction is now handled with gnuwin32 unzip on Windows, and the equivalent on *nix platforms as a fallback for rubyzip.
14
+ On Windows gnuwin32 unzip needs to be installed and added to the PATH variable.
12
15
 
13
- * Implemented a dependency file generation task ("as3:fdt4:generate") to create FDT4 classpath files for auto-completion.
16
+ * [FIXED] Issue 16
17
+ Binarymode was not set on target-file, which caused the downloaded archive to be corrupt. This is an issue of buildr and was reported.
14
18
 
15
- === 0.1.11
19
+ == 0.1.13
16
20
 
17
- * Updated compiler-wrapper for Adobe AIR (":airmxmlc" & ":aircompc")
18
- * Implemented packaging task for .air files "package(:air).sign(...).include(...)"
21
+ * Fixed a bug in "as3:fdt4:generate" which would mess up files while creating symlinks.
19
22
 
20
- == Contributing to buildr_as3
23
+ == 0.1.12
24
+
25
+ * Implemented a dependency file generation task ("as3:fdt4:generate") to create FDT4 classpath files for auto-completion.
26
+
27
+ == 0.1.11
28
+
29
+ * Updated compiler-wrapper for Adobe AIR (":airmxmlc" & ":aircompc")
30
+ * Implemented packaging task for .air files "package(:air).sign(...).include(...)"
31
+
32
+ = Contributing to buildr_as3
21
33
 
22
34
  * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
23
35
  * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
@@ -27,7 +39,7 @@
27
39
  * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
28
40
  * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
29
41
 
30
- == Copyright
42
+ = Copyright
31
43
 
32
44
  Copyright (c) 2011 Dominic Graefen. See LICENSE.txt for
33
45
  further details.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.13
1
+ 0.1.16
data/buildr-as3.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{buildr-as3}
8
- s.version = "0.1.13"
8
+ s.version = "0.1.16"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Dominic Graefen"]
12
- s.date = %q{2011-02-04}
12
+ s.date = %q{2011-02-07}
13
13
  s.description = %q{Build like you code - now supporting ActionScript 3 & Flex}
14
14
  s.email = %q{dominic @nospam@ devboy.org}
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: buildr-as3
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1
4
+ hash: 59
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 13
10
- version: 0.1.13
9
+ - 16
10
+ version: 0.1.16
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dominic Graefen
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-02-04 00:00:00 +01:00
18
+ date: 2011-02-07 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency