sprout-as2-bundle 0.1.18 → 0.1.20

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ module Sprout
3
3
  module VERSION #:nodoc:
4
4
  MAJOR = 0
5
5
  MINOR = 1
6
- TINY = 18
6
+ TINY = 20
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY].join('.')
9
9
  MAJOR_MINOR = [MAJOR, MINOR].join('.')
@@ -1,6 +1,6 @@
1
1
  require 'sprout'
2
- # Optionally load gems from your custom server:
3
- # set_sources 'http://www.yourdomain.com'
2
+ # Optionally load gems from a server other than rubyforge:
3
+ # set_sources 'http://gems.projectsprouts.org'
4
4
  sprout 'as2'
5
5
 
6
6
  ############################################
@@ -13,6 +13,7 @@ Sprout::ProjectModel.setup do |model|
13
13
  # model.swc_dir = 'lib'
14
14
  # model.bin_dir = 'bin'
15
15
  # model.test_dir = 'test'
16
+ # model.doc_dir = 'doc'
16
17
  # model.asset_dir = 'assets'
17
18
  model.language = 'as2'
18
19
  model.output = "#{model.bin_dir}/<%= project_name %>.swf"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sprout-as2-bundle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.18
4
+ version: 0.1.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pattern Park
@@ -9,7 +9,7 @@ autorequire: sprout/as2
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-02-12 00:00:00 -08:00
12
+ date: 2008-02-24 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -40,7 +40,6 @@ extra_rdoc_files:
40
40
  - README
41
41
  files:
42
42
  - lib
43
- - pkg
44
43
  - rakefile.rb
45
44
  - README
46
45
  - samples