fake_dynamo 0.1.4 → 0.2.0

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/Gemfile CHANGED
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
2
2
  gemspec
3
3
 
4
4
  group :development do
5
- gem 'rspec', "~> 2.0"
5
+ gem 'rspec'
6
6
  gem 'rack-test'
7
7
  gem 'pry'
8
8
  gem 'simplecov'
data/Guardfile CHANGED
@@ -1,6 +1,9 @@
1
+ # -*- mode:ruby -*-
1
2
  # A sample Guardfile
2
3
  # More info at https://github.com/guard/guard#readme
3
4
 
5
+ notification :growl
6
+
4
7
  guard 'rspec', :version => 2 do
5
8
  watch(%r{^spec/.+_spec\.rb$})
6
9
  watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" }
@@ -603,7 +603,7 @@
603
603
  ComparisonOperator:
604
604
  - :string
605
605
  - :required
606
- - :enum: [EQ, NE, LE, LT, GE, GT, NOT_NULL, "NULL", CONTAINS, NOT_CONTAINS, BEGINS_WITH, IN, BETWEEN]
606
+ - :enum: [EQ, NE, LE, LT, GE, GT, NOT_NULL, NULL, CONTAINS, NOT_CONTAINS, BEGINS_WITH, IN, BETWEEN]
607
607
  ExclusiveStartKey:
608
608
  - :structure:
609
609
  HashKeyElement: