sprout-as3-bundle 0.1.37 → 0.1.38

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.
@@ -3,7 +3,7 @@ module Sprout # :nodoc:
3
3
  module VERSION #:nodoc:
4
4
  MAJOR = 0
5
5
  MINOR = 1
6
- TINY = 37
6
+ TINY = 38
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 'as3'
5
5
 
6
6
  ############################################
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sprout-as3-bundle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.37
4
+ version: 0.1.38
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pattern Park