sprout 0.7.219-darwin → 0.7.220-darwin
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/sprout/version.rb +1 -1
- data/rakefile.rb +1 -1
- metadata +1 -1
data/lib/sprout/version.rb
CHANGED
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 = '
|
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
|