sprout 0.7.219-mswin32 → 0.7.220-mswin32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/sprout/version.rb +1 -1
  2. data/rakefile.rb +1 -1
  3. metadata +1 -1
@@ -3,7 +3,7 @@ module Sprout
3
3
  module VERSION #:nodoc:
4
4
  MAJOR = 0
5
5
  MINOR = 7
6
- TINY = 219
6
+ TINY = 220
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY].join('.')
9
9
  MAJOR_MINOR = [MAJOR, MINOR].join('.')
data/rakefile.rb CHANGED
@@ -75,7 +75,7 @@ end
75
75
 
76
76
  osx_snow_leopard_spec = Gem::Specification.new do |s|
77
77
  apply_shared_spec(s)
78
- s.platform = 'i686-darwin10'
78
+ s.platform = 'x86-darwin-10'
79
79
  # Add snow-leopard-specific dependencies here
80
80
 
81
81
  # Can't really depend on rb-appscript b/c this requires OS X dev-tool disk
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sprout
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.219
4
+ version: 0.7.220
5
5
  platform: mswin32
6
6
  authors:
7
7
  - Luke Bayes