couch_rest_adapter 0.3.2 → 0.4.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.
- checksums.yaml +4 -4
- data/README.rdoc +21 -13
- data/lib/couch_rest_adapter/railtie.rb +7 -4
- data/lib/couch_rest_adapter/version.rb +1 -1
- data/lib/tasks/couch_rest_adapter_tasks.rake +79 -0
- data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
- data/test/dummy/log/test.log +1427 -143
- metadata +3 -1
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: couch_rest_adapter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Javier Guerra
|
@@ -119,6 +119,7 @@ files:
|
|
119
119
|
- test/dummy/config/environments/production.rb
|
120
120
|
- test/dummy/config/environments/test.rb
|
121
121
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
122
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
122
123
|
- test/dummy/config/initializers/inflections.rb
|
123
124
|
- test/dummy/config/initializers/mime_types.rb
|
124
125
|
- test/dummy/config/initializers/secret_token.rb
|
@@ -181,6 +182,7 @@ test_files:
|
|
181
182
|
- test/dummy/config/environments/production.rb
|
182
183
|
- test/dummy/config/environments/test.rb
|
183
184
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
185
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
184
186
|
- test/dummy/config/initializers/inflections.rb
|
185
187
|
- test/dummy/config/initializers/mime_types.rb
|
186
188
|
- test/dummy/config/initializers/secret_token.rb
|