dolly 1.1.4 → 1.1.5

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: 1.1.4
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - javierg
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-26 00:00:00.000000000 Z
11
+ date: 2017-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -148,10 +148,12 @@ files:
148
148
  - lib/dolly/bulk_document.rb
149
149
  - lib/dolly/bulk_error.rb
150
150
  - lib/dolly/collection.rb
151
+ - lib/dolly/configuration.rb
151
152
  - lib/dolly/connection.rb
152
153
  - lib/dolly/db_config.rb
153
154
  - lib/dolly/document.rb
154
155
  - lib/dolly/interpreter.rb
156
+ - lib/dolly/logger.rb
155
157
  - lib/dolly/name_space.rb
156
158
  - lib/dolly/property.rb
157
159
  - lib/dolly/query.rb
@@ -163,6 +165,7 @@ files:
163
165
  - lib/tasks/db.rake
164
166
  - test/bulk_document_test.rb
165
167
  - test/collection_test.rb
168
+ - test/configuration_test.rb
166
169
  - test/document_test.rb
167
170
  - test/dummy/README.rdoc
168
171
  - test/dummy/Rakefile
@@ -226,6 +229,7 @@ summary: will write something
226
229
  test_files:
227
230
  - test/bulk_document_test.rb
228
231
  - test/collection_test.rb
232
+ - test/configuration_test.rb
229
233
  - test/document_test.rb
230
234
  - test/dummy/app/assets/javascripts/application.js
231
235
  - test/dummy/app/assets/stylesheets/application.css