verbs 2.0.9 → 2.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Rakefile CHANGED
@@ -10,7 +10,6 @@ begin
10
10
  gem.email = "andy@rossmeissl.net"
11
11
  gem.homepage = "http://github.com/rossmeissl/verbs"
12
12
  gem.authors = ["Andy Rossmeissl"]
13
- gem.add_dependency 'andand', '>=1.3.1'
14
13
  gem.add_dependency 'activesupport', '>=2.3.4'
15
14
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
16
15
  end
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.9
1
+ 2.0.10