dolly 0.7.6 → 0.8.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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dolly
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.6
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - javierg
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-29 00:00:00.000000000 Z
11
+ date: 2015-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -148,6 +148,7 @@ files:
148
148
  - lib/tasks/db.rake
149
149
  - Rakefile
150
150
  - test/bulk_document_test.rb
151
+ - test/collection_test.rb
151
152
  - test/document_test.rb
152
153
  - test/dummy/app/assets/javascripts/application.js
153
154
  - test/dummy/app/assets/stylesheets/application.css
@@ -210,6 +211,7 @@ specification_version: 4
210
211
  summary: will write something
211
212
  test_files:
212
213
  - test/bulk_document_test.rb
214
+ - test/collection_test.rb
213
215
  - test/document_test.rb
214
216
  - test/dummy/app/assets/javascripts/application.js
215
217
  - test/dummy/app/assets/stylesheets/application.css