You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by to...@apache.org on 2011/09/11 08:54:43 UTC

svn commit: r1167678 - in /buildr/trunk: CHANGELOG buildr.gemspec

Author: toulmean
Date: Sun Sep 11 06:54:43 2011
New Revision: 1167678

URL: http://svn.apache.org/viewvc?rev=1167678&view=rev
Log:
move to atoulme-Antwrap 0.7.2

Modified:
    buildr/trunk/CHANGELOG
    buildr/trunk/buildr.gemspec

Modified: buildr/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/buildr/trunk/CHANGELOG?rev=1167678&r1=1167677&r2=1167678&view=diff
==============================================================================
--- buildr/trunk/CHANGELOG (original)
+++ buildr/trunk/CHANGELOG Sun Sep 11 06:54:43 2011
@@ -3,6 +3,7 @@
 * Change: Stop pretty printing the Intellij IDEA project files to avoid IDEA breaking
           in the presence of non-normalized whitespace content.
 * Change: Change the Intellij IDEA extension to always rebuild the project files.
+* Change: Upgrade to require atoulme-Antwrap 0.7.2
 * Added:  Enhance the Intellij IDEA extension to support the addition of "artifacts"
           and "configurations" to the generated project file.
 * Change: Changed the default output directory for Intellij IDEA extension to be

Modified: buildr/trunk/buildr.gemspec
URL: http://svn.apache.org/viewvc/buildr/trunk/buildr.gemspec?rev=1167678&r1=1167677&r2=1167678&view=diff
==============================================================================
--- buildr/trunk/buildr.gemspec (original)
+++ buildr/trunk/buildr.gemspec Sun Sep 11 06:54:43 2011
@@ -63,7 +63,7 @@ for those one-off tasks, with a language
   spec.add_dependency 'hoe',                  '2.3.3'
   spec.add_dependency 'rjb',                  '1.3.3' if spec.platform.to_s == 'ruby'
   spec.add_dependency 'rjb',                  '1.3.2' if spec.platform.to_s == 'x86-mswin32'
-  spec.add_dependency 'atoulme-Antwrap',      '0.7.1'
+  spec.add_dependency 'atoulme-Antwrap',      '~> 0.7.2'
   spec.add_dependency 'diff-lcs',             '1.1.2'
   spec.add_dependency 'rspec-expectations',   '2.1.0'
   spec.add_dependency 'rspec-mocks',          '2.1.0'