]> git.wincent.com - wikitext.git/commitdiff
Update to RSpec 2.12.0
authorWincent Colaiuta <win@wincent.com>
Thu, 29 Nov 2012 06:56:25 +0000 (22:56 -0800)
committerWincent Colaiuta <win@wincent.com>
Thu, 29 Nov 2012 06:57:03 +0000 (22:57 -0800)
Signed-off-by: Wincent Colaiuta <win@wincent.com>
Gemfile.lock
wikitext.gemspec

index 0463800e1fdb99d2932869f7bf51bc0e093dc049..f761dc864dfb9a644421fbfd3b6f15acf1d70fc0 100644 (file)
@@ -7,16 +7,16 @@ GEM
   remote: http://rubygems.org/
   specs:
     ZenTest (4.5.0)
-    diff-lcs (1.1.2)
+    diff-lcs (1.1.3)
     rake (0.8.7)
-    rspec (2.6.0)
-      rspec-core (~> 2.6.0)
-      rspec-expectations (~> 2.6.0)
-      rspec-mocks (~> 2.6.0)
-    rspec-core (2.6.3)
-    rspec-expectations (2.6.0)
-      diff-lcs (~> 1.1.2)
-    rspec-mocks (2.6.0)
+    rspec (2.12.0)
+      rspec-core (~> 2.12.0)
+      rspec-expectations (~> 2.12.0)
+      rspec-mocks (~> 2.12.0)
+    rspec-core (2.12.0)
+    rspec-expectations (2.12.0)
+      diff-lcs (~> 1.1.3)
+    rspec-mocks (2.12.0)
     thor (0.14.3)
     wopen3 (0.3)
     yard (0.6.1)
@@ -27,7 +27,7 @@ PLATFORMS
 DEPENDENCIES
   ZenTest
   rake
-  rspec (~> 2.0)
+  rspec (>= 2.0)
   thor
   wikitext!
   wopen3
index 45d2052edaa6cdc98b5d38622a72e955561174d4..a7d038582a9f2c75ac7be8de7415afbeafbf76c3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2010-2011 Wincent Colaiuta. All rights reserved.
+# Copyright 2010-2012 Wincent Colaiuta. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
@@ -52,7 +52,7 @@ Gem::Specification.new do |s|
     end
   end
   s.add_development_dependency 'rake'
-  s.add_development_dependency 'rspec', '~> 2.0'
+  s.add_development_dependency 'rspec', '>= 2.0'
   s.add_development_dependency 'thor'
   s.add_development_dependency 'yard', '>= 0.5.8'
   s.add_development_dependency 'wopen3'