You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by bo...@apache.org on 2010/04/12 01:43:19 UTC

svn commit: r933022 - /buildr/trunk/buildr.gemspec

Author: boisvert
Date: Sun Apr 11 23:43:19 2010
New Revision: 933022

URL: http://svn.apache.org/viewvc?rev=933022&view=rev
Log:
Upgrade to json-pure 1.2.0

Modified:
    buildr/trunk/buildr.gemspec

Modified: buildr/trunk/buildr.gemspec
URL: http://svn.apache.org/viewvc/buildr/trunk/buildr.gemspec?rev=933022&r1=933021&r2=933022&view=diff
==============================================================================
--- buildr/trunk/buildr.gemspec (original)
+++ buildr/trunk/buildr.gemspec Sun Apr 11 23:43:19 2010
@@ -33,7 +33,7 @@ for those one-off tasks, with a language
   # Rakefile needs to create spec for both platforms (ruby and java), using the
   # $platform global variable.  In all other cases, we figure it out from RUBY_PLATFORM.
   spec.platform       = $platform || RUBY_PLATFORM[/java/] || 'ruby'
-  
+
   spec.files          = Dir['{addon,bin,doc,etc,lib,rakelib,spec}/**/*', '*.{gemspec,buildfile}'] +
                         ['LICENSE', 'NOTICE', 'CHANGELOG', 'README.rdoc', 'Rakefile', '_buildr', '_jbuildr']
   spec.require_paths  = 'lib', 'addon'
@@ -53,7 +53,7 @@ for those one-off tasks, with a language
   spec.add_dependency 'net-sftp',             '2.0.2'
   spec.add_dependency 'rubyzip',              '0.9.1'
   spec.add_dependency 'highline',             '1.5.1'
-  spec.add_dependency 'json_pure',            '1.1.7'
+  spec.add_dependency 'json_pure',            '1.2.0'
   spec.add_dependency 'rubyforge',            '2.0.3'
   spec.add_dependency 'hoe',                  '2.3.3'
   spec.add_dependency 'rjb',                  '1.2.0' if spec.platform.to_s == 'ruby'