h4oflashsdk 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. data/Gemfile.lock +1 -1
  2. data/VERSION +1 -1
  3. data/flashsdk.gemspec +1 -1
  4. metadata +5 -4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- h4oflashsdk (1.0.1)
4
+ h4oflashsdk (1.0.2)
5
5
  sprout (>= 1.1.18.pre)
6
6
 
7
7
  GEM
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.1
1
+ 1.0.2
data/flashsdk.gemspec CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
  s.homepage = "http://www.adobe.com/products/flex"
14
14
  s.summary = "Adobe Flash SDK including mxmlc, compc, asdoc, adl, adt, optimizer and fdb"
15
15
  s.description = "The Flash SDK Rubygem is brought to you by Project Sprouts (http://projectsprouts.org)"
16
- s.executables = ['sprout-as3', 'sprout-flex', 'flashplayer', 'flashlog']
16
+ s.executables = ['sprout-as3', 'sprout-flex','sprout-citrus', 'flashplayer', 'flashlog']
17
17
  s.post_install_message = File.read 'POSTINSTALL.rdoc'
18
18
  s.files = Dir['**/*']
19
19
  s.files.reject! { |fn| fn.match /.git|.svn|.DS_Store/ }
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: h4oflashsdk
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 1
10
- version: 1.0.1
9
+ - 2
10
+ version: 1.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Guenael LABOIS - H4o Studio
@@ -25,7 +25,7 @@ dependencies:
25
25
  requirements:
26
26
  - - ">="
27
27
  - !ruby/object:Gem::Version
28
- hash: -708500180
28
+ hash: -507991517
29
29
  segments:
30
30
  - 1
31
31
  - 1
@@ -67,6 +67,7 @@ email: glabois@h4o-studio.com
67
67
  executables:
68
68
  - sprout-as3
69
69
  - sprout-flex
70
+ - sprout-citrus
70
71
  - flashplayer
71
72
  - flashlog
72
73
  extensions: []